modified remote-stream-error example in line with changes to XEP-0206

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@847 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Ian Paterson 2007-05-19 10:37:01 +00:00
parent 6684521d7f
commit 85e14ea7eb
1 changed files with 8 additions and 6 deletions

View File

@ -896,12 +896,14 @@ Content-Length: 68
<body condition='remote-stream-error'
type='terminate'
xmlns='http://jabber.org/protocol/httpbind'>
<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
<text xmlns='urn:ietf:params:xml:ns:xmpp-streams'
xml:lang='en'>
Some special application diagnostic information!
</text>
<escape-your-data xmlns='application-ns'/>
<stream:error xmlns:stream='http://etherx.jabber.org/streams'>
<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
<text xmlns='urn:ietf:params:xml:ns:xmpp-streams'
xml:lang='en'>
Some special application diagnostic information!
</text>
<escape-your-data xmlns='application-ns'/>
</stream:error>
</body>]]></example>
<p>Naturally, the client MAY report binding errors to the connection manager as well, although this is unlikely.</p>
</section2>