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/QXmppMessage.h | |
| parent | e1836d08b2f659d2ac5c98280e08d96c8df60d88 (diff) | |
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/QXmppMessage.h')
| -rw-r--r-- | src/base/QXmppMessage.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |
