corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3968 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 04:25:07 +00:00
parent ec0578062d
commit 68ceb62e6a
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@
<p>If the Receiver rejects the request, they reply with a "forbidden" error:</p>
<example caption='Rejecting Stream Initiation'><![CDATA[
<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'/>
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>Offer Declined</text>
</error>