XEP-0402: schema: <extensions/> is optional

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-05-26 17:49:16 +02:00
parent 4aa55938d6
commit 473e002fb0
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2
1 changed files with 1 additions and 1 deletions

View File

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