summaryrefslogtreecommitdiff
path: root/doc/source/misc/carbons.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/misc/carbons.rst')
-rw-r--r--doc/source/misc/carbons.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/misc/carbons.rst b/doc/source/misc/carbons.rst
new file mode 100644
index 00000000..7b2dcadf
--- /dev/null
+++ b/doc/source/misc/carbons.rst
@@ -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