xmpp_parsers

Module legacy_omemo

Source
Expand description

XEP-0380: OMEMO Encryption (experimental version 0.3.0)

Structs§

Bundle
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.
BundleAsXmlIterator
Convert a Bundle into XML events.
BundleFromXmlBuilder
Build a Bundle from XML events.
Device
Element of the device list
DeviceAsXmlIterator
Convert a Device into XML events.
DeviceFromXmlBuilder
Build a Device from XML events.
DeviceList
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.
DeviceListAsXmlIterator
Convert a DeviceList into XML events.
DeviceListFromXmlBuilder
Build a DeviceList from XML events.
Encrypted
An OMEMO element, which can be either a MessageElement (with payload), or a KeyTransportElement (without payload).
EncryptedAsXmlIterator
Convert a Encrypted into XML events.
EncryptedFromXmlBuilder
Build a Encrypted from XML events.
Header
The header contains encrypted keys for a message
HeaderAsXmlIterator
Convert a Header into XML events.
HeaderFromXmlBuilder
Build a Header from XML events.
IV
IV used for payload encryption
IVAsXmlIterator
Convert a IV into XML events.
IVFromXmlBuilder
Build a IV from XML events.
IdentityKey
Part of a device’s bundle
IdentityKeyAsXmlIterator
Convert a IdentityKey into XML events.
IdentityKeyFromXmlBuilder
Build a IdentityKey from XML events.
Key
Part of the OMEMO element header
KeyAsXmlIterator
Convert a Key into XML events.
KeyFromXmlBuilder
Build a Key from XML events.
Payload
The encrypted message body
PayloadAsXmlIterator
Convert a Payload into XML events.
PayloadFromXmlBuilder
Build a Payload from XML events.
PreKeyPublic
PreKey public key Part of a device’s bundle
PreKeyPublicAsXmlIterator
Convert a PreKeyPublic into XML events.
PreKeyPublicFromXmlBuilder
Build a PreKeyPublic from XML events.
Prekeys
List of (single use) PreKeys Part of a device’s bundle
PrekeysAsXmlIterator
Convert a Prekeys into XML events.
PrekeysFromXmlBuilder
Build a Prekeys from XML events.
SignedPreKeyPublic
SignedPreKey public key Part of a device’s bundle
SignedPreKeyPublicAsXmlIterator
Convert a SignedPreKeyPublic into XML events.
SignedPreKeyPublicFromXmlBuilder
Build a SignedPreKeyPublic from XML events.
SignedPreKeySignature
SignedPreKey signature Part of a device’s bundle
SignedPreKeySignatureAsXmlIterator
Convert a SignedPreKeySignature into XML events.
SignedPreKeySignatureFromXmlBuilder
Build a SignedPreKeySignature from XML events.