Commit 0c840aa8 authored by Sergey Fedoseev's avatar Sergey Fedoseev

index.rst: remove trailing spaces

parent 5bad6b02
...@@ -858,7 +858,7 @@ The map of attributes: ...@@ -858,7 +858,7 @@ The map of attributes:
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+ +----------------+--------------------------------------------------------------------------------------------------------------------------------------+
| Attribute | | | Attribute | |
+================+======================================================================================================================================+ +================+======================================================================================================================================+
| ask | If ask === 'subscribe', then we have asked this person to be our chat buddy. | | ask | If ask === 'subscribe', then we have asked this person to be our chat buddy. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+ +----------------+--------------------------------------------------------------------------------------------------------------------------------------+
| fullname | The person's full name. | | fullname | The person's full name. |
+----------------+--------------------------------------------------------------------------------------------------------------------------------------+ +----------------+--------------------------------------------------------------------------------------------------------------------------------------+
...@@ -1033,7 +1033,7 @@ Default: ``true`` ...@@ -1033,7 +1033,7 @@ Default: ``true``
Determines whether Converse.js will maintain the chat session across page Determines whether Converse.js will maintain the chat session across page
loads. loads.
See also: See also:
* `Prebinding and Single Session Support`_ * `Prebinding and Single Session Support`_
* `Using prebind in connection with keepalive`_ * `Using prebind in connection with keepalive`_
...@@ -1159,7 +1159,7 @@ The ``keepalive`` option caches the ``rid``, ``sid`` and ``jid`` values ...@@ -1159,7 +1159,7 @@ The ``keepalive`` option caches the ``rid``, ``sid`` and ``jid`` values
(henceforth referred to as *session tokens*) one receives from a prebinded (henceforth referred to as *session tokens*) one receives from a prebinded
BOSH session, in order to re-use them when the page reloads. BOSH session, in order to re-use them when the page reloads.
However, if besides setting ``keepalive`` to ``true``, you also set ``prebind`` However, if besides setting ``keepalive`` to ``true``, you also set ``prebind``
to ``true``, and you pass in valid session tokens to ``converse.initialize``, to ``true``, and you pass in valid session tokens to ``converse.initialize``,
then those passed in session tokens will be used instead of any tokens cached by then those passed in session tokens will be used instead of any tokens cached by
``keepalive``. ``keepalive``.
......
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