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
93
xep-0369.xml
93
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>
|
||||
@ -1571,6 +1573,54 @@ the participant is not be subscribed to all nodes associated with the channel (i
|
||||
]]></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.
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<p>Note that the owner of the channel does not need to have presence registered in the channel in order to destroy it.</p>
|
||||
<p>
|
||||
AUTHOR'S NOTE: More TBS
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
|
||||
</section3>
|
||||
|
||||
<section3 topic='Server Destroying a Channel' anchor='usecase-server-destroy'>
|
||||
<p>
|
||||
Servers may destroy channels which have no participants and/or presence according to local policy. There will often be good reasons to not destroy rooms in these scenarios.
|
||||
|
||||
</p>
|
||||
|
||||
</section3>
|
||||
|
||||
<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-'>
|
||||
@ -1586,42 +1636,15 @@ the participant is not be subscribed to all nodes associated with the channel (i
|
||||
<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.
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<p>Note that the owner of the channel does not need to have presence registered in the channel in order to destroy it.</p>
|
||||
<p>
|
||||
AUTHOR'S NOTE: More TBS
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
<example caption="" ><![CDATA[
|
||||
|
||||
]]></example>
|
||||
|
||||
</section3>
|
||||
|
||||
<section3 topic='Server Destroying a Channel' anchor='usecase-server-destroy'>
|
||||
<p>
|
||||
Servers may destroy channels which have no participants and/or presence according to local policy. There will often be good reasons to not destroy rooms in these scenarios.
|
||||
|
||||
</p>
|
||||
|
||||
</section3>
|
||||
|
||||
|
||||
<section3 topic='Modifying User Affiliations' anchor='usecase-admin-affiliations'>
|
||||
<p></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