5
|
1 Known support
|
|
2 Browser:
|
|
3 See: http://caniuse.com/#search=websocket
|
9
|
4 For non websocket-aware browsers you can use
|
|
5 https://github.com/gimite/web-socket-js/
|
5
|
6 Server:
|
|
7 node-xmpp-bosh
|
|
8
|
|
9 References
|
|
10 XMPP:
|
9
|
11 http://xmpp.org/rfcs/rfc6120.html
|
|
12 http://xmpp.org/rfcs/rfc6121.html
|
|
13 http://xmpp.org/rfcs/rfc6122.html
|
5
|
14 http://xmpp.org/xmpp-protocols/xmpp-extensions/
|
|
15 WebSocket:
|
|
16 http://dev.w3.org/html5/websockets/
|
|
17 XMPP over WebSocket:
|
|
18 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00
|
|
19 http://blog.superfeedr.com/xmpp-over-websockets/
|
|
20
|
|
21 Similar/related software
|
|
22 Server-side:
|
9
|
23 https://code.google.com/p/node-xmpp-bosh/
|
|
24 https://github.com/superfeedr/ejabberd-websockets
|
|
25 https://code.google.com/p/prosody-modules/wiki/mod_websocket
|
5
|
26 Client-side:
|
9
|
27 https://github.com/superfeedr/strophejs/tree/protocol-ed
|