Mercurial > eldonilo > lightstring
annotate README @ 38:d38597574322
add the websocket protocol RFC in the references
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Tue, 31 Jan 2012 01:17:55 +0100 |
parents | 521962f10743 |
children | 5e32481b8a92 |
rev | line source |
---|---|
5 | 1 Known support |
2 Browser: | |
15
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
3 Firefox |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
4 Chrome |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
5 Safari |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
6 iOS |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
7 ...? |
5 | 8 Server: |
9 node-xmpp-bosh | |
10 | |
11 References | |
12 XMPP: | |
9 | 13 http://xmpp.org/rfcs/rfc6120.html |
14 http://xmpp.org/rfcs/rfc6121.html | |
15 http://xmpp.org/rfcs/rfc6122.html | |
5 | 16 http://xmpp.org/xmpp-protocols/xmpp-extensions/ |
17 WebSocket: | |
18 http://dev.w3.org/html5/websockets/ | |
38
d38597574322
add the websocket protocol RFC in the references
Sonny Piers <sonny.piers@gmail.com>
parents:
15
diff
changeset
|
19 http://tools.ietf.org/html/rfc6455 |
5 | 20 XMPP over WebSocket: |
38
d38597574322
add the websocket protocol RFC in the references
Sonny Piers <sonny.piers@gmail.com>
parents:
15
diff
changeset
|
21 http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 |
5 | 22 http://blog.superfeedr.com/xmpp-over-websockets/ |
23 | |
24 Similar/related software | |
25 Server-side: | |
9 | 26 https://code.google.com/p/node-xmpp-bosh/ |
27 https://github.com/superfeedr/ejabberd-websockets | |
28 https://code.google.com/p/prosody-modules/wiki/mod_websocket | |
11
efe98c3634e4
add kaazing to the list of related project
Sonny Piers <sonny.piers@gmail.com>
parents:
10
diff
changeset
|
29 http://kaazing.com/products/xmpp-edition |
5 | 30 Client-side: |
9 | 31 https://github.com/superfeedr/strophejs/tree/protocol-ed |