Skip to content

Commit

Permalink
Fix missing type attribute on disco#info example in XEP 59.
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2347 4b5297f7-1745-476d-ba37-a9c6900126ab
  • Loading branch information
Jack Moffit committed Oct 8, 2008
1 parent 83db625 commit 8bd75fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xep-0059.xml
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,15 @@
<example caption='Requesting entity queries responding entity regarding protocol support'><![CDATA[
<iq from='[email protected]/roundabout'
to='conference.jabber.org'
type='get'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>
]]></example>
<example caption='Responding entity communicates protocol support'><![CDATA[
<iq from='conference.jabber.org'
to='[email protected]/roundabout'
type='result'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'>
...
Expand Down

0 comments on commit 8bd75fc

Please sign in to comment.