mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-26 19:22:15 -05:00
Fix missing type attribute on disco#info example in XEP 59.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2347 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
83db6258c0
commit
8bd75fcfe3
@ -482,6 +482,7 @@
|
|||||||
<example caption='Requesting entity queries responding entity regarding protocol support'><![CDATA[
|
<example caption='Requesting entity queries responding entity regarding protocol support'><![CDATA[
|
||||||
<iq from='stpeter@jabber.org/roundabout'
|
<iq from='stpeter@jabber.org/roundabout'
|
||||||
to='conference.jabber.org'
|
to='conference.jabber.org'
|
||||||
|
type='get'
|
||||||
id='disco1'>
|
id='disco1'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||||
</iq>
|
</iq>
|
||||||
@ -489,6 +490,7 @@
|
|||||||
<example caption='Responding entity communicates protocol support'><![CDATA[
|
<example caption='Responding entity communicates protocol support'><![CDATA[
|
||||||
<iq from='conference.jabber.org'
|
<iq from='conference.jabber.org'
|
||||||
to='stpeter@jabber.org/roundabout'
|
to='stpeter@jabber.org/roundabout'
|
||||||
|
type='result'
|
||||||
id='disco1'>
|
id='disco1'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user