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:
Jack Moffit 2008-10-08 14:50:30 +00:00
parent 83db6258c0
commit 8bd75fcfe3
1 changed files with 2 additions and 0 deletions

View File

@ -482,6 +482,7 @@
<example caption='Requesting entity queries responding entity regarding protocol support'><![CDATA[
<iq from='stpeter@jabber.org/roundabout'
to='conference.jabber.org'
type='get'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
@ -489,6 +490,7 @@
<example caption='Responding entity communicates protocol support'><![CDATA[
<iq from='conference.jabber.org'
to='stpeter@jabber.org/roundabout'
type='result'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'>
...