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:
Peter Saint-Andre 2007-05-29 19:40:25 +00:00
parent 8bed25d04b
commit d92cee7d7f
1 changed files with 9 additions and 1 deletions

View File

@ -496,7 +496,15 @@ Content-Length: 153
<presence type='unavailable'
xmlns='jabber:client'/>
</body>]]></example>
<p>The connection manager SHOULD return an HTTP 200 OK response with an empty &lt;body/&gt; 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 &lt;body/&gt; 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 topic="Request IDs" anchor='rids'>
<section2 topic='Generation' anchor='rids-syntax'>