File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # this list can be used to enumerate supported Web Socket sub protocols of a web socket server
2
+ # It conyains the official IANA registerd Web Socket sub protocols
3
+ # Source: https://www.iana.org/assignments/websocket/websocket.xml
4
+ # Example subprotocol request header:
5
+ # Sec-WebSocket-Protocol: mqtt, wamp
6
+ # The Web Socket client can include a list of the protocols when making the initial HTTP request.
7
+ # The server is then required to either select one of those protocols and include it in a response header.
8
+ # If none of the sub protocols send by the client are supported by the server,
9
+ # the server shoud fail the handshake and terminate the connection.
10
+ MBWS.huawei.com
11
+ MBLWS.huawei.com
12
+ soap
13
+ wamp
14
+ v10.stomp
15
+ v11.stomp
16
+ v12.stomp
17
+ ocpp1.2
18
+ ocpp1.5
19
+ ocpp1.6
20
+ ocpp2.0
21
+ rfb
22
+ sip
23
+ notificationchannel-netapi-rest.openmobilealliance.org
24
+ wpcp
25
+ amqp
26
+ mqtt
27
+ jsflow
28
+ rwpcp
29
+ xmpp
30
+ ship
31
+ mielecloudconnect
32
+ v10.pcp.sap.com
33
+ msrp
34
+ v1.saltyrtc.org
35
+ TLCP-2.0.0.lightstreamer.com
36
+ bfcp
37
+ sldp.softvelum.com
38
+ opcua+uacp
39
+ opcua+uajson
40
+ v1.swindon-lattice+json
41
+ v1.usp
42
+ mles-websocket
43
+ coap
44
+ TLCP-2.1.0.lightstreamer.com
45
+ sqlnet.oracle.com
46
+ oneM2M.R2.0.json
47
+ oneM2M.R2.0.xml
48
+ oneM2M.R2.0.cbor
You can’t perform that action at this time.
0 commit comments