From bd55505d449568288b62e210e38bf9d1352514e0 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Thu, 22 Dec 2016 07:11:36 +0000 Subject: [PATCH] Fix message sender on messages from channel --- xep-0369.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index b6c151a0..7fe3243c 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -1258,10 +1258,10 @@ the participant is not be subscribed to all nodes associated with the channel (i ]]>

The MIX channel then puts a copy of the message into the MAM archive for the channel and sends a copy of the message to each participant in - standard groupchat format. These messages sent by the channel are addressed to the bare JID of each participant and this will be handled by the participant's MIX Proxy. The message from value is the full Proxy JID of the message sender. The id of the message is the ID from the MAM archive and NOT the id used by the sender.

+ standard groupchat format. These messages sent by the channel are addressed to the bare JID of each participant and this will be handled by the participant's MIX Proxy. The message from value is the JID of the channel, with the resource set to the nick of the sender, so that message recipients can identify the sender. The id of the message is the ID from the MAM archive and NOT the id used by the sender.

@@ -1272,7 +1272,7 @@ the participant is not be subscribed to all nodes associated with the channel (i The messages sent to participants have a different message id to the originally submitted message. This does not impact most recipients, but it does not allow the message originator to correlate the message with the submitted message. To address this the MIX channel MUST include an additional element of the message copy going back to the originator's bare JID that includes the original id. This enables the originator to correlate the received message with the message submitted.