Mercurial > prosody-wiki
changeset 409:f57c49ef23ec
Correct websocket-draft URL
author | florob@babelmonkeys.de |
---|---|
date | Sun, 15 Dec 2013 19:40:11 +0000 |
parents | 6c4444345eea |
children | f026d862725b |
files | mod_websocket.wiki |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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]