Commit 2b5b2fae authored by midzer's avatar midzer Committed by JC Brand

add another server which supports websockets (#1086)

parent d7203a5d
...@@ -118,7 +118,7 @@ your browser. ...@@ -118,7 +118,7 @@ your browser.
Websockets provide long-lived, bidirectional connections which do not rely on Websockets provide long-lived, bidirectional connections which do not rely on
HTTP. Therefore BOSH, which operates over HTTP, doesn't apply to websockets. HTTP. Therefore BOSH, which operates over HTTP, doesn't apply to websockets.
`Prosody <http://prosody.im>`_ (from version 0.10) supports websocket connections, as `Prosody <http://prosody.im>`_ (from version 0.10) and `Ejabberd <http://www.ejabberd.im>`_ support websocket connections, as
does the node-xmpp-bosh connection manager. does the node-xmpp-bosh connection manager.
Refer to the :ref:`websocket-url` configuration setting for information on how to Refer to the :ref:`websocket-url` configuration setting for information on how to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment