view README @ 10:9c9e19a3829d

delete a unwanted empty line
author Sonny Piers <sonny.piers@gmail.com>
date Sun, 15 Jan 2012 02:16:36 +0100
parents 24bc40461b2c
children efe98c3634e4
line wrap: on
line source

Known support
  Browser:
    See: http://caniuse.com/#search=websocket
    For non websocket-aware browsers you can use 
    https://github.com/gimite/web-socket-js/
  Server:
    node-xmpp-bosh

References
  XMPP:
    http://xmpp.org/rfcs/rfc6120.html
    http://xmpp.org/rfcs/rfc6121.html
    http://xmpp.org/rfcs/rfc6122.html
    http://xmpp.org/xmpp-protocols/xmpp-extensions/
  WebSocket:
    http://dev.w3.org/html5/websockets/
  XMPP over WebSocket:
    https://tools.ietf.org/html/draft-moffitt-xmpp-over-websocket-00
    http://blog.superfeedr.com/xmpp-over-websockets/

Similar/related software
  Server-side:
    https://code.google.com/p/node-xmpp-bosh/
    https://github.com/superfeedr/ejabberd-websockets
    https://code.google.com/p/prosody-modules/wiki/mod_websocket
  Client-side:
    https://github.com/superfeedr/strophejs/tree/protocol-ed