mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
errors in the examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2256 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
09421e4a20
commit
202de45b17
@ -760,6 +760,7 @@ PENDING o----------------------+ |
|
|||||||
<reason>
|
<reason>
|
||||||
<decline/>
|
<decline/>
|
||||||
</reason>
|
</reason>
|
||||||
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Another reason for terminating the session is that the terminating party already has an existing session with the other party and wishes to use that session rather than initiate a new session; in this case, the recommended condition is "alternative-session" and the terminating party SHOULD include the session ID of the atlernative session in the <sid/> element.</p>
|
<p>Another reason for terminating the session is that the terminating party already has an existing session with the other party and wishes to use that session rather than initiate a new session; in this case, the recommended condition is "alternative-session" and the terminating party SHOULD include the session ID of the atlernative session in the <sid/> element.</p>
|
||||||
@ -777,6 +778,7 @@ PENDING o----------------------+ |
|
|||||||
<sid>b84tkkwlmb48kgfb</sid>
|
<sid>b84tkkwlmb48kgfb</sid>
|
||||||
</alternative-session>
|
</alternative-session>
|
||||||
</reason>
|
</reason>
|
||||||
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Another reason for terminating the session is that the terminating party does not support any of the offered application formats; in this case, the recommended condition is "unsupported-applications".</p>
|
<p>Another reason for terminating the session is that the terminating party does not support any of the offered application formats; in this case, the recommended condition is "unsupported-applications".</p>
|
||||||
@ -792,6 +794,7 @@ PENDING o----------------------+ |
|
|||||||
<reason>
|
<reason>
|
||||||
<unsupported-applications/>
|
<unsupported-applications/>
|
||||||
</reason>
|
</reason>
|
||||||
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Another reason for terminating the session is that the terminating party does not support any of the offered transport methods; in this case, the recommended condition is "unsupported-transports".</p>
|
<p>Another reason for terminating the session is that the terminating party does not support any of the offered transport methods; in this case, the recommended condition is "unsupported-transports".</p>
|
||||||
@ -807,6 +810,7 @@ PENDING o----------------------+ |
|
|||||||
<reason>
|
<reason>
|
||||||
<unsupported-transports/>
|
<unsupported-transports/>
|
||||||
</reason>
|
</reason>
|
||||||
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Upon receiving an action of "session-terminate", the other party MUST then acknowledge termination of the session:</p>
|
<p>Upon receiving an action of "session-terminate", the other party MUST then acknowledge termination of the session:</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user