diff options
| author | Melvin Keskin <melvo@olomono.de> | 2021-10-07 16:35:50 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-10-10 20:12:46 +0200 |
| commit | e4970a79535dd5cfff2d010049cf39b644a87850 (patch) | |
| tree | f274962b1063012ce0482e9e7328070bec69fba0 /src/base/QXmppTrustMessageKeyOwner.h | |
| parent | e1836d08b2f659d2ac5c98280e08d96c8df60d88 (diff) | |
| download | qxmpp-e4970a79535dd5cfff2d010049cf39b644a87850.tar.gz | |
Update to OMEMO 0.8, TM 0.6 and ATM 0.4
* OMEMO has namespace 'urn:xmpp:omemo:2' and uses SCE 0.4 now
* TM has namespace 'urn:xmpp:tm:1' and uses Base64 for key identifiers
* ATM uses Base64 for key identifiers
Diffstat (limited to 'src/base/QXmppTrustMessageKeyOwner.h')
| -rw-r--r-- | src/base/QXmppTrustMessageKeyOwner.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/QXmppTrustMessageKeyOwner.h b/src/base/QXmppTrustMessageKeyOwner.h index 84a0d610..9c351b3c 100644 --- a/src/base/QXmppTrustMessageKeyOwner.h +++ b/src/base/QXmppTrustMessageKeyOwner.h @@ -44,11 +44,11 @@ public: QString jid() const; void setJid(const QString &jid); - QList<QString> trustedKeys() const; - void setTrustedKeys(const QList<QString> &keyIds); + QList<QByteArray> trustedKeys() const; + void setTrustedKeys(const QList<QByteArray> &keyIds); - QList<QString> distrustedKeys() const; - void setDistrustedKeys(const QList<QString> &keyIds); + QList<QByteArray> distrustedKeys() const; + void setDistrustedKeys(const QList<QByteArray> &keyIds); /// \cond void parse(const QDomElement &element); |
