From 6779a94b0e5257c94dadd4a6d13aefaa21d2068a Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Thu, 15 Jun 2017 15:22:49 +0100 Subject: [PATCH] Correct get roster encoding --- xep-0369.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index 0be22e4f..20d79df4 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -2528,13 +2528,14 @@ This approach enables flexible support of multiple clients for a MIX channel pa -

It is useful for a MIX client to know which roster members are MIX channels, as this will facilitate convenient presentation of subscribed MIX channels to the user. A MIX client MAY request that the server return this additional information. The server MUST return the additional information. The request is made by adding to the standard roster get request and element <mix-info-request/> qualified by the ‘urn:xmpp:mix:0' namespace.

+

It is useful for a MIX client to know which roster members are MIX channels, as this will facilitate convenient presentation of subscribed MIX channels to the user. A MIX client MAY request that the server return this additional information. The server MUST return the additional information. The request is made by extending the standard roster get request by adding a sub-element <mix-info-request/> to the <query/> element qualified by the ‘urn:xmpp:mix:0' namespace.

- - + + + ]]>