mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
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:
parent
b3be28b59d
commit
45669acfa1
12
xep-0166.xml
12
xep-0166.xml
@ -1018,6 +1018,10 @@ PENDING o----------------------+ |
|
|||||||
<td><busy/></td>
|
<td><busy/></td>
|
||||||
<td>The party is busy and cannot accept a session.</td>
|
<td>The party is busy and cannot accept a session.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><cancel/></td>
|
||||||
|
<td>The initiator wishes to formally cancel the session initiation request.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><connectivity-error/></td>
|
<td><connectivity-error/></td>
|
||||||
<td>The action is related to connectivity problems.</td>
|
<td>The action is related to connectivity problems.</td>
|
||||||
@ -1026,6 +1030,10 @@ PENDING o----------------------+ |
|
|||||||
<td><decline/></td>
|
<td><decline/></td>
|
||||||
<td>The party wishes to formally decline the session.</td>
|
<td>The party wishes to formally decline the session.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><expiration/></td>
|
||||||
|
<td>The session length has exceeded a pre-defined time limit (e.g., a meeting hosted at a conference service).</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><general-error/></td>
|
<td><general-error/></td>
|
||||||
<td>The action is related to a non-specific application error.</td>
|
<td>The action is related to a non-specific application error.</td>
|
||||||
@ -1042,6 +1050,10 @@ PENDING o----------------------+ |
|
|||||||
<td><success/></td>
|
<td><success/></td>
|
||||||
<td>The session has been successfully completed.</td>
|
<td>The session has been successfully completed.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><timeout/></td>
|
||||||
|
<td>A request has not been answered so the sender is timing out the request.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><unsupported-applications/></td>
|
<td><unsupported-applications/></td>
|
||||||
<td>The party supports none of the offered application types.</td>
|
<td>The party supports none of the offered application types.</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user