comparison mod_websocket.wiki @ 409:f57c49ef23ec

Correct websocket-draft URL
author florob@babelmonkeys.de
date Sun, 15 Dec 2013 19:40:11 +0000
parents 6c4444345eea
children ff097d886420
comparison
equal deleted inserted replaced
408:6c4444345eea 409:f57c49ef23ec
4 = Introduction = 4 = Introduction =
5 5
6 [http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server. 6 [http://en.wikipedia.org/wiki/WebSocket WebSockets] is a new protocol for providing web pages with simple two-way communication with a web server.
7 This module allows browsers to communicate with Prosody via XMPP over !WebSockets. 7 This module allows browsers to communicate with Prosody via XMPP over !WebSockets.
8 This usually has less overhead then using [https://prosody.im/doc/modules/mod_bosh BOSH]. 8 This usually has less overhead then using [https://prosody.im/doc/modules/mod_bosh BOSH].
9 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. 9 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.
10 10
11 There are many JavaScript XMPP libraries capable of utilizing !WebSockets, among them: 11 There are many JavaScript XMPP libraries capable of utilizing !WebSockets, among them:
12 * [https://github.com/sonnyp/lightstring Lightstring] 12 * [https://github.com/sonnyp/lightstring Lightstring]
13 * [https://github.com/strophe/strophejs strophe.js >= 1.1.0] 13 * [https://github.com/strophe/strophejs strophe.js >= 1.1.0]
14 * [https://github.com/legastero/stanza.io stanza.io] 14 * [https://github.com/legastero/stanza.io stanza.io]