mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge branch 'feature/xep-0176' into premerge
This commit is contained in:
commit
68c1db26db
19
xep-0176.xml
19
xep-0176.xml
@ -33,6 +33,17 @@
|
||||
&hildjj;
|
||||
&seanegan;
|
||||
&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>
|
||||
<version>1.0</version>
|
||||
<date>2009-06-10</date>
|
||||
@ -383,8 +394,8 @@ INITIATOR RESPONDER
|
||||
<tr>
|
||||
<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>N/A</td>
|
||||
<td>0</td>
|
||||
<td>"extension-att-name network extension-att-value <the network>" in a=candidate line</td>
|
||||
<td>0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>port</td>
|
||||
@ -1012,16 +1023,16 @@ Romeo Gateway Juliet
|
||||
<xs:simpleContent>
|
||||
<xs:extension base='empty'>
|
||||
<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='id' type='xs:NCName' 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='priority' type='xs:positiveInteger' 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-port' type='xs:unsignedShort' use='optional'/>
|
||||
<xs:attribute name='network' type='xs:unsignedByte' use='optional'/>
|
||||
<xs:attribute name='type' use='required'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:NCName'>
|
||||
|
Loading…
Reference in New Issue
Block a user