mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
provisionally added terminate example from CM to client
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@865 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
8bed25d04b
commit
d92cee7d7f
10
xep-0124.xml
10
xep-0124.xml
@ -496,7 +496,15 @@ Content-Length: 153
|
|||||||
<presence type='unavailable'
|
<presence type='unavailable'
|
||||||
xmlns='jabber:client'/>
|
xmlns='jabber:client'/>
|
||||||
</body>]]></example>
|
</body>]]></example>
|
||||||
<p>The connection manager SHOULD return an HTTP 200 OK response with an empty <body/> element. Upon receiving the response, the client MUST consider the HTTP session to have been terminated.</p>
|
<p>The connection manager SHOULD return to the client an HTTP 200 OK response with an empty <body/> element.</p>
|
||||||
|
<example caption="Recoverable error">
|
||||||
|
<![CDATA[HTTP/1.1 200 OK
|
||||||
|
Content-Type: text/xml; charset=utf-8
|
||||||
|
Content-Length: 72
|
||||||
|
|
||||||
|
<body type='terminate'
|
||||||
|
xmlns='http://jabber.org/protocol/httpbind'/>]]></example>
|
||||||
|
<p>Upon receiving the response, the client MUST consider the HTTP session to have been terminated.</p>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic="Request IDs" anchor='rids'>
|
<section1 topic="Request IDs" anchor='rids'>
|
||||||
<section2 topic='Generation' anchor='rids-syntax'>
|
<section2 topic='Generation' anchor='rids-syntax'>
|
||||||
|
Loading…
Reference in New Issue
Block a user