changeset 313:18ecfc47bc83

Prevent autolinking
author florob@babelmonkeys.de
date Sat, 10 Nov 2012 23:46:33 +0000
parents e6cc6bf08560
children 1ed2cf3ca3fc
files mod_websocket.wiki
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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]