mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 07:08:51 -05:00
0.6
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@141 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
4bb19ddbf6
commit
132b0c2463
22
xep-0167.xml
22
xep-0167.xml
@ -28,7 +28,7 @@
|
||||
<version>0.6</version>
|
||||
<date>2006-10-31</date>
|
||||
<initials>psa/se</initials>
|
||||
<remark><p>Specified how to include SDP parameters and codec-specific parameters; clarified negotiation process; added Speex examples.</p></remark>
|
||||
<remark><p>Specified how to include SDP parameters and codec-specific parameters; clarified negotiation process; added Speex examples; removed queued info message.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.5</version>
|
||||
@ -302,13 +302,9 @@ a=fmtp:96 vbr=on;cng=on
|
||||
<td><mute/></td>
|
||||
<td>The principal is temporarily stopping audio input but continues to accept audio output.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><queued/></td>
|
||||
<td>The audio session request is queued for pickup by the principal.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><ringing/></td>
|
||||
<td>The device is ringing but the principal has not yet interacted with it to answer.</td>
|
||||
<td>The device is ringing but the principal has not yet interacted with it to answer (maps to the SIP 180 response code).</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>Note: Because the informational message is sent in an IQ-set, the receiving party MUST return either an IQ-result or an IQ-error (normally only an IQ-result to acknowledge receipt; no error flows are defined or envisioned at this time).</p>
|
||||
@ -351,19 +347,6 @@ a=fmtp:96 vbr=on;cng=on
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<mute xmlns='http://jabber.org/protocol/jingle/info/audio'/>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></example>
|
||||
<example caption="Receiver Sends Queued Message"><![CDATA[
|
||||
<iq from='juliet@capulet.com/balcony'
|
||||
to='romeo@montague.net/orchard'
|
||||
id='queued1'
|
||||
type='set'>
|
||||
<jingle xmlns='http://jabber.org/protocol/jingle'
|
||||
action='description-info'
|
||||
initiator='romeo@montague.net/orchard'
|
||||
sid='a73sjjvkla37jfea'>
|
||||
<queued xmlns='http://jabber.org/protocol/jingle/info/audio'/>
|
||||
</jingle>
|
||||
</iq>
|
||||
]]></example>
|
||||
<example caption="Receiver Sends Ringing Message"><![CDATA[
|
||||
@ -501,7 +484,6 @@ The Jingle Audio-specific error conditions are as follows:
|
||||
<xs:element name='busy' type='empty'/>
|
||||
<xs:element name='hold' type='empty'/>
|
||||
<xs:element name='mute' type='empty'/>
|
||||
<xs:element name='queued' type='empty'/>
|
||||
<xs:element name='ringing' type='empty'/>
|
||||
|
||||
<xs:simpleType name='empty'>
|
||||
|
Loading…
Reference in New Issue
Block a user