1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-23 09:42:20 -05:00

wrong IQ type in two examples

This commit is contained in:
Peter Saint-Andre 2012-08-03 12:47:05 -06:00
parent 82f5d53717
commit 139d50815c

View File

@ -121,7 +121,7 @@
<iq from='juliet@capulet.com' <iq from='juliet@capulet.com'
id='last1' id='last1'
to='romeo@montague.net/orchard' to='romeo@montague.net/orchard'
type='result'> type='error'>
<error type='auth'> <error type='auth'>
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
@ -155,7 +155,7 @@
<iq from='juliet@capulet.com' <iq from='juliet@capulet.com'
id='last1' id='last1'
to='romeo@montague.net/orchard' to='romeo@montague.net/orchard'
type='result'> type='error'>
<error type='auth'> <error type='auth'>
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>