QXmpp Version: 1.10.0
|
#include <QXmppOmemoStorage.h>
Public Attributes | |
std::optional< OwnDevice > | ownDevice |
QHash< uint32_t, SignedPreKeyPair > | signedPreKeyPairs |
QHash< uint32_t, QByteArray > | preKeyPairs |
QHash< QString, QHash< uint32_t, Device > > | devices |
Contains all OMEMO data.
QHash<QString, QHash<uint32_t, Device> > QXmppOmemoStorage::OmemoData::devices |
JIDs of the device owners mapped to device IDs mapped to the other devices (i.e., all devices except the own one)
QHash<uint32_t, QByteArray> QXmppOmemoStorage::OmemoData::preKeyPairs |
Key IDs mapped to their pre key pairs
QHash<uint32_t, SignedPreKeyPair> QXmppOmemoStorage::OmemoData::signedPreKeyPairs |
Key IDs mapped to their signed pre key pairs