mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
1.1rc1
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3633 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
cdb6c57206
commit
a196befa55
20
xep-0177.xml
20
xep-0177.xml
@ -11,6 +11,7 @@
|
||||
&LEGALNOTICE;
|
||||
<number>0177</number>
|
||||
<status>Draft</status>
|
||||
<interim/>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<approver>Council</approver>
|
||||
@ -31,6 +32,12 @@
|
||||
&scottlu;
|
||||
&hildjj;
|
||||
&seanegan;
|
||||
<revision>
|
||||
<version>1.1rc1</version>
|
||||
<date>in progress, last updated 2009-11-08</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Added type attribute to candidate element for consistency with XEP-0176.</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.0</version>
|
||||
<date>2009-06-10</date>
|
||||
@ -244,6 +251,7 @@ INITIATOR RESPONDER
|
||||
<td>Server reflexive or peer reflexive candidate discovered via STUN (see &rfc5389;)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>If the client is aware of which type of candidate it is sending, the candidate element MAY contain a 'type' attribute. Although this information is merely a hint about the candidate type, this information can help the recipient be aware of how permissive the peer's NAT or firewall is. The values of the 'type' attribute are "host", "prflx", "relay", and "srflx" (as in the ICE specification and <cite>XEP-0176</cite>).</p>
|
||||
</section2>
|
||||
|
||||
<section2 topic='Responder Response' anchor='response'>
|
||||
@ -420,6 +428,16 @@ INITIATOR RESPONDER
|
||||
<xs:attribute name='id' type='xs:NCName' use='required'/>
|
||||
<xs:attribute name='ip' type='xs:string' use='required'/>
|
||||
<xs:attribute name='port' type='xs:unsignedShort' use='required'/>
|
||||
<xs:attribute name='type' use='required'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:NCName'>
|
||||
<xs:enumeration value='host'/>
|
||||
<xs:enumeration value='prflx'/>
|
||||
<xs:enumeration value='relay'/>
|
||||
<xs:enumeration value='srflx'/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
@ -435,7 +453,7 @@ INITIATOR RESPONDER
|
||||
</section1>
|
||||
|
||||
<section1 topic='Acknowledgements' anchor='ack'>
|
||||
<p>Thanks to Paul Chitescu, Diana Cionoiu, Olivier Crête, Steffen Larsen, Robert McQueen, Mike Ruprecht, Jakob Schroeter, Justin Uberti, Unnikrishnan Vikrama Panicker, and Paul Witty for their feedback.</p>
|
||||
<p>Thanks to Thiago Camargo, Paul Chitescu, Diana Cionoiu, Olivier Crête, Steffen Larsen, Robert McQueen, Mike Ruprecht, Jakob Schroeter, Justin Uberti, Unnikrishnan Vikrama Panicker, and Paul Witty for their feedback.</p>
|
||||
</section1>
|
||||
|
||||
</xep>
|
||||
|
Loading…
Reference in New Issue
Block a user