diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2018-12-16 16:40:15 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2018-12-16 16:57:48 +0000 |
commit | 91ee1211953fc4ad1407dee35c760abbf6b25d64 (patch) | |
tree | 3e954116268a87c6b5fd625c903a1668a575c500 /doc | |
parent | 3ad55c746e1a28f457a5b1f26873097c263812a3 (diff) | |
download | poezio-91ee1211953fc4ad1407dee35c760abbf6b25d64.tar.gz poezio-91ee1211953fc4ad1407dee35c760abbf6b25d64.tar.bz2 poezio-91ee1211953fc4ad1407dee35c760abbf6b25d64.tar.xz poezio-91ee1211953fc4ad1407dee35c760abbf6b25d64.zip |
impromptu: document default_muc_service
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 6baa6a27..da6d7954 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -81,6 +81,15 @@ and certificate validation. you know what you are doing, see the :ref:`ciphers` dedicated section for more details. + default_muc_service + + **Default value:** ``[empty]`` + + If specified, will be used instead of the MUC service provided by + the user domain. + + .. versionadded:: 0.13 + force_encryption **Default value:** ``true`` |