Merge branch 'feature/xep-0177' into premerge

This commit is contained in:
Jonas Schäfer 2020-12-15 15:36:45 +01:00
commit a5770f289d
1 changed files with 7 additions and 1 deletions

View File

@ -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 (its 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'/>