From c245599e65f469f363e23054ce244abdf6691174 Mon Sep 17 00:00:00 2001 From: Johan Oudinet Date: Mon, 20 Jun 2022 11:17:06 +0200 Subject: [PATCH] docs: enable_smacks is set to true by default since v6.0.0 Fix #2936. --- CHANGES.md | 1 + docs/source/configuration.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d0215fd9e..cc3eafc4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ - Show roster contacts with `subscription` set to `none` - Remove the `converse-carbons` plugin and make carbons part of the `converse-chat` plugin. - Remove the `message_carbons` configuration setting. Carbons are now always enabled. +- #2936: Fix documentation about enable_smacks option, which is true by default. ## 9.1.1 (2022-05-05) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 307238708..afe7901d2 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -902,7 +902,7 @@ The app servers are specified with the `push_app_servers`_ option. enable_smacks ------------- -* Default: ``false`` +* Default: ``true`` Determines whether `XEP-0198 Stream Management `_ support is turned on or not.