XEP-0384: Release version 0.8.1

Adjust remaining namespaces:

* Update namespace to 'urn:xmpp:omemo:2:bundles'
* Update namespace to 'urn:xmpp:omemo:2:devices'
This commit is contained in:
Melvin Keskin 2021-10-07 20:39:34 +02:00
parent c0ff942bf8
commit d625902285
No known key found for this signature in database
GPG Key ID: 04EFAD0F7A4D9724
1 changed files with 14 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<!ENTITY payload "&lt;payload/&gt;">
<!ENTITY % ents SYSTEM "xep.ent">
<!ENTITY ns "urn:xmpp:omemo:2">
<!ENTITY nsdevices "urn:xmpp:omemo:1:devices">
<!ENTITY nsbundles "urn:xmpp:omemo:1:bundles">
<!ENTITY nsdevices "urn:xmpp:omemo:2:devices">
<!ENTITY nsbundles "urn:xmpp:omemo:2:bundles">
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
@ -57,6 +57,18 @@
<email>xmpp@larma.de</email>
<jid>jabber@larma.de</jid>
</author>
<revision>
<version>0.8.1</version>
<date>2021-10-07</date>
<initials>melvo</initials>
<remark>
<p>Adjust remaining namespaces:</p>
<ul>
<li>Update namespace to 'urn:xmpp:omemo:2:bundles'</li>
<li>Update namespace to 'urn:xmpp:omemo:2:devices'</li>
</ul>
</remark>
</revision>
<revision>
<version>0.8.0</version>
<date>2021-09-28</date>