diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2022-04-01 00:41:55 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2022-04-01 00:41:55 +0200 |
commit | 79a62bbd5343e51d770fb7ceb1b66c571ad56db5 (patch) | |
tree | 1647e0a5f7264c1a887eb9032144bf3cbfab14a3 | |
parent | d90c65d8e351d4a77c0b4e7ce1e581350abccc20 (diff) | |
download | poezio-79a62bbd5343e51d770fb7ceb1b66c571ad56db5.tar.gz poezio-79a62bbd5343e51d770fb7ceb1b66c571ad56db5.tar.bz2 poezio-79a62bbd5343e51d770fb7ceb1b66c571ad56db5.tar.xz poezio-79a62bbd5343e51d770fb7ceb1b66c571ad56db5.zip |
doc: Move default_muc_service out of security category
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-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]`` |