mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
ensure conference is type mix, and note registration requirements;
This commit is contained in:
parent
d872897dd5
commit
2ec7aaf2bf
@ -41,6 +41,7 @@
|
|||||||
<initials>sek</initials>
|
<initials>sek</initials>
|
||||||
<remark><p>
|
<remark><p>
|
||||||
remove node='mix' for channel discovery;
|
remove node='mix' for channel discovery;
|
||||||
|
ensure conference is type mix, and note registration requirements;
|
||||||
</p></remark>
|
</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
@ -737,7 +738,7 @@
|
|||||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>The MIX service then MUST return its identity and the features it supports, which MUST include the 'urn:xmpp:mix:core:0' feature, and the identity MUST have a category of 'conference' and a type of 'text', as shown in the following example: </p>
|
<p>The MIX service then MUST return its identity and the features it supports, which MUST include the 'urn:xmpp:mix:core:0' feature, and the identity MUST have a category of 'conference' and a type of 'mix', as shown in the following example: </p>
|
||||||
<example caption="Service responds with Disco Info result" ><![CDATA[
|
<example caption="Service responds with Disco Info result" ><![CDATA[
|
||||||
<iq from='mix.shakespeare.example'
|
<iq from='mix.shakespeare.example'
|
||||||
id='lx09df27'
|
id='lx09df27'
|
||||||
@ -747,7 +748,7 @@
|
|||||||
<identity
|
<identity
|
||||||
category='conference'
|
category='conference'
|
||||||
name='Shakespearean Chat Service'
|
name='Shakespearean Chat Service'
|
||||||
type='text'/>
|
type='mix'/>
|
||||||
<feature var='urn:xmpp:mix:core:0'/>
|
<feature var='urn:xmpp:mix:core:0'/>
|
||||||
<feature var='urn:xmpp:mix:core:0#searchable'>
|
<feature var='urn:xmpp:mix:core:0#searchable'>
|
||||||
</query>
|
</query>
|
||||||
@ -1277,7 +1278,7 @@
|
|||||||
<identity
|
<identity
|
||||||
category='conference'
|
category='conference'
|
||||||
name='Shakespearean Chat Service'
|
name='Shakespearean Chat Service'
|
||||||
type='text'/>
|
type='mix'/>
|
||||||
<feature var='urn:xmpp:mix:core:0'/>
|
<feature var='urn:xmpp:mix:core:0'/>
|
||||||
<feature var='urn:xmpp:mix:core:0#create-channel'>
|
<feature var='urn:xmpp:mix:core:0#create-channel'>
|
||||||
</query>
|
</query>
|
||||||
@ -1413,6 +1414,7 @@
|
|||||||
|
|
||||||
<section1 topic='XMPP Registrar Considerations' anchor='registrar'>
|
<section1 topic='XMPP Registrar Considerations' anchor='registrar'>
|
||||||
<p>The urn:xmpp:mix namespace needs to be registered.</p>
|
<p>The urn:xmpp:mix namespace needs to be registered.</p>
|
||||||
|
<p>The conference type 'mix' needs to be registered.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='XML Schema' anchor='schema'>
|
<section1 topic='XML Schema' anchor='schema'>
|
||||||
|
Loading…
Reference in New Issue
Block a user