comparison mod_websocket.wiki @ 313:18ecfc47bc83

Prevent autolinking
author florob@babelmonkeys.de
date Sat, 10 Nov 2012 23:46:33 +0000
parents e6cc6bf08560
children 188ff73d261e
comparison
equal deleted inserted replaced
312:e6cc6bf08560 313:18ecfc47bc83
3 3
4 = Introduction = 4 = Introduction =
5 5
6 [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. 6 [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.
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 * Strophe.js branches:
13 * [https://github.com/Gordin/strophejs Gordin's branch] 13 * [https://github.com/Gordin/strophejs Gordin's branch]
14 * [https://github.com/superfeedr/strophejs/tree/protocol-ed Superfeedr's branch] 14 * [https://github.com/superfeedr/strophejs/tree/protocol-ed Superfeedr's branch]
15 15