mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
Merge branch 'feature/xep-0384'
This commit is contained in:
commit
8d2f2eb9c5
10
xep-0384.xml
10
xep-0384.xml
@ -27,6 +27,12 @@
|
||||
<email>andy@strb.org</email>
|
||||
<jid>andy@strb.org</jid>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.2.1</version>
|
||||
<date>2018-05-21</date>
|
||||
<initials>mb</initials>
|
||||
<remark>Fix attribute names in schema</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.2</version>
|
||||
<date>2017-06-02</date>
|
||||
@ -373,7 +379,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 +387,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