git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@141 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2006-10-31 20:04:03 +00:00
parent 4bb19ddbf6
commit 132b0c2463
1 changed files with 2 additions and 20 deletions

View File

@ -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>&lt;mute/&gt;</td>
<td>The principal is temporarily stopping audio input but continues to accept audio output.</td>
</tr>
<tr>
<td>&lt;queued/&gt;</td>
<td>The audio session request is queued for pickup by the principal.</td>
</tr>
<tr>
<td>&lt;ringing/&gt;</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'>