mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge branch 'feature/xep-0177' into premerge
This commit is contained in:
commit
a5770f289d
@ -31,6 +31,12 @@
|
||||
&scottlu;
|
||||
&hildjj;
|
||||
&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>
|
||||
<version>1.1</version>
|
||||
<date>2009-12-23</date>
|
||||
@ -427,7 +433,7 @@ 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:attribute name='type' use='optional'>
|
||||
<xs:simpleType>
|
||||
<xs:restriction base='xs:NCName'>
|
||||
<xs:enumeration value='host'/>
|
||||
|
Loading…
Reference in New Issue
Block a user