|
|
|
@ -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>
|
|
|
|
@ -1043,16 +1039,16 @@ PENDING o----------------------+ |
|
|
|
|
|
<td>The action is related to a non-specific application error.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><media-error/></td>
|
|
|
|
|
<td>The action is related to media processing problems.</td>
|
|
|
|
|
<td><gone/></td>
|
|
|
|
|
<td>The entity is going offline or is no longer available.</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><no-error/></td>
|
|
|
|
|
<td>The action is generated during the normal course of state management.</td>
|
|
|
|
|
<td><media-error/></td>
|
|
|
|
|
<td>The action is related to media processing problems.</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>
|
|
|
|
|