mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 12:12:22 -05:00
Edits
This commit is contained in:
parent
354944aa22
commit
20f836899f
28
xep-0406.xml
28
xep-0406.xml
@ -28,7 +28,10 @@
|
|||||||
<spec>XEP-0292</spec>
|
<spec>XEP-0292</spec>
|
||||||
<spec>XEP-0297</spec>
|
<spec>XEP-0297</spec>
|
||||||
<spec>XEP-0313</spec>
|
<spec>XEP-0313</spec>
|
||||||
|
<spec>XEP-0369</spec>
|
||||||
<spec>XEP-0372</spec>
|
<spec>XEP-0372</spec>
|
||||||
|
<spec>XEP-0403</spec>
|
||||||
|
<spec>XEP-0404</spec>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<supersedes/>
|
<supersedes/>
|
||||||
<supersededby/>
|
<supersededby/>
|
||||||
@ -46,8 +49,7 @@
|
|||||||
|
|
||||||
</header>
|
</header>
|
||||||
<section1 topic='Introduction' anchor='intro'>
|
<section1 topic='Introduction' anchor='intro'>
|
||||||
<p>The Mediated Information eXchange (MIX) protocol framework and core capbilities are specified in &xep0369; (MIX-CORE).
|
<p>The Mediated Information eXchange (MIX) protocol framework and core capbilities are specified in &xep0369; (MIX-CORE). This document defines a framework for administering a MIX service, including MIX-CORE, MIX-PRESENCE and MIX-ANON. It defines MIX channel configuration in a standardized manner, to enable consistent MIX administration using standard capabilities.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</section1>
|
</section1>
|
||||||
@ -155,7 +157,7 @@
|
|||||||
<item id='2016-05-30T09:00:00'>
|
<item id='2016-05-30T09:00:00'>
|
||||||
<x xmlns='jabber:x:data' type='result'>
|
<x xmlns='jabber:x:data' type='result'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='Owner'>
|
<field var='Owner'>
|
||||||
<value>hecate@shakespeare.example</value>
|
<value>hecate@shakespeare.example</value>
|
||||||
@ -195,10 +197,10 @@
|
|||||||
id='lx09df27'
|
id='lx09df27'
|
||||||
to='mix.shakespeare.example'
|
to='mix.shakespeare.example'
|
||||||
type='set'>
|
type='set'>
|
||||||
<create channel='coven' xmlns='urn:xmpp:mix:1'>
|
<create channel='coven' xmlns='urn:xmpp:mix:admin:0'>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='Owner'>
|
<field var='Owner'>
|
||||||
<value>hecate@shakespeare.example</value>
|
<value>hecate@shakespeare.example</value>
|
||||||
@ -221,7 +223,7 @@
|
|||||||
id='lx09df27'
|
id='lx09df27'
|
||||||
to='hag66@shakespeare.example/UUID-a1j/7533'
|
to='hag66@shakespeare.example/UUID-a1j/7533'
|
||||||
type='result'>
|
type='result'>
|
||||||
<create channel='coven' xmlns='urn:xmpp:mix:1'/>
|
<create channel='coven' xmlns='urn:xmpp:mix:admin:0'/>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
|
||||||
@ -252,7 +254,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<x xmlns='jabber:x:data' type='form'>
|
<x xmlns='jabber:x:data' type='form'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<title>Information Node Modification</title>
|
<title>Information Node Modification</title>
|
||||||
<field type='text-multi'
|
<field type='text-multi'
|
||||||
@ -284,7 +286,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='Name'>
|
<field var='Name'>
|
||||||
<value>Witches Coven</value>
|
<value>Witches Coven</value>
|
||||||
@ -310,7 +312,7 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:mix:nodes:info'>
|
<publish node='urn:xmpp:mix:nodes:info'>
|
||||||
<items>
|
<items>
|
||||||
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:1'/>
|
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:admin:0'/>
|
||||||
</items>
|
</items>
|
||||||
</publish>
|
</publish>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
@ -335,11 +337,11 @@
|
|||||||
to='hag66@shakespeare.example/UUID-a1j/7533'
|
to='hag66@shakespeare.example/UUID-a1j/7533'
|
||||||
type='result'>
|
type='result'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items xmlns='urn:xmpp:mix:1' node='urn:xmpp:mix:nodes:config'>
|
<items xmlns='urn:xmpp:mix:admin:0' node='urn:xmpp:mix:nodes:config'>
|
||||||
<item>
|
<item>
|
||||||
<x xmlns='jabber:x:data' type='form'>
|
<x xmlns='jabber:x:data' type='form'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<title>Configuration Node Modification</title>
|
<title>Configuration Node Modification</title>
|
||||||
<field type='jid-multi'
|
<field type='jid-multi'
|
||||||
@ -363,7 +365,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>urn:xmpp:mix:1</value>
|
<value>urn:xmpp:mix:admin:0</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='Owner'>
|
<field var='Owner'>
|
||||||
<value>hecate@shakespeare.example</value>
|
<value>hecate@shakespeare.example</value>
|
||||||
@ -391,7 +393,7 @@
|
|||||||
type='result'>
|
type='result'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:mix:nodes:config'>
|
<publish node='urn:xmpp:mix:nodes:config'>
|
||||||
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:1'/>
|
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:admin:0'/>
|
||||||
</publish>
|
</publish>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
</iq>
|
</iq>
|
||||||
|
Loading…
Reference in New Issue
Block a user