diff --git a/xep-0369.xml b/xep-0369.xml index 8b1b45d0..c9a8386f 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -52,6 +52,7 @@ rename jidmap2 to jidmap-visible; Namespace bump to mix:1; Correct from in response of join/leave IQs; + Add capability for MIX in client's server;

@@ -2487,6 +2488,29 @@ This approach enables flexible support of multiple clients for a MIX channel pa + +

+ Servers supporting the capabilities necessary to enable MIX clients MUST advertise this. A client wishing to use MIX MUST check for this capability in the server before using MIX. The capability is represented by the 'urn:xmpp:mix:account:0' feature. +

+ + + + + + + + + +]]> + +
+#

Most interaction between a MIX client and a MIX channel is directly between the client and the channel. The participant's server relays the message but does not modify the messages. In particular configuration management and discovery is direct. Interaction will be direct, unless explicitly stated otherwise.