mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
try again
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@848 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
85e14ea7eb
commit
70dbf2372c
12
xep-0124.xml
12
xep-0124.xml
@ -887,7 +887,7 @@ Content-Length: 68
|
||||
xmlns='http://jabber.org/protocol/httpbind'>
|
||||
<uri>https://secure.jabber.org/xmppcm</uri>
|
||||
</body>]]></example>
|
||||
<p>The following is an example of a "remote-stream-error" condition:</p>
|
||||
<p>The following is an example including a "remote-stream-error" condition:</p>
|
||||
<example caption="Remote error">
|
||||
<![CDATA[HTTP/1.1 200 OK
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
@ -895,8 +895,14 @@ Content-Length: 68
|
||||
|
||||
<body condition='remote-stream-error'
|
||||
type='terminate'
|
||||
xmlns='http://jabber.org/protocol/httpbind'>
|
||||
<stream:error xmlns:stream='http://etherx.jabber.org/streams'>
|
||||
xmlns='http://jabber.org/protocol/httpbind'
|
||||
xmlns:stream='http://etherx.jabber.org/streams'>
|
||||
<message from='contact@example.com'
|
||||
to='user@example.com'
|
||||
xmlns='jabber:client'>
|
||||
<body>Hi yourself!</body>
|
||||
</message>
|
||||
<stream:error>
|
||||
<xml-not-well-formed xmlns='urn:ietf:params:xml:ns:xmpp-streams'/>
|
||||
<text xmlns='urn:ietf:params:xml:ns:xmpp-streams'
|
||||
xml:lang='en'>
|
||||
|
Loading…
Reference in New Issue
Block a user