Add a page on carbons
This commit is contained in:
parent
5b4048000e
commit
71d98bd577
2 changed files with 19 additions and 1 deletions
17
doc/source/misc/carbons.rst
Normal file
17
doc/source/misc/carbons.rst
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
Message Carbons
|
||||||
|
===============
|
||||||
|
|
||||||
|
Starting from poezio 0.8, poezo now supports `message carbons`_.
|
||||||
|
|
||||||
|
Message carbons are useful to duplicate chat messages between several
|
||||||
|
connected devices, so that when you switch from one to another, you
|
||||||
|
don’t lose any message you sent or received.
|
||||||
|
|
||||||
|
To enable it, you only have to set the :term:`enable_carbons` option to ``true``.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
This feature only duplicates *chat* messages (direct conversations between
|
||||||
|
two JIDs), not groupchat messages or private conversations in groupchats.
|
||||||
|
|
||||||
|
.. _message carbons: http://xmpp.org/extensions/xep-0280.html
|
|
@ -6,7 +6,8 @@ Contents:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
separate
|
carbons
|
||||||
correct
|
correct
|
||||||
|
separate
|
||||||
ssl
|
ssl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue