mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
tweaks
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1508 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
bad26d2a6e
commit
84fc49029b
18
xep-0180.xml
18
xep-0180.xml
@ -239,7 +239,7 @@
|
|||||||
<payload-type id='25' name='CelB' clockrate='90000'/>
|
<payload-type id='25' name='CelB' clockrate='90000'/>
|
||||||
<payload-type id='32' name='MPV' clockrate='90000'/>
|
<payload-type id='32' name='MPV' clockrate='90000'/>
|
||||||
</description>
|
</description>
|
||||||
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns-udp'/>
|
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns'/>
|
||||||
</content>
|
</content>
|
||||||
</jingle>
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
@ -283,7 +283,7 @@
|
|||||||
<payload-type id='32' name='MPV' clockrate='90000'/>
|
<payload-type id='32' name='MPV' clockrate='90000'/>
|
||||||
<payload-type id='33' name='MP2T' clockrate='90000'/>
|
<payload-type id='33' name='MP2T' clockrate='90000'/>
|
||||||
</description>
|
</description>
|
||||||
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns-udp'/>
|
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns'/>
|
||||||
</content>
|
</content>
|
||||||
</jingle>
|
</jingle>
|
||||||
</iq>
|
</iq>
|
||||||
@ -295,7 +295,7 @@
|
|||||||
id='jinglevideo2'
|
id='jinglevideo2'
|
||||||
type='result'/>
|
type='result'/>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>After successful transport negotiation (not shown here), the responder then accepts the session:</p>
|
<p>After successful transport negotiation (for the ICE-UDP method, see <cite>XEP-0176</cite>), the responder then accepts the session:</p>
|
||||||
<example caption="Responder definitively accepts the session"><![CDATA[
|
<example caption="Responder definitively accepts the session"><![CDATA[
|
||||||
<iq from='juliet@capulet.com/balcony'
|
<iq from='juliet@capulet.com/balcony'
|
||||||
id='accept1'
|
id='accept1'
|
||||||
@ -316,16 +316,20 @@
|
|||||||
<payload-type id='32' name='MPV' clockrate='90000'/>
|
<payload-type id='32' name='MPV' clockrate='90000'/>
|
||||||
<payload-type id='33' name='MP2T' clockrate='90000'/>
|
<payload-type id='33' name='MP2T' clockrate='90000'/>
|
||||||
</description>
|
</description>
|
||||||
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns-udp'>
|
<transport xmlns='http://www.xmpp.org/extensions/xep-0176.html#ns'>
|
||||||
<candidate component='2'
|
<candidate component='1'
|
||||||
foundation='1'
|
foundation='1'
|
||||||
generation='0'
|
generation='0'
|
||||||
ip='192.0.2.3'
|
ip='192.0.2.3'
|
||||||
network='1'
|
network='1'
|
||||||
port='45664'
|
port='45664'
|
||||||
priority='1107821052'
|
priority='1694498815'
|
||||||
protocol='udp'
|
protocol='udp'
|
||||||
pwd='asd88fgpdd777uzjYhagZg'
|
pwd='asd88fgpdd777uzjYhagZg'
|
||||||
|
rel-addr='10.0.1.1'
|
||||||
|
rel-port='8998'
|
||||||
|
rem-addr='192.0.2.1'
|
||||||
|
rem-port='3478'
|
||||||
type='srflx'
|
type='srflx'
|
||||||
ufrag='8hhy'/>
|
ufrag='8hhy'/>
|
||||||
</transport>
|
</transport>
|
||||||
@ -340,7 +344,7 @@
|
|||||||
id='accept1'
|
id='accept1'
|
||||||
type='result' />
|
type='result' />
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>Note: Because a "session-accept" action implicitly indicates acceptance of the application format (i.e., "content-accept"), it is not necessary to send a separate "content-accept" action. This flow is shown for completeness only.</p>
|
<p>Note: For more examples, see <cite>XEP-0167</cite>.</p>
|
||||||
</section1>
|
</section1>
|
||||||
|
|
||||||
<section1 topic='Mapping to Session Description Protocol' anchor='sdp'>
|
<section1 topic='Mapping to Session Description Protocol' anchor='sdp'>
|
||||||
|
Loading…
Reference in New Issue
Block a user