1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00

Merge commit 'refs/pull/631/head' of https://github.com/xsf/xeps into feature/xep-0384

This commit is contained in:
Jonas Wielicki 2018-05-21 11:57:04 +02:00
commit eb79085e44

View File

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