# HG changeset patch # User Kim Alvefur # Date 1356096639 -3600 # Node ID 188ff73d261e05040084f8d413d6f676cb561256 # Parent e6e7ccdae1431021b3e003723b3d478488edbba2 mod_websocket: Remove duplicate http:// (thanks Link Mauve) diff -r e6e7ccdae143 -r 188ff73d261e mod_websocket.wiki --- a/mod_websocket.wiki Wed Dec 05 11:38:22 2012 +0000 +++ b/mod_websocket.wiki Fri Dec 21 14:30:39 2012 +0100 @@ -3,7 +3,7 @@ = Introduction = -[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. +[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. @@ -26,4 +26,4 @@ = Compatibility = ||0.9||Works|| -||< 0.9||Not supported|| \ No newline at end of file +||< 0.9||Not supported||