mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
XEP-0402: schema: <extensions/> is optional
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4aa55938d6
commit
473e002fb0
@ -430,7 +430,7 @@
|
||||
<xs:sequence>
|
||||
<xs:element name='nick' 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:attribute name='autojoin' type='xs:boolean' use='optional' default='false'/>
|
||||
<xs:attribute name='name' type='xs:string' use='optional'/>
|
||||
|
Loading…
Reference in New Issue
Block a user