mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3962 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
4b4d10b74b
commit
8e49f04f9f
@ -140,7 +140,7 @@
|
||||
<iq from='juliet@capulet.com/balcony'
|
||||
id='jn3h8g65'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='error'/>
|
||||
type='error'>
|
||||
<error type='cancel'>
|
||||
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
@ -151,7 +151,7 @@
|
||||
<iq from='juliet@capulet.com/balcony'
|
||||
id='jn3h8g65'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='error'/>
|
||||
type='error'>
|
||||
<error type='modify'>
|
||||
<resource-constraint xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
@ -162,7 +162,7 @@
|
||||
<iq from='juliet@capulet.com/balcony'
|
||||
id='jn3h8g65'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='error'/>
|
||||
type='error'>
|
||||
<error type='cancel'>
|
||||
<not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
|
Loading…
Reference in New Issue
Block a user