# HG changeset patch # User florob@babelmonkeys.de # Date 1387136411 0 # Node ID f57c49ef23ecabcaaded14b66e73077bb217a8a7 # Parent 6c4444345eea61fcb43e8f626b559961faa103c0 Correct websocket-draft URL diff -r 6c4444345eea -r f57c49ef23ec mod_websocket.wiki --- a/mod_websocket.wiki Sun Dec 15 19:38:02 2013 +0000 +++ b/mod_websocket.wiki Sun Dec 15 19:40:11 2013 +0000 @@ -6,7 +6,7 @@ [http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server. This module allows browsers to communicate with Prosody via XMPP over !WebSockets. This usually has less overhead then using [https://prosody.im/doc/modules/mod_bosh BOSH]. -Note that the [http://tools.ietf.org/html/draft-ietf-xmpp-over-websocket XMPP over !WebSocket specification] has not been finalized yet, and is still evolving. +Note that the [https://tools.ietf.org/html/draft-ietf-xmpp-websocket XMPP over !WebSocket specification] has not been finalized yet, and is still evolving. There are many JavaScript XMPP libraries capable of utilizing !WebSockets, among them: * [https://github.com/sonnyp/lightstring Lightstring]