From 6a4afe20bd308ca685401e780b760af9194ac91c Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Fri, 28 Jul 2017 14:02:50 +0100 Subject: [PATCH] Add capability for MIX in client's server; --- xep-0369.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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.