Mercurial > eldonilo > lightstring
annotate README @ 109:cd1f57661439 default tip
Fix files permissions.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 01 Aug 2012 23:18:03 +0200 |
| parents | b04667a0d2d4 |
| children |
| rev | line source |
|---|---|
|
104
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
1 Implemented transports |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
2 BOSH |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
3 WebSocket |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
4 |
| 5 | 5 Known support |
| 6 Browser: | |
|
15
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
7 Firefox |
|
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
8 Chrome |
|
39
5e32481b8a92
Better WebSocket feature discovering and Opera support
Sonny Piers <sonny.piers@gmail.com>
parents:
38
diff
changeset
|
9 Opera |
|
15
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
10 Safari |
|
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
11 iOS |
|
521962f10743
better list of supported browsers
Sonny Piers <sonny.piers@gmail.com>
parents:
11
diff
changeset
|
12 ...? |
| 5 | 13 Server: |
| 14 node-xmpp-bosh | |
| 15 | |
| 16 References | |
| 17 XMPP: | |
| 9 | 18 http://xmpp.org/rfcs/rfc6120.html |
| 19 http://xmpp.org/rfcs/rfc6121.html | |
| 20 http://xmpp.org/rfcs/rfc6122.html | |
| 5 | 21 http://xmpp.org/xmpp-protocols/xmpp-extensions/ |
| 22 WebSocket: | |
| 23 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
|
24 http://tools.ietf.org/html/rfc6455 |
| 5 | 25 XMPP over WebSocket: |
|
38
d38597574322
add the websocket protocol RFC in the references
Sonny Piers <sonny.piers@gmail.com>
parents:
15
diff
changeset
|
26 http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 |
| 5 | 27 http://blog.superfeedr.com/xmpp-over-websockets/ |
|
104
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
28 BOSH: |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
29 http://xmpp.org/extensions/xep-0124.html |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
30 XMPP over BOSH: |
|
b04667a0d2d4
Add implemented transports and BOSH references.
Sonny Piers <sonny.piers@gmail.com>
parents:
39
diff
changeset
|
31 http://xmpp.org/extensions/xep-0206.html |
| 5 | 32 |
| 33 Similar/related software | |
| 34 Server-side: | |
| 9 | 35 https://code.google.com/p/node-xmpp-bosh/ |
| 36 https://github.com/superfeedr/ejabberd-websockets | |
| 37 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
|
38 http://kaazing.com/products/xmpp-edition |
| 5 | 39 Client-side: |
| 9 | 40 https://github.com/superfeedr/strophejs/tree/protocol-ed |
