Commit 45875afd authored by JC Brand's avatar JC Brand

Add docs on keepalive setting.

parent aa046654
......@@ -4,6 +4,9 @@ Changelog
0.8.1 (Unreleased)
------------------
* Converse.js now has the ability to maintain sessions across page loads
(previously, the session tokens had to be handled externally and passed in).
See the `keepalive <https://conversejs.org/docs/html/index.html#keepalive`_ configuration setting. [jcbrand]
* Allow changing of nickname in a chat room via /nick command. [jcbrand]
* Allow a chat room user to be muted or unmuted with the /mute and /voice commands. [jcbrand]
* Add a chat room toolbar button for toggling the list of participants. [jcbrand]
......
......@@ -932,6 +932,14 @@ Default: ``false``
If set to true, debugging output will be logged to the browser console.
keepalive
---------
Default: ``true``
Determines whether Converse.js will maintain the chat session across page
loads.
message_carbons
---------------
......
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