QXmpp Version: 1.5.6
|
#include <QXmppOmemoStorage.h>
Public Attributes | |
uint32_t | id = 0 |
QString | label |
QByteArray | privateIdentityKey |
QByteArray | publicIdentityKey |
uint32_t | latestSignedPreKeyId = 1 |
uint32_t | latestPreKeyId = 1 |
Contains the data of this client instance's OMEMO device.
uint32_t QXmppOmemoStorage::OwnDevice::id = 0 |
ID used to identify a device and fetch its bundle
A valid ID must be at least 1 and at most std::numeric_limits<int32_t>::max()
.
QString QXmppOmemoStorage::OwnDevice::label |
Human-readable string used to identify the device by users
The label should not contain more than 53 characters.
uint32_t QXmppOmemoStorage::OwnDevice::latestPreKeyId = 1 |
ID of the latest pre key pair
A valid ID must be at least 1 and at most std::numeric_limits<int32_t>::max()
.
uint32_t QXmppOmemoStorage::OwnDevice::latestSignedPreKeyId = 1 |
ID of the latest pre key pair whose public key is signed
A valid ID must be at least 1 and at most std::numeric_limits<int32_t>::max()
.
QByteArray QXmppOmemoStorage::OwnDevice::privateIdentityKey |
Private long-term key which never changes
QByteArray QXmppOmemoStorage::OwnDevice::publicIdentityKey |
Public long-term key which never changes