Module xmpp_parsers::legacy_omemo
source · Expand description
XEP-0380: OMEMO Encryption (experimental version 0.3.0)
Structs§
- 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.
- Element of the device list
- Build a
Device
from XML events. - Convert a
Device
into XML events. - A user’s device list contains the OMEMO device ids of all the user’s devicse. These can be used to look up bundles and build a session.
- An OMEMO element, which can be either a MessageElement (with payload), or a KeyTransportElement (without payload).
- The header contains encrypted keys for a message
- IV used for payload encryption
- Build a
IV
from XML events. - Convert a
IV
into XML events. - Part of a device’s bundle
- Build a
IdentityKey
from XML events. - Convert a
IdentityKey
into XML events. - Part of the OMEMO element header
- Build a
Key
from XML events. - Convert a
Key
into XML events. - The encrypted message body
- Build a
Payload
from XML events. - Convert a
Payload
into XML events. - PreKey public key Part of a device’s bundle
- Build a
PreKeyPublic
from XML events. - Convert a
PreKeyPublic
into XML events. - List of (single use) PreKeys Part of a device’s bundle
- SignedPreKey public key Part of a device’s bundle
- Build a
SignedPreKeyPublic
from XML events. - Convert a
SignedPreKeyPublic
into XML events. - SignedPreKey signature Part of a device’s bundle
- Build a
SignedPreKeySignature
from XML events. - Convert a
SignedPreKeySignature
into XML events.
Enums§
- prekey attribute for the key element.