cleaned up reason codes

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2556 4b5297f7-1745-476d-ba37-a9c6900126ab
xep-0352-v0.2
Peter Saint-Andre 15 years ago
parent 887192cf74
commit 1f6f01e486

@ -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>&lt;decline/&gt;</td>
<td>The party wishes to formally decline the session.</td>
</tr>
<tr>
<td>&lt;ended/&gt;</td>
<td>The session has formally ended.</td>
</tr>
<tr>
<td>&lt;expired/&gt;</td>
<td>The session length has exceeded a pre-defined time limit (e.g., a meeting hosted at a conference service).</td>
@ -1043,16 +1039,16 @@ PENDING o----------------------+ |
<td>The action is related to a non-specific application error.</td>
</tr>
<tr>
<td>&lt;media-error/&gt;</td>
<td>The action is related to media processing problems.</td>
<td>&lt;gone/&gt;</td>
<td>The entity is going offline or is no longer available.</td>
</tr>
<tr>
<td>&lt;no-error/&gt;</td>
<td>The action is generated during the normal course of state management.</td>
<td>&lt;media-error/&gt;</td>
<td>The action is related to media processing problems.</td>
</tr>
<tr>
<td>&lt;success/&gt;</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>&lt;timeout/&gt;</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&apos;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…
Cancel
Save