From e4970a79535dd5cfff2d010049cf39b644a87850 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 7 Oct 2021 16:35:50 +0200 Subject: 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 --- src/base/QXmppMessage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppMessage.h') diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index 242420ff..ee1ecdca 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -5,6 +5,7 @@ * Manjeet Dahiya * Jeremy Lainé * Linus Jahn + * Melvin Keskin * * Source: * https://github.com/qxmpp-project/qxmpp @@ -136,8 +137,8 @@ public: QXmppMessage::Type type() const; void setType(QXmppMessage::Type); - QString senderKey() const; - void setSenderKey(const QString &keyId); + QByteArray senderKey() const; + void setSenderKey(const QByteArray &keyId); // XEP-0066: Out of Band Data QString outOfBandUrl() const; -- cgit v1.2.3