added cancel, expiration, and timeout Jingle reasons

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2438 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-10-24 22:26:03 +00:00
parent b3be28b59d
commit 45669acfa1
1 changed files with 12 additions and 0 deletions

View File

@ -1018,6 +1018,10 @@ PENDING o----------------------+ |
<td>&lt;busy/&gt;</td>
<td>The party is busy and cannot accept a session.</td>
</tr>
<tr>
<td>&lt;cancel/&gt;</td>
<td>The initiator wishes to formally cancel the session initiation request.</td>
</tr>
<tr>
<td>&lt;connectivity-error/&gt;</td>
<td>The action is related to connectivity problems.</td>
@ -1026,6 +1030,10 @@ PENDING o----------------------+ |
<td>&lt;decline/&gt;</td>
<td>The party wishes to formally decline the session.</td>
</tr>
<tr>
<td>&lt;expiration/&gt;</td>
<td>The session length has exceeded a pre-defined time limit (e.g., a meeting hosted at a conference service).</td>
</tr>
<tr>
<td>&lt;general-error/&gt;</td>
<td>The action is related to a non-specific application error.</td>
@ -1042,6 +1050,10 @@ PENDING o----------------------+ |
<td>&lt;success/&gt;</td>
<td>The session has been successfully completed.</td>
</tr>
<tr>
<td>&lt;timeout/&gt;</td>
<td>A request has not been answered so the sender is timing out the request.</td>
</tr>
<tr>
<td>&lt;unsupported-applications/&gt;</td>
<td>The party supports none of the offered application types.</td>