Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
627f306d
Commit
627f306d
authored
Nov 22, 2019
by
poVoq
Committed by
JC Brand
Nov 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added examples for bosh & websocket connection
also recommendation to enable smacks
parent
e85afc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
docs/source/configuration.rst
docs/source/configuration.rst
+10
-0
No files found.
docs/source/configuration.rst
View file @
627f306d
...
...
@@ -473,6 +473,10 @@ bosh_service_url
* Default: ``undefined``
Example: ``http://xmpp.example.com:5280/bosh/``
Example with reverse-proxy and TLS: ``https://xmpp.example.com/bosh/``
To connect to an XMPP server over HTTP you need a `BOSH <https://en.wikipedia.org/wiki/BOSH>`_
connection manager which acts as a middle man between the HTTP and XMPP
protocols.
...
...
@@ -752,6 +756,8 @@ enable_smacks
Determines whether `XEP-0198 Stream Management <https://xmpp.org/extensions/xep-0198.html>`_
support is turned on or not.
Recommended to set to ``true`` if a websocket connection is used.
Please see the :ref:`websocket-url` configuration setting.
filter_by_resource
------------------
...
...
@@ -1703,6 +1709,10 @@ websocket_url
* Default: ``undefined``
Example: ``ws://xmpp.example.com:5280/ws/``
Example with reverse-proxy and TLS: ``wss://xmpp.example.com/ws/``
This option is used to specify a
`websocket <https://developer.mozilla.org/en/docs/WebSockets>`_ URI to which
Converse can connect to.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment