diff options
author | mathieui <mathieui@mathieui.net> | 2016-06-05 13:35:03 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-06-05 13:35:03 +0200 |
commit | c00cfecdf86175446fe89480184fdf419b9c1c2a (patch) | |
tree | fdc1479ad4c4237aea0f4701cdb937744dfd34f5 /doc/source/configuration.rst | |
parent | cf595c0ffd06f9b69f0466009516bf02bbc3ad99 (diff) | |
download | poezio-c00cfecdf86175446fe89480184fdf419b9c1c2a.tar.gz poezio-c00cfecdf86175446fe89480184fdf419b9c1c2a.tar.bz2 poezio-c00cfecdf86175446fe89480184fdf419b9c1c2a.tar.xz poezio-c00cfecdf86175446fe89480184fdf419b9c1c2a.zip |
Enable message carbons by default
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index a21159b3..9310ccbd 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -295,10 +295,12 @@ to understand what is :ref:`carbons <carbons-details>` or enable_carbons - **Default value:** ``false`` + **Default value:** ``true`` - Set this to ``true`` to enable Message Carbons (XEP-280), which allows transparent message - delivery from and to other resources with carbons enabled. + Set this to ``false`` to disable Message Carbons (XEP-280), which allows + transparent message delivery from and to other resources with carbons + enabled. There should be no reason to disable this except if you encounter + issues with your server. enable_user_activity |