Commit fde0e9c1 authored by JC Brand's avatar JC Brand

Fix RsT errors in docs.

parent 3f884f0d
...@@ -167,7 +167,6 @@ Single Session Support ...@@ -167,7 +167,6 @@ Single Session Support
.. note:: .. note::
What is prebinding? What is prebinding?
~~~~~~~~~~~~~~~~~~~
**Prebind** refers to a technique whereby your web application sets up an **Prebind** refers to a technique whereby your web application sets up an
authenticated BOSH session with a BOSH connection manager (which could be your authenticated BOSH session with a BOSH connection manager (which could be your
...@@ -217,7 +216,7 @@ page load). Each page load is a new request which requires a new unique RID. ...@@ -217,7 +216,7 @@ page load). Each page load is a new request which requires a new unique RID.
The best way to achieve this is to simply increment the RID with each page The best way to achieve this is to simply increment the RID with each page
load. load.
You'll need to configure converse.js with the :ref:`prebind`, :ref:`keepalive` and You'll need to configure converse.js with the ``prebind``, :ref:`keepalive` and
:ref:`prebind_url` settings. :ref:`prebind_url` settings.
Please read the documentation on those settings for a fuller picture of what Please read the documentation on those settings for a fuller picture of what
......
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