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