comparison 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
comparison
equal deleted inserted replaced
37:6773e5bc2ca0 38:d38597574322
14 http://xmpp.org/rfcs/rfc6121.html 14 http://xmpp.org/rfcs/rfc6121.html
15 http://xmpp.org/rfcs/rfc6122.html 15 http://xmpp.org/rfcs/rfc6122.html
16 http://xmpp.org/xmpp-protocols/xmpp-extensions/ 16 http://xmpp.org/xmpp-protocols/xmpp-extensions/
17 WebSocket: 17 WebSocket:
18 http://dev.w3.org/html5/websockets/ 18 http://dev.w3.org/html5/websockets/
19 http://tools.ietf.org/html/rfc6455
19 XMPP over WebSocket: 20 XMPP over WebSocket:
20 https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00 21 http://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00
21 http://blog.superfeedr.com/xmpp-over-websockets/ 22 http://blog.superfeedr.com/xmpp-over-websockets/
22 23
23 Similar/related software 24 Similar/related software
24 Server-side: 25 Server-side:
25 https://code.google.com/p/node-xmpp-bosh/ 26 https://code.google.com/p/node-xmpp-bosh/