mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
XEP-0384: change namespace to urn:xmpp:omemo:1
This commit is contained in:
parent
4908f44da4
commit
38eb801e8c
@ -142,7 +142,7 @@
|
||||
<section2 topic='General Terms' anchor='glossary-general'>
|
||||
<dl>
|
||||
<di><dt>Device</dt><dd>A communication end point, i.e. a specific client instance</dd></di>
|
||||
<di><dt>OMEMO element</dt><dd>An <encrypted> element in the eu.siacs.conversations.axolotl namespace. Can be either MessageElement or a KeyTransportElement</dd></di>
|
||||
<di><dt>OMEMO element</dt><dd>An <encrypted> element in the urn:xmpp:omemo:1 namespace. Can be either MessageElement or a KeyTransportElement</dd></di>
|
||||
<di><dt>MessageElement</dt><dd>An OMEMO element that contains a chat message. Its <payload>, when decrypted, corresponds to a <message>'s <body>.</dd></di>
|
||||
<di><dt>KeyTransportElement</dt><dd>An OMEMO element that does not have a <payload>. It contains a fresh encryption key, which can be used for purposes external to this XEP.</dd></di>
|
||||
<di><dt>Bundle</dt><dd>A collection of publicly accessible data that can be used to build a session with a device, namely its public IdentityKey, a signed PreKey with corresponding signature, and a list of (single use) PreKeys.</dd></di>
|
||||
@ -380,7 +380,7 @@
|
||||
<section2 topic='Protocol Namespaces' anchor='namespaces'>
|
||||
<p>This specification defines the following XMPP namespaces:</p>
|
||||
<ul>
|
||||
<li>eu.siacs.conversations.axolotl</li>
|
||||
<li>urn:xmpp:omemo:1</li>
|
||||
</ul>
|
||||
</section2>
|
||||
<section2 topic='Protocol Versioning' anchor='versioning'>
|
||||
|
Loading…
Reference in New Issue
Block a user