mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
wrong IQ type in two examples
This commit is contained in:
parent
82f5d53717
commit
139d50815c
@ -121,7 +121,7 @@
|
||||
<iq from='juliet@capulet.com'
|
||||
id='last1'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='result'>
|
||||
type='error'>
|
||||
<error type='auth'>
|
||||
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
@ -155,7 +155,7 @@
|
||||
<iq from='juliet@capulet.com'
|
||||
id='last1'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='result'>
|
||||
type='error'>
|
||||
<error type='auth'>
|
||||
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
|
Loading…
Reference in New Issue
Block a user