mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-04 02:17:59 -05:00
XEP-0030: Add the disco#info feature in every example.
Section 3.1 says “Every entity MUST […] support at least the 'http://jabber.org/protocol/disco#info' feature”, so it makes sense to show that in examples. Thanks to George Kiagiadakis for having pointed that out, at https://bugs.freedesktop.org/show_bug.cgi?id=98127#c5
This commit is contained in:
parent
914273677c
commit
e0e63a2793
@ -337,6 +337,7 @@
|
|||||||
id='info2'>
|
id='info2'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
<identity category='account' type='registered'/>
|
<identity category='account' type='registered'/>
|
||||||
|
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||||
</query>
|
</query>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
@ -358,6 +359,7 @@
|
|||||||
category='conference'
|
category='conference'
|
||||||
name='A Dark Cave'
|
name='A Dark Cave'
|
||||||
type='text'/>
|
type='text'/>
|
||||||
|
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||||
<feature var='http://jabber.org/protocol/muc'/>
|
<feature var='http://jabber.org/protocol/muc'/>
|
||||||
<feature var='muc_passwordprotected'/>
|
<feature var='muc_passwordprotected'/>
|
||||||
<feature var='muc_hidden'/>
|
<feature var='muc_hidden'/>
|
||||||
@ -385,6 +387,7 @@
|
|||||||
category='client'
|
category='client'
|
||||||
type='pc'
|
type='pc'
|
||||||
name='Gabber'/>
|
name='Gabber'/>
|
||||||
|
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||||
<feature var='jabber:iq:time'/>
|
<feature var='jabber:iq:time'/>
|
||||||
<feature var='jabber:iq:version'/>
|
<feature var='jabber:iq:version'/>
|
||||||
</query>
|
</query>
|
||||||
@ -413,6 +416,7 @@
|
|||||||
<identity
|
<identity
|
||||||
category='automation'
|
category='automation'
|
||||||
type='command-list'/>
|
type='command-list'/>
|
||||||
|
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||||
</query>
|
</query>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
|
Loading…
Reference in New Issue
Block a user