From 2ffa7fc522934ece34ced47a3bbe12f5c230551d Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Mon, 19 Sep 2016 13:45:09 +0100 Subject: [PATCH] Add Disco examples --- xep-0369.xml | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index f1617cac..db353ddb 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -417,6 +417,7 @@
  • 'No Private Messages'. If this option is selected, private messages may not be used with the channel.
  • +

    AUTHOR'S NOTE: This version contains a number of AUTHOR NOTES, which are reminder instructions to the author as to editing actions to be taken, and also indicate where changes are anticipated in future versions.

    AUTHOR'S NOTE AND QUESTION: Detailed review of this section is solicited, and requirements for any additional configuration control.

    The format of the ACL node follows &xep0004;.

    -

    The list of channels supported by a MIX service is obtained by a disco command.

    -

    AUTHOR'S NOTE: This version contains a number of AUTHOR NOTES, which are reminder instructions to the author as to editing actions to be taken, and also indicate where changes are anticipated in future versions.

    -

    - AUTHOR'S NOTE: Need to add example. This standard disco approach is going to replace the earlier proposed "urn:xmpp:mix:nodes:channels", unless there are objections. -

    +

    The list of channels supported by a MIX service is obtained by a disco#items command. The MIX server MUST only return channel that exist and that the user making the query has rights to subscribe to. This query MAY be made directly by and XMPP client or by a MIX Proxy.

    + + + + +]]> + + + + + + + +]]> + +
    -

    In order to find out more information about a given channel, a user can send a disco#info query to the channel.

    +

    In order to find out more information about a given channel, a user can send a disco#info query to the channel. This query MUST be made by a MIX Proxy and not the end client.

    -

    Use disco#items to find the nodes associated with a channel. The MIX server MUST only return nodes that exist and that the user making the query has rights to subscribe to.

    +

    Use disco#items to find the nodes associated with a channel. The MIX server MUST only return nodes that exist and that the user making the query has rights to subscribe to. This query MUST be made by a MIX Proxy and not the end client.

    ]]> -