mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-25 02:32:18 -05:00
Merge branch 'feature/xep-0402'
This commit is contained in:
commit
0ee514c696
@ -27,6 +27,12 @@
|
|||||||
<discuss>standards</discuss>
|
<discuss>standards</discuss>
|
||||||
&dcridland;
|
&dcridland;
|
||||||
&jcbrand;
|
&jcbrand;
|
||||||
|
<revision>
|
||||||
|
<version>1.1.1</version>
|
||||||
|
<date>2020-06-02</date>
|
||||||
|
<initials>mb</initials>
|
||||||
|
<remark><p>Fix missing minOccurs=0 in schema</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>1.1.0</version>
|
<version>1.1.0</version>
|
||||||
<date>2020-05-26</date>
|
<date>2020-05-26</date>
|
||||||
@ -430,7 +436,7 @@
|
|||||||
<xs:sequence>
|
<xs:sequence>
|
||||||
<xs:element name='nick' type='xs:string' minOccurs='0'/>
|
<xs:element name='nick' type='xs:string' minOccurs='0'/>
|
||||||
<xs:element name='password' type='xs:string' minOccurs='0'/>
|
<xs:element name='password' type='xs:string' minOccurs='0'/>
|
||||||
<xs:element ref='extensions'/>
|
<xs:element ref='extensions' minOccurs='0' />
|
||||||
</xs:sequence>
|
</xs:sequence>
|
||||||
<xs:attribute name='autojoin' type='xs:boolean' use='optional' default='false'/>
|
<xs:attribute name='autojoin' type='xs:boolean' use='optional' default='false'/>
|
||||||
<xs:attribute name='name' type='xs:string' use='optional'/>
|
<xs:attribute name='name' type='xs:string' use='optional'/>
|
||||||
|
Loading…
Reference in New Issue
Block a user