Mercurial > eldonilo > lightstring
annotate README @ 39:5e32481b8a92
Better WebSocket feature discovering and Opera support
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Tue, 31 Jan 2012 04:12:34 +0100 |
parents | d38597574322 |
children | b04667a0d2d4 |
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 |
39
5e32481b8a92
Better WebSocket feature discovering and Opera support
Sonny Piers <sonny.piers@gmail.com>
parents:
38
diff
changeset
|
5 Opera |
15
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
6 Safari |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
7 iOS |
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
8 ...? |
5 | 9 Server: |
10 node-xmpp-bosh | |
11 | |
12 References | |
13 XMPP: | |
9 | 14 http://xmpp.org/rfcs/rfc6120.html |
15 http://xmpp.org/rfcs/rfc6121.html | |
16 http://xmpp.org/rfcs/rfc6122.html | |
5 | 17 http://xmpp.org/xmpp-protocols/xmpp-extensions/ |
18 WebSocket: | |
19 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
|
20 http://tools.ietf.org/html/rfc6455 |
5 | 21 XMPP over WebSocket: |
38
d38597574322
add the websocket protocol RFC in the references
Sonny Piers <sonny.piers@gmail.com>
parents:
15
diff
changeset
|
22 http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 |
5 | 23 http://blog.superfeedr.com/xmpp-over-websockets/ |
24 | |
25 Similar/related software | |
26 Server-side: | |
9 | 27 https://code.google.com/p/node-xmpp-bosh/ |
28 https://github.com/superfeedr/ejabberd-websockets | |
29 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
|
30 http://kaazing.com/products/xmpp-edition |
5 | 31 Client-side: |
9 | 32 https://github.com/superfeedr/strophejs/tree/protocol-ed |