mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Update Admin Use section structure
Add config option
This commit is contained in:
parent
80883baece
commit
cfbcf553e9
55
xep-0369.xml
55
xep-0369.xml
@ -477,6 +477,8 @@
|
||||
|
||||
<li>'Kick Rights'. Controls who can kick users from the channel: "admins"; "owners"; "nobody". Default "admins".</li>
|
||||
|
||||
<li>'Information Node Update Rights'. Controls who can make changes to information node: "admins"; "owners". Default "owners".</li>
|
||||
|
||||
<li>'JID Visibility'. Choice of "jid-hidden", "jid-optionally-visible", "jid-mandatory-visible". </li>
|
||||
<li>'Open Presence'. If selected, any client may register presence. If not selected, only clients with bare JID in the participants list may register presence.</li>
|
||||
<li>'Allow Message Retraction'. If this option is selected users will be able to retract messages sent to the MIX channel.</li>
|
||||
@ -1573,20 +1575,6 @@ the participant is not be subscribed to all nodes associated with the channel (i
|
||||
</section3>
|
||||
|
||||
|
||||
<section3 topic='Configuring a Channel' anchor='usecase-admin-'>
|
||||
<p>
|
||||
Channel jid is set on channel creation and may not be changed. All other channel may be changed if channel configuration allows.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
AUTHOR'S NOTE: Allow configuration by direct writes to 'urn:xmpp:mix:nodes:config' . Also specify MIX XEP-0004 commands to achieve this.
|
||||
|
||||
|
||||
</p>
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
</section3>
|
||||
<section3 topic='Destroying a Channel' anchor='usecase-admin-destroy'>
|
||||
<p>
|
||||
MIX channels are always explicitly destroyed by an owner of the channel or by a server operator. There is no concept of temporary channel, equivalent to &xep0045; temporary room which is automatically destroyed by the server when the users leave. However, channels may be configured with an explicit lifetime, after which the channel MUST be removed by the MIX server. Where a channel is created for ad hoc use, it may be desirable to keep the channel for history reference or for re-use by the same set of users.
|
||||
@ -1615,13 +1603,48 @@ the participant is not be subscribed to all nodes associated with the channel (i
|
||||
|
||||
</section3>
|
||||
|
||||
|
||||
<section3 topic='Modifying User Affiliations' anchor='usecase-admin-affiliations'>
|
||||
<section3 topic='Modifying Channel Information' anchor='usecase-admin-information'>
|
||||
<p></p>
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
</section3>
|
||||
|
||||
|
||||
<section3 topic='Controlling Channel Partipcipants' anchor='usecase-admin-participants'>
|
||||
<p>
|
||||
Admins.
|
||||
|
||||
Allowed and Banned lists.
|
||||
</p>
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
</section3>
|
||||
|
||||
|
||||
<section3 topic='Configuring a Channel' anchor='usecase-admin-'>
|
||||
<p>
|
||||
Channel jid is set on channel creation and may not be changed. All other channel may be changed if channel configuration allows.
|
||||
</p>
|
||||
<p>
|
||||
|
||||
AUTHOR'S NOTE: Allow configuration by direct writes to 'urn:xmpp:mix:nodes:config' . Also specify MIX XEP-0004 commands to achieve this.
|
||||
|
||||
|
||||
</p>
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
|
||||
|
||||
</section3>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section3 topic='Removing a User From a Channel (Kicking)' anchor='usecase-admin-kick'>
|
||||
<p></p>
|
||||
<example caption="" ><![CDATA[
|
||||
|
Loading…
Reference in New Issue
Block a user