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:
Peter Saint-Andre 2008-09-23 21:26:47 +00:00
parent 09421e4a20
commit 202de45b17
1 changed files with 4 additions and 0 deletions

View File

@ -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 &lt;sid/&gt; 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>