mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
added missing component attribute
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2503 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
f009ccddfe
commit
6ec11cb8ac
@ -30,7 +30,7 @@
|
|||||||
<version>0.12</version>
|
<version>0.12</version>
|
||||||
<date>2008-10-20</date>
|
<date>2008-10-20</date>
|
||||||
<initials>psa</initials>
|
<initials>psa</initials>
|
||||||
<remark><p>For consistency with the ICE-UDP transport method, added component attribute to handle RTCP candidates and allowed multiple <candidate/> child elements.</p></remark>
|
<remark><p>For consistency with the ICE-UDP transport method, added component attribute to handle RTCP candidates and allowed multiple <candidate/> child elements.</p></remark>
|
||||||
</revision>
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.11</version>
|
<version>0.11</version>
|
||||||
@ -173,7 +173,8 @@ INITIATOR RESPONDER
|
|||||||
<payload-type id='18' name='G729'/>
|
<payload-type id='18' name='G729'/>
|
||||||
</description>
|
</description>
|
||||||
<transport xmlns='urn:xmpp:jingle:transports:raw-udp:0'>
|
<transport xmlns='urn:xmpp:jingle:transports:raw-udp:0'>
|
||||||
<candidate generation='0'
|
<candidate component='1'
|
||||||
|
generation='0'
|
||||||
id='a9j3mnbtu1'
|
id='a9j3mnbtu1'
|
||||||
ip='10.1.1.104'
|
ip='10.1.1.104'
|
||||||
port='13540'/>
|
port='13540'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user