mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
added missing SASL data in example
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4305 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
330162c94c
commit
8894923984
@ -201,10 +201,12 @@ Content-Length: 295
|
||||
<example caption="SASL authentication step 4">
|
||||
<![CDATA[HTTP/1.1 200 OK
|
||||
Content-Type: text/xml; charset=utf-8
|
||||
Content-Length: 109
|
||||
Content-Length: 149
|
||||
|
||||
<body xmlns='http://jabber.org/protocol/httpbind'>
|
||||
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'/>
|
||||
<success xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
|
||||
dj1wTk5ERlZFUXh1WHhDb1NFaVc4R0VaKzFSU289
|
||||
</success>
|
||||
</body>
|
||||
]]></example>
|
||||
<p>Upon receiving the <success/> element, the client MUST then ask the connection manager to restart the stream by sending a "restart request" that is structured as follows:</p>
|
||||
|
Loading…
Reference in New Issue
Block a user