mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 09:42:20 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3968 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
ec0578062d
commit
68ceb62e6a
@ -206,7 +206,7 @@
|
|||||||
<p>If the Receiver rejects the request, they reply with a "forbidden" error:</p>
|
<p>If the Receiver rejects the request, they reply with a "forbidden" error:</p>
|
||||||
<example caption='Rejecting Stream Initiation'><![CDATA[
|
<example caption='Rejecting Stream Initiation'><![CDATA[
|
||||||
<iq type='error' to='sender@jabber.org/resource' id='offer1'>
|
<iq type='error' to='sender@jabber.org/resource' id='offer1'>
|
||||||
<error code='403' type='cancel>
|
<error code='403' type='cancel'>
|
||||||
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
<forbidden xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||||
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Offer Declined</text>
|
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Offer Declined</text>
|
||||||
</error>
|
</error>
|
||||||
|
Loading…
Reference in New Issue
Block a user