diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-12 21:45:04 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-12 21:45:04 +0200 |
commit | aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6 (patch) | |
tree | 6755dc4266973f16bf5ec905e3cb722507318303 /doc/source/configuration.rst | |
parent | 3de3dbd7fcc1ffbea5b459a912fc87abaedc5474 (diff) | |
download | poezio-aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6.tar.gz poezio-aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6.tar.bz2 poezio-aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6.tar.xz poezio-aa79acb7d9cef2f19376a20ac27c13b9b46ac6e6.zip |
Disable smacks by default
Diffstat (limited to 'doc/source/configuration.rst')
-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 718d24ca..52f7eb07 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -302,6 +302,15 @@ to understand what is :ref:`carbons <carbons-details>` or enabled. There should be no reason to disable this except if you encounter issues with your server. + enable_smacks + + **Default value:** ``false`` + + Stream Management (XEP-0198) is an extension designed to improve + the reliability of XMPP in unreliable network conditions (such + as mobile networks). It can however increase bandwidth usage. + It also requires server support. + enable_user_activity **Default value:** ``true`` |