mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
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:
parent
6684521d7f
commit
85e14ea7eb
14
xep-0124.xml
14
xep-0124.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user