XEP-0167: Add missing required attribute in schema for encryption element

This commit is contained in:
Marvin W 2020-09-17 21:21:21 +02:00
parent c7166ab94a
commit 3bb0569edd
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 0 deletions

View File

@ -1816,6 +1816,7 @@ Romeo Juliet
minOccurs='0'
maxOccurs='unbounded'/>
</xs:sequence>
<xs:attribute name='required' type='xs:boolean' use='optional'/>
</xs:complexType>
<xs:complexType name='payloadElementType'>