diff --git a/xep-0369.xml b/xep-0369.xml index 529a9a68..5b6481be 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -48,7 +48,7 @@ Clarify Mandatory Presence; Clarification of MIX annotation of roster updates; Flag that section 6.3 (Ensuring Message Delivery) needs review; - + Add MIX Channels in Roster Section;
Historical data (such as the messages sent to the channel) is stored in an archive supporting Message Archive Management (MAM) so that clients can subsequently access this data with MAM. Each node can be archived separately (e.g., the presence node or the configuration node). MIX messages are archived by both the MIX channel and the user's server, so that clients can generally use their local MAM archiver. MIX clients can retrieve archived information with MAM in order to quickly resync messages with regard to a channel, and can do so without providing presence information.
+ When a user joins a MIX channel, the channel is included in the user's roster. There are two reasons for this. +
+A MIX channel does not send messages and presence directly to the MIX client of a channel participant, but addresses them to the participant using the participant's bare JID. The participant's server MUST then handle these messages and pass them on to zero, one or multiple clients. To enable MIX to work, this behaviour is necessary and so the server of every MIX client MUST follow the rules set out in this specification.