# HG changeset patch # User florob@babelmonkeys.de # Date 1352591193 0 # Node ID 18ecfc47bc838e7e22d54254952fdd4eb037085f # Parent e6cc6bf085602a1e8495ed6a868c1f1f0ac73229 Prevent autolinking diff -r e6cc6bf08560 -r 18ecfc47bc83 mod_websocket.wiki --- a/mod_websocket.wiki Sat Nov 10 23:43:15 2012 +0000 +++ b/mod_websocket.wiki Sat Nov 10 23:46:33 2012 +0000 @@ -5,9 +5,9 @@ [http://http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server. -In our case it is interesting to tunnel XMPP over WebSockets, as an alternative to e.g. BOSH, WebSockets having less overhead. +In our case it is interesting to tunnel XMPP over !WebSockets, as an alternative to e.g. BOSH, !WebSockets having less overhead. -Note that the XMPP over WebSocket specification has not been finalized, and is still evolving. There are few XMPP libraries capable of WebSockets, among them: +Note that the XMPP over !WebSocket specification has not been finalized, and is still evolving. There are few XMPP libraries capable of !WebSockets, among them: * [https://github.com/sonnyp/lightstring Lightstring] * Strophe.js branches: * [https://github.com/Gordin/strophejs Gordin's branch]