Skip to content

Commit

Permalink
XEP-0371: Make 'network' optional, and add a mapping to SDP
Browse files Browse the repository at this point in the history
  • Loading branch information
linkmauve committed Dec 8, 2020
1 parent 2efb37a commit 46d2d94
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions xep-0371.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<abstract>This specification defines a Jingle transport method that results in sending media data using datagram associations via the User Datagram Protocol (UDP) or using end-to-end connections via the Transport Control Protocol (TCP). This transport method is negotiated via the Interactive Connectivity Establishment (ICE) methodology (which provides robust NAT traversal for media traffic) and also supports the ability to exchange candidates throughout the life of the session, consistent with so-called "Trickle ICE" (draft-ietf-ice-trickle).</abstract>
&LEGALNOTICE;
<number>0371</number>
<status>Deferred</status>
<status>Experimental</status>
<type>Standards Track</type>
<sig>Standards</sig>
<approver>Council</approver>
Expand All @@ -27,6 +27,14 @@
<supersededby/>
<shortname>jingle-ice</shortname>
&stpeter;
<revision>
<version>0.4</version>
<date>2020-12-08</date>
<initials>egp</initials>
<remark>
<p>Make 'network' optional, and add a mapping to SDP.</p>
</remark>
</revision>
<revision>
<version>0.3</version>
<date>2020-05-14</date>
Expand Down Expand Up @@ -275,8 +283,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 &lt;the network&gt;" in a=candidate line</td>
<td>0</td>
</tr>
<tr>
<td>port</td>
Expand Down Expand Up @@ -1016,12 +1024,12 @@ Romeo Gateway Juliet
<xs:attribute name='generation' type='xs:unsignedByte' use='optional'/>
<xs:attribute name='id' type='xs:NCName' use='optional'/>
<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='tcptype' use='optional'>
<xs:simpleType>
<xs:restriction base='xs:NCName'>
Expand Down

0 comments on commit 46d2d94

Please sign in to comment.