mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
cleaned up reason codes
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2556 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
887192cf74
commit
1f6f01e486
22
xep-0166.xml
22
xep-0166.xml
@ -411,7 +411,7 @@ Romeo Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>Sorry, gotta go!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
@ -1030,10 +1030,6 @@ PENDING o----------------------+ |
|
||||
<td><decline/></td>
|
||||
<td>The party wishes to formally decline the session.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><ended/></td>
|
||||
<td>The session has formally ended.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><expired/></td>
|
||||
<td>The session length has exceeded a pre-defined time limit (e.g., a meeting hosted at a conference service).</td>
|
||||
@ -1042,17 +1038,17 @@ PENDING o----------------------+ |
|
||||
<td><general-error/></td>
|
||||
<td>The action is related to a non-specific application error.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><gone/></td>
|
||||
<td>The entity is going offline or is no longer available.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><media-error/></td>
|
||||
<td>The action is related to media processing problems.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><no-error/></td>
|
||||
<td>The action is generated during the normal course of state management.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><success/></td>
|
||||
<td>The session has been successfully completed.</td>
|
||||
<td>The action is generated during the normal course of state management and does not reflect any error.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><timeout/></td>
|
||||
@ -1300,13 +1296,15 @@ PENDING o----------------------+ |
|
||||
<xs:element name='alternative-session'
|
||||
type='alternativeSessionElementType'/>
|
||||
<xs:element name='busy' type='empty'/>
|
||||
<xs:element name='cancel' type='empty'/>
|
||||
<xs:element name='connectivity-error' type='empty'/>
|
||||
<xs:element name='decline' type='empty'/>
|
||||
<xs:element name='expired' type='empty'/>
|
||||
<xs:element name='general-error' type='empty'/>
|
||||
<xs:element name='invalid-credentials' type='empty'/>
|
||||
<xs:element name='gone' type='empty'/>
|
||||
<xs:element name='media-error' type='empty'/>
|
||||
<xs:element name='no-error' type='empty'/>
|
||||
<xs:element name='success' type='empty'/>
|
||||
<xs:element name='timeout' type='empty'/>
|
||||
<xs:element name='unsupported-applications' type='empty'/>
|
||||
<xs:element name='unsupported-transports' type='empty'/>
|
||||
</xs:choice>
|
||||
|
@ -855,7 +855,7 @@ Romeo Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>Sorry, gotta go!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
@ -1036,7 +1036,7 @@ Romeo Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>Sorry, gotta go!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
@ -1250,7 +1250,7 @@ Romeo Gateway Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>Sorry, gotta go!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
@ -1567,7 +1567,7 @@ Romeo Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>I'm outta here!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
|
@ -1017,7 +1017,7 @@ Romeo Gateway Juliet
|
||||
initiator='romeo@montague.lit/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<reason>
|
||||
<no-error/>
|
||||
<success/>
|
||||
<text>Sorry, gotta go!</text>
|
||||
</reason>
|
||||
</jingle>
|
||||
|
Loading…
Reference in New Issue
Block a user