Mercurial > eldonilo > lightstring
comparison README @ 9:24bc40461b2c
better README
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 02:15:23 +0100 |
parents | 62c17284f3a1 |
children | 9c9e19a3829d |
comparison
equal
deleted
inserted
replaced
8:08a8d8c4c324 | 9:24bc40461b2c |
---|---|
1 Known support | 1 Known support |
2 Browser: | 2 Browser: |
3 See: http://caniuse.com/#search=websocket | 3 See: http://caniuse.com/#search=websocket |
4 For non websocket-aware browsers you can use https://github.com/gimite/web-socket-js/ , "HTML5 Web Socket implementation powered by Flash". | 4 For non websocket-aware browsers you can use |
5 https://github.com/gimite/web-socket-js/ | |
5 Server: | 6 Server: |
6 node-xmpp-bosh | 7 node-xmpp-bosh |
7 | 8 |
8 References | 9 References |
9 XMPP: | 10 XMPP: |
10 http://xmpp.org/rfcs/rfc6120.html RFC 6120 - XML streams, SASL, TLS, stanza semantics | 11 http://xmpp.org/rfcs/rfc6120.html |
11 http://xmpp.org/rfcs/rfc6121.html RFC 6121 - XMPP extensions for basic instant messaging and presence | 12 http://xmpp.org/rfcs/rfc6121.html |
12 http://xmpp.org/rfcs/rfc6122.html RFC 6122 - XMPP address format | 13 http://xmpp.org/rfcs/rfc6122.html |
13 http://xmpp.org/xmpp-protocols/xmpp-extensions/ | 14 http://xmpp.org/xmpp-protocols/xmpp-extensions/ |
14 WebSocket: | 15 WebSocket: |
15 http://dev.w3.org/html5/websockets/ | 16 http://dev.w3.org/html5/websockets/ |
16 XMPP over WebSocket: | 17 XMPP over WebSocket: |
17 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 | 18 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 |
18 | 19 |
19 http://blog.superfeedr.com/xmpp-over-websockets/ | 20 http://blog.superfeedr.com/xmpp-over-websockets/ |
20 | 21 |
21 Similar/related software | 22 Similar/related software |
22 Server-side: | 23 Server-side: |
23 https://code.google.com/p/node-xmpp-bosh/ (a websocket/bosh proxy) | 24 https://code.google.com/p/node-xmpp-bosh/ |
24 https://github.com/superfeedr/ejabberd-websockets (a module that adds websocket support to ejabberd) | 25 https://github.com/superfeedr/ejabberd-websockets |
25 https://code.google.com/p/prosody-modules/wiki/mod_websocket (a module that adds websocket support to prosody) | 26 https://code.google.com/p/prosody-modules/wiki/mod_websocket |
26 Client-side: | 27 Client-side: |
27 https://github.com/superfeedr/strophejs/tree/protocol-ed (a websocket-aware fork of strophejs) | 28 https://github.com/superfeedr/strophejs/tree/protocol-ed |