mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -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>
|
||||
<decline/>
|
||||
</reason>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></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>
|
||||
@ -777,6 +778,7 @@ PENDING o----------------------+ |
|
||||
<sid>b84tkkwlmb48kgfb</sid>
|
||||
</alternative-session>
|
||||
</reason>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></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>
|
||||
@ -792,6 +794,7 @@ PENDING o----------------------+ |
|
||||
<reason>
|
||||
<unsupported-applications/>
|
||||
</reason>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></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>
|
||||
@ -807,6 +810,7 @@ PENDING o----------------------+ |
|
||||
<reason>
|
||||
<unsupported-transports/>
|
||||
</reason>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></example>
|
||||
<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