Mercurial > prosody-wiki
comparison mod_websocket.wiki @ 320:188ff73d261e
mod_websocket: Remove duplicate http:// (thanks Link Mauve)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 21 Dec 2012 14:30:39 +0100 |
parents | 18ecfc47bc83 |
children | 421d0865f89d |
comparison
equal
deleted
inserted
replaced
319:e6e7ccdae143 | 320:188ff73d261e |
---|---|
1 #summary Simple XMPP-over-websocket support | 1 #summary Simple XMPP-over-websocket support |
2 #labels Stage-Alpha | 2 #labels Stage-Alpha |
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://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] |