Mercurial > eldonilo > lightstring
annotate README @ 23:99bf2bdcfd96
Emit an iq/namespace:tag event for each iq containing a payload.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 26 Jan 2012 22:16:26 +0100 |
parents | 521962f10743 |
children | d38597574322 |
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/ | |
19 XMPP over WebSocket: | |
20 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 | |
21 http://blog.superfeedr.com/xmpp-over-websockets/ | |
22 | |
23 Similar/related software | |
24 Server-side: | |
9 | 25 https://code.google.com/p/node-xmpp-bosh/ |
26 https://github.com/superfeedr/ejabberd-websockets | |
27 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
|
28 http://kaazing.com/products/xmpp-edition |
5 | 29 Client-side: |
9 | 30 https://github.com/superfeedr/strophejs/tree/protocol-ed |