mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-16 07:10:15 -05:00
Merge branch 'feature/xep-0177' into premerge
This commit is contained in:
commit
a5770f289d
@ -31,6 +31,12 @@
|
|||||||
&scottlu;
|
&scottlu;
|
||||||
&hildjj;
|
&hildjj;
|
||||||
&seanegan;
|
&seanegan;
|
||||||
|
<revision>
|
||||||
|
<version>1.1.1</version>
|
||||||
|
<date>2020-12-10</date>
|
||||||
|
<initials>egp</initials>
|
||||||
|
<remark><p>Made type optional in the schema (it’s a MAY in section 4.2), unlike in XEP-0176.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
<date>2009-12-23</date>
|
<date>2009-12-23</date>
|
||||||
@ -427,7 +433,7 @@ INITIATOR RESPONDER
|
|||||||
<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='port' type='xs:unsignedShort' use='required'/>
|
<xs:attribute name='port' type='xs:unsignedShort' use='required'/>
|
||||||
<xs:attribute name='type' use='required'>
|
<xs:attribute name='type' use='optional'>
|
||||||
<xs:simpleType>
|
<xs:simpleType>
|
||||||
<xs:restriction base='xs:NCName'>
|
<xs:restriction base='xs:NCName'>
|
||||||
<xs:enumeration value='host'/>
|
<xs:enumeration value='host'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user