From 60c7272ba2044e4ea693253f27ab48db9efa0c32 Mon Sep 17 00:00:00 2001 From: Steve Kille Date: Fri, 4 Nov 2016 09:51:31 +0000 Subject: [PATCH] Administration of Allowed/Banned --- xep-0369.xml | 81 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 72 insertions(+), 9 deletions(-) diff --git a/xep-0369.xml b/xep-0369.xml index b0cc9fd1..263d162d 100644 --- a/xep-0369.xml +++ b/xep-0369.xml @@ -439,9 +439,8 @@ - - - + + ]]> @@ -455,9 +454,8 @@ - - - + + ]]> @@ -1939,17 +1937,82 @@ A client creates a channel by sending a simple request to the MIX service. A c

- Owners and Administrators may control which users can participate in a channel by use of Allowed and Banned lists. -Allowed and Banned lists may be read by PubSub query of the Banned and Allowed Nodes. + Owners and Administrators may control which users can participate in a channel by use of Allowed and Banned lists using PubSub. These operations follow &xep0060; which sets out detailed protocol use and error handling. + Allowed and Banned lists may be read by PubSub get of the Banned and Allowed Nodes. This operation may be used by users as controlled by 'Allowed Node Subscription' and 'Banned Node Subscription' configuration node options (default Administrators).

+ + + + + + + + + + + + + +]]> + +

+ JIDs can be added to the Allowed and Banned nodes by a pubsub set command. This is used to add one item to a node. +

+ + + + + + + + + + + + ]]> +

+ JIDs can be removed from the Allowed and Banned nodes by pubsub retract command. +

+ + + + + + + + + + + +]]>