comparison mod_websocket.wiki @ 402:421d0865f89d

Update library state
author florob@babelmonkeys.de
date Thu, 12 Sep 2013 17:44:25 +0000
parents 188ff73d261e
children 6c4444345eea
comparison
equal deleted inserted replaced
401:f7bca760e9b5 402:421d0865f89d
7 7
8 In our case it is interesting to tunnel XMPP over !WebSockets, as an alternative to e.g. BOSH, !WebSockets having less overhead. 8 In our case it is interesting to tunnel XMPP over !WebSockets, as an alternative to e.g. BOSH, !WebSockets having less overhead.
9 9
10 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: 10 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:
11 * [https://github.com/sonnyp/lightstring Lightstring] 11 * [https://github.com/sonnyp/lightstring Lightstring]
12 * Strophe.js branches: 12 * [https://github.com/strophe/strophejs strophe.js master]
13 * [https://github.com/Gordin/strophejs Gordin's branch] 13 * [https://github.com/legastero/stanza.io stanza.io]
14 * [https://github.com/superfeedr/strophejs/tree/protocol-ed Superfeedr's branch]
15 14
16 = Usage = 15 = Usage =
17 16
18 Simply add mod_websocket to your modules_enabled list, as you would any other module. The repository includes a demo websocket.html file to show connecting to the socket. It doesn't perform any XMPP. 17 Simply add mod_websocket to your modules_enabled list, as you would any other module. The repository includes a demo websocket.html file to show connecting to the socket. It doesn't perform any XMPP.
19 18