mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
xep-0384: fix attribute names in schema
This commit is contained in:
parent
0d904db40b
commit
1df5bdb8ec
@ -373,7 +373,7 @@
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="signedPreKeyPublic" type="base64Binary">
|
||||
<xs:attribute name="id" type="integer"/>
|
||||
<xs:attribute name="signedPreKeyId" type="integer"/>
|
||||
</xs:element>
|
||||
<xs:element name="signedPreKeySignature" type="base64Binary"/>
|
||||
<xs:element name="identityKey" type="base64Binary"/>
|
||||
@ -381,7 +381,7 @@
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="preKeyPublic" type="base64Binary" maxOccurs="unbounded">
|
||||
<xs:attribute name="id" type="integer" use="required"/>
|
||||
<xs:attribute name="preKeyId" type="integer" use="required"/>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
Loading…
Reference in New Issue
Block a user