mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Merge branch 'feature/mix-namespace-fix' into premerge
This commit is contained in:
commit
5d2424efff
12
xep-0406.xml
12
xep-0406.xml
@ -38,6 +38,12 @@
|
|||||||
<shortname>MIX-ADMIN</shortname>
|
<shortname>MIX-ADMIN</shortname>
|
||||||
&ksmithisode;
|
&ksmithisode;
|
||||||
&skille;
|
&skille;
|
||||||
|
<revision>
|
||||||
|
<version>0.3.0</version>
|
||||||
|
<date>2021-03-09</date>
|
||||||
|
<initials>@mathieui</initials>
|
||||||
|
<remark><p>Fix reference to MIX-CORE namespaces</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.2.0</version>
|
<version>0.2.0</version>
|
||||||
<date>2018-06-06</date>
|
<date>2018-06-06</date>
|
||||||
@ -222,7 +228,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:core:0</value>
|
<value>urn:xmpp:mix:core:1</value>
|
||||||
</field>
|
</field>
|
||||||
<title>Information Node Modification</title>
|
<title>Information Node Modification</title>
|
||||||
<field type='text-multi'
|
<field type='text-multi'
|
||||||
@ -254,7 +260,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:core:0</value>
|
<value>urn:xmpp:mix:core:1</value>
|
||||||
</field>
|
</field>
|
||||||
<field var='Name'>
|
<field var='Name'>
|
||||||
<value>Witches Coven</value>
|
<value>Witches Coven</value>
|
||||||
@ -280,7 +286,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:core:0'/>
|
<item id='2016-05-30T09:00:00' xmlns='urn:xmpp:mix:core:1'/>
|
||||||
</items>
|
</items>
|
||||||
</publish>
|
</publish>
|
||||||
</pubsub>
|
</pubsub>
|
||||||
|
12
xep-0408.xml
12
xep-0408.xml
@ -35,6 +35,12 @@
|
|||||||
<shortname>MIX-MUC</shortname>
|
<shortname>MIX-MUC</shortname>
|
||||||
&ksmithisode;
|
&ksmithisode;
|
||||||
&skille;
|
&skille;
|
||||||
|
<revision>
|
||||||
|
<version>0.2.0</version>
|
||||||
|
<date>2021-03-09</date>
|
||||||
|
<initials>@mathieui</initials>
|
||||||
|
<remark><p>Fix reference to MIX-CORE namespaces</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1.1</version>
|
<version>0.1.1</version>
|
||||||
<date>2020-12-01</date>
|
<date>2020-12-01</date>
|
||||||
@ -91,9 +97,9 @@
|
|||||||
category='conference'
|
category='conference'
|
||||||
name='Shakespearean Chat Service'
|
name='Shakespearean Chat Service'
|
||||||
type='text'/>
|
type='text'/>
|
||||||
<feature var='urn:xmpp:mix:core:0'/>
|
<feature var='urn:xmpp:mix:core:1'/>
|
||||||
<feature var='http://jabber.org/protocol/muc'/>
|
<feature var='http://jabber.org/protocol/muc'/>
|
||||||
<feature var='urn:xmpp:mix:core:0#searchable'/>
|
<feature var='urn:xmpp:mix:core:1#searchable'/>
|
||||||
</query>
|
</query>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
@ -121,7 +127,7 @@
|
|||||||
category='conference'
|
category='conference'
|
||||||
name='Shakespearean Chat Service'
|
name='Shakespearean Chat Service'
|
||||||
type='text'/>
|
type='text'/>
|
||||||
<feature var='urn:xmpp:mix:core:0'/>
|
<feature var='urn:xmpp:mix:core:1'/>
|
||||||
<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:muc:0#muc-mirror</value>
|
<value>urn:xmpp:mix:muc:0#muc-mirror</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user