From fa8f57b7f51a44ee0870d1bf29646007e087f24e Mon Sep 17 00:00:00 2001 From: dequis Date: Fri, 20 Nov 2015 23:04:06 -0300 Subject: jabber: Implement carbons (XEP-0280) "Message carbons" (XEP-0280) is a server feature to get copies of outgoing messages sent from other clients connected to the same account. It's not widely supported by most public XMPP servers (easier if you host your own), but this will probably change in the next few years. This is enabled by default if the server supports it. It can also be disabled with the "carbons" account setting. Loosely based on a patch by kormat from trac ticket 1021. (Thanks!) I moved stuff around, simplified things, fixed a few bugs, and used the new self-messages feature. --- doc/user-guide/commands.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 3a1ad082..b14744d8 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -788,6 +788,22 @@ + + true + + + + Jabber specific. "Message carbons" (XEP-0280) is a server feature to get copies of outgoing messages sent from other clients connected to the same account. It's not widely supported by most public XMPP servers (easier if you host your own), but this will probably change in the next few years. + + + This defaults to true, which will enable it if the server supports it, or fail silently if it's not. This setting only exists to allow disabling the feature if anyone considers it undesirable. + + + See also the self_messages setting. + + + + utf-8 you can get a list of all possible values by doing 'iconv -l' in a shell -- cgit v1.2.3