From 592da7960e289c06a29126833155a023d6641f82 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Tue, 2 Jan 2018 10:23:27 +0000 Subject: [PATCH] Create Channel Name clarification --- xep-0369.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xep-0369.xml b/xep-0369.xml index 4cb8dee1..97e0a7aa 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -49,6 +49,7 @@ Going offline JID error, Allow servers to limit retract time frame, Clarify that private messages must not be groupchat, + Creating Channel Clarification,

@@ -2069,7 +2070,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa

- A client creates a channel by sending a simple request to the MIX service. A channel MAY be created with default parameters, as shown in the following example. The result MUST include the name of the channel which MUST match the channel name in the request (if present). The create is encoded as a <create/> child element of <iq/> element. The <create/> is qualified by the 'urn:xmpp:mix:1' namespace. The <create/> element MUST have a 'channel' attribute to specify the channel name. + A client creates a channel by sending a simple request to the MIX service. A channel MAY be created with default parameters, as shown in the following example. The result MUST include the name of the channel which MUST match the channel name in the request (if present). The create is encoded as a <create/> child element of <iq/> element. The <create/> is qualified by the 'urn:xmpp:mix:1' namespace. The <create/> element MUST have a 'channel' attribute to specify the channel name. This attribute specifies the value that will be used in the LHS of the JID for the MIX channel.