mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
XEP-0176: Improve compatibility with WebRTC clients
This commit is contained in:
parent
2efb37a0ee
commit
23f201a0ba
19
xep-0176.xml
19
xep-0176.xml
@ -33,6 +33,17 @@
|
|||||||
&hildjj;
|
&hildjj;
|
||||||
&seanegan;
|
&seanegan;
|
||||||
&robmcqueen;
|
&robmcqueen;
|
||||||
|
<revision>
|
||||||
|
<version>1.1</version>
|
||||||
|
<date>2020-11-27</date>
|
||||||
|
<initials>egp</initials>
|
||||||
|
<remark>
|
||||||
|
<ul>
|
||||||
|
<li>Make the 'foundation' attribute a string instead of an unsignedByte, in accordance with &rfc8445;.</li>
|
||||||
|
<li>Make the 'network' attribute optional, and add a mapping to SDP.</li>
|
||||||
|
</ul>
|
||||||
|
</remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>2009-06-10</date>
|
<date>2009-06-10</date>
|
||||||
@ -383,8 +394,8 @@ INITIATOR RESPONDER
|
|||||||
<tr>
|
<tr>
|
||||||
<td>network</td>
|
<td>network</td>
|
||||||
<td>An index, starting at 0, referencing which network this candidate is on for a given peer (used for diagnostic purposes if the calling hardware has more than one Network Interface Card).</td>
|
<td>An index, starting at 0, referencing which network this candidate is on for a given peer (used for diagnostic purposes if the calling hardware has more than one Network Interface Card).</td>
|
||||||
<td>N/A</td>
|
<td>"extension-att-name network extension-att-value <the network>" in a=candidate line</td>
|
||||||
<td>0</td>
|
<td>0</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>port</td>
|
<td>port</td>
|
||||||
@ -1012,16 +1023,16 @@ Romeo Gateway Juliet
|
|||||||
<xs:simpleContent>
|
<xs:simpleContent>
|
||||||
<xs:extension base='empty'>
|
<xs:extension base='empty'>
|
||||||
<xs:attribute name='component' type='xs:unsignedByte' use='required'/>
|
<xs:attribute name='component' type='xs:unsignedByte' use='required'/>
|
||||||
<xs:attribute name='foundation' type='xs:unsignedByte' use='required'/>
|
<xs:attribute name='foundation' type='xs:string' use='required'/>
|
||||||
<xs:attribute name='generation' type='xs:unsignedByte' use='required'/>
|
<xs:attribute name='generation' type='xs:unsignedByte' use='required'/>
|
||||||
<xs:attribute name='id' type='xs:NCName' use='required'/>
|
<xs:attribute name='id' type='xs:NCName' use='required'/>
|
||||||
<xs:attribute name='ip' type='xs:string' use='required'/>
|
<xs:attribute name='ip' type='xs:string' use='required'/>
|
||||||
<xs:attribute name='network' type='xs:unsignedByte' use='required'/>
|
|
||||||
<xs:attribute name='port' type='xs:unsignedShort' use='required'/>
|
<xs:attribute name='port' type='xs:unsignedShort' use='required'/>
|
||||||
<xs:attribute name='priority' type='xs:positiveInteger' use='required'/>
|
<xs:attribute name='priority' type='xs:positiveInteger' use='required'/>
|
||||||
<xs:attribute name='protocol' type='xs:NCName' use='required'/>
|
<xs:attribute name='protocol' type='xs:NCName' use='required'/>
|
||||||
<xs:attribute name='rel-addr' type='xs:string' use='optional'/>
|
<xs:attribute name='rel-addr' type='xs:string' use='optional'/>
|
||||||
<xs:attribute name='rel-port' type='xs:unsignedShort' use='optional'/>
|
<xs:attribute name='rel-port' type='xs:unsignedShort' use='optional'/>
|
||||||
|
<xs:attribute name='network' type='xs:unsignedByte' use='optional'/>
|
||||||
<xs:attribute name='type' use='required'>
|
<xs:attribute name='type' use='required'>
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base='xs:NCName'>
|
<xs:restriction base='xs:NCName'>
|
||||||
|
Loading…
Reference in New Issue
Block a user