This commit is contained in:
stpeter 2011-04-12 21:20:08 -06:00
parent df6c041385
commit 5a0239ed76
1 changed files with 9 additions and 10 deletions

View File

@ -346,17 +346,16 @@
<query xmlns='http://jabber.org/protocol/disco#info'> <query xmlns='http://jabber.org/protocol/disco#info'>
<identity <identity
category='conference' category='conference'
type='text' name='A Dark Cave'
name='Romeo and Juliet, Act II, Scene II'/> 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='http://jabber.org/protocol/feature-neg'/> <feature var='muc_passwordprotected'/>
<feature var='muc-password'/> <feature var='muc_hidden'/>
<feature var='muc-hidden'/> <feature var='muc_temporary'/>
<feature var='muc-temporary'/> <feature var='muc_open'/>
<feature var='muc-open'/> <feature var='muc_unmoderated'/>
<feature var='muc-unmoderated'/> <feature var='muc_nonanonymous'/>
<feature var='muc-nonanonymous'/> </query>
</query> </query>
</iq>]]></example> </iq>]]></example>
<p>Another example of this is sending a query to a specific connected resource for an IM user:</p> <p>Another example of this is sending a query to a specific connected resource for an IM user:</p>