mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
XEP-0369: Add missing disco#info feature in examples
Better safe than sorry, many implementations blindly follow examples, and these were violating a MUST in XEP-0030.
This commit is contained in:
parent
92000ad16d
commit
d2a1c356bd
@ -780,6 +780,7 @@
|
||||
category='conference'
|
||||
name='Shakespearean Chat Service'
|
||||
type='mix'/>
|
||||
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||
<feature var='urn:xmpp:mix:core:1'/>
|
||||
<feature var='urn:xmpp:mix:core:1#searchable'>
|
||||
</query>
|
||||
@ -840,6 +841,7 @@
|
||||
category='conference'
|
||||
name='A Dark Cave'
|
||||
type='mix'/>
|
||||
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||
<feature var='urn:xmpp:mix:core:1'/>
|
||||
<feature var='urn:xmpp:mam:2'/>
|
||||
</query>
|
||||
@ -1299,6 +1301,7 @@
|
||||
category='conference'
|
||||
name='Shakespearean Chat Service'
|
||||
type='mix'/>
|
||||
<feature var='http://jabber.org/protocol/disco#info'/>
|
||||
<feature var='urn:xmpp:mix:core:1'/>
|
||||
<feature var='urn:xmpp:mix:core:1#create-channel'>
|
||||
</query>
|
||||
|
Loading…
Reference in New Issue
Block a user