diff options
-rw-r--r-- | doc/source/configuration.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 56f546d8..81eadb77 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -81,15 +81,6 @@ 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`` @@ -142,6 +133,15 @@ Options related to account configuration, nicknameā¦ This option can be combined with :term:`custom_host`. You should not need this in a "normal" use case. + default_muc_service + + **Default value:** ``[empty]`` + + If specified, will be used instead of the MUC service provided by + the user domain. + + .. versionadded:: 0.13 + default_nick **Default value:** ``[empty]`` |