11. IANA Considerations
This specification requests IANA to register various WebSocket-related values.
WebSocket URI Schemes
Registered URI schemes:
- ws: WebSocket connection
- wss: WebSocket Secure connection (TLS)
WebSocket Version Number
Current version: 13
WebSocket Opcode Registry
| Opcode | Meaning | Reference |
|---|---|---|
| 0x0 | Continuation Frame | RFC 6455 |
| 0x1 | Text Frame | RFC 6455 |
| 0x2 | Binary Frame | RFC 6455 |
| 0x8 | Connection Close Frame | RFC 6455 |
| 0x9 | Ping Frame | RFC 6455 |
| 0xA | Pong Frame | RFC 6455 |
WebSocket Close Code Number Registry
See Chapter 7 for details.
WebSocket Extension Name Registry
Registered extensions:
- permessage-deflate (RFC 7692)
Reference Links
- Previous Chapter: 10. Security Considerations
- Next Chapter: 12. Using WebSocket Protocol