mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
typo
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@102 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
7fa18c3573
commit
425f74b027
@ -226,7 +226,7 @@ Content-Length: 104
|
||||
xml:lang='en'
|
||||
xmlns='http://jabber.org/protocol/httpbind'/>]]></example>
|
||||
<p>Note: Unlike the protocol defined in XEP-0025, an opening <stream:stream> tag is not sent. The protocol defined herein abstracts from XML streams between the connection manager and the client. Any XML streams between the connection manager and an XMPP server are the responsibility of the connection manager.</p>
|
||||
<p>Note: All requests after the first one MUST include a valid 'sid' attribue (provided by the connection manager in the session creation response below). The initialization request is unique in that the <body/> element MUST NOT possess a 'sid' attribute.</p>
|
||||
<p>Note: All requests after the first one MUST include a valid 'sid' attribute (provided by the connection manager in the session creation response below). The initialization request is unique in that the <body/> element MUST NOT possess a 'sid' attribute.</p>
|
||||
</section2>
|
||||
<section2 topic="Session Creation" anchor='session-create'>
|
||||
<p>After receiving a new session request, the connection manager MUST generate an opaque, unpredictable session identifier (or SID). The SID MUST be unique within the context of the connection manager application. The connection manager then returns that SID to the client in a response <body/> element.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user