mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
removed transport-info option to simplify the flow
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2734 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
f3e6007f59
commit
7e46643f40
@ -31,7 +31,7 @@
|
||||
<version>0.15</version>
|
||||
<date>2009-02-11</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Simplified flow by optionally including responder candidate in session-accept.</p></remark>
|
||||
<remark><p>Simplified flow by including responder candidate in session-accept.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.14</version>
|
||||
@ -232,7 +232,7 @@ INITIATOR RESPONDER
|
||||
to='romeo@montague.lit/orchard'
|
||||
type='result'/>
|
||||
]]></example>
|
||||
<p>As soon as the responder acknowledges the session initiation request, it MUST send a Jingle session-accept to the initiator. This session-accept message MAY include another Raw UDP candidate generated by the responder; alternativey, the responder MAY send this in a Jingle transport-info message.</p>
|
||||
<p>As soon as the responder acknowledges the session initiation request, it MUST send a Jingle session-accept to the initiator. This session-accept message MAY include a candidate that is generated by the responder.</p>
|
||||
<example caption="Responder definitively accepts the session"><![CDATA[
|
||||
<iq from='juliet@capulet.lit/balcony'
|
||||
id='accept1'
|
||||
|
Loading…
Reference in New Issue
Block a user