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.
- Convert a
Bundle
into XML events. - Build a
Bundle
from XML events. - Element of the device list
- Convert a
Device
into XML events. - Build a
Device
from 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.
- Convert a
DeviceList
into XML events. - Build a
DeviceList
from XML events. - An OMEMO element, which can be either a MessageElement (with payload), or a KeyTransportElement (without payload).
- Convert a
Encrypted
into XML events. - Build a
Encrypted
from XML events. - The header contains encrypted keys for a message
- Convert a
Header
into XML events. - Build a
Header
from XML events. - IV used for payload encryption
- Convert a
IV
into XML events. - Build a
IV
from XML events. - Part of a device’s bundle
- Convert a
IdentityKey
into XML events. - Build a
IdentityKey
from XML events. - Part of the OMEMO element header
- Convert a
Key
into XML events. - Build a
Key
from XML events. - The encrypted message body
- Convert a
Payload
into XML events. - Build a
Payload
from XML events. - PreKey public key Part of a device’s bundle
- Convert a
PreKeyPublic
into XML events. - Build a
PreKeyPublic
from XML events. - List of (single use) PreKeys Part of a device’s bundle
- Convert a
Prekeys
into XML events. - Build a
Prekeys
from XML events. - SignedPreKey public key Part of a device’s bundle
- Convert a
SignedPreKeyPublic
into XML events. - Build a
SignedPreKeyPublic
from XML events. - SignedPreKey signature Part of a device’s bundle
- Convert a
SignedPreKeySignature
into XML events. - Build a
SignedPreKeySignature
from XML events.