소스 검색

docs: enable_smacks is set to true by default since v6.0.0

Fix #2936.
Johan Oudinet 3 년 전
부모
커밋
c245599e65
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      CHANGES.md
  2. 1 1
      docs/source/configuration.rst

+ 1 - 0
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)
 

+ 1 - 1
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 <https://xmpp.org/extensions/xep-0198.html>`_
 support is turned on or not.