|
@@ -656,24 +656,6 @@ Before version 1.0.3 Converse would ignore received messages if they were
|
|
|
intended for a different resource then the current user had. It was decided to
|
|
|
drop this restriction but leave it configurable.
|
|
|
|
|
|
-forward_messages
|
|
|
-----------------
|
|
|
-
|
|
|
-* Default: ``false``
|
|
|
-
|
|
|
-If set to ``true``, sent messages will also be forwarded to the sending user's
|
|
|
-bare JID (their Jabber ID independent of any chat clients aka resources).
|
|
|
-
|
|
|
-This means that sent messages are visible from all the user's chat clients,
|
|
|
-and not just the one from which it was actually sent.
|
|
|
-
|
|
|
-This is especially important for web chat, such as Converse, where each
|
|
|
-browser tab functions as a separate chat client, with its own resource.
|
|
|
-
|
|
|
-This feature uses Stanza forwarding, see also `XEP 0297: Stanza Forwarding <http://www.xmpp.org/extensions/xep-0297.html>`_
|
|
|
-
|
|
|
-For an alternative approach, see also `message_carbons`_.
|
|
|
-
|
|
|
fullname
|
|
|
--------
|
|
|
|
|
@@ -920,16 +902,12 @@ Support for `XEP-0280: Message Carbons <https://xmpp.org/extensions/xep-0280.htm
|
|
|
In order to keep all IM clients for a user engaged in a conversation,
|
|
|
outbound messages are carbon-copied to all interested resources.
|
|
|
|
|
|
-This is especially important in webchat, like Converse, where each browser
|
|
|
+This is especially important with Converse, where each browser
|
|
|
tab serves as a separate IM client.
|
|
|
|
|
|
-Both message_carbons and `forward_messages`_ try to solve the same problem
|
|
|
-(showing sent messages in all connected chat clients aka resources), but go about it
|
|
|
-in two different ways.
|
|
|
+XEP-0280 requires server support, so make sure that message carbons are enabled
|
|
|
+on your server.
|
|
|
|
|
|
-Message carbons is the XEP (Jabber protocol extension) specifically drafted to
|
|
|
-solve this problem, while `forward_messages`_ uses
|
|
|
-`stanza forwarding <http://www.xmpp.org/extensions/xep-0297.html>`_
|
|
|
|
|
|
muc_disable_slash_commands
|
|
|
--------------------------
|