From f5e82b8b460ea9e9c25bef7b0f9a9d3bd7e43523 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sun, 10 Jul 2022 23:10:42 +0200 Subject: Rename Encryption::Omemo to Omemo0 to allow namespace Omemo Allows it to create a namespace QXmpp::Omemo. --- src/base/QXmppMessage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppMessage.h') diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index aa4d8611..e9d442c1 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -38,7 +38,7 @@ public: static const EncryptionMethod OTR = EncryptionMethod::Otr; static const EncryptionMethod LegacyOpenPGP = EncryptionMethod::LegacyOpenPgp; static const EncryptionMethod OX = EncryptionMethod::Ox; - static const EncryptionMethod OMEMO = EncryptionMethod::Omemo; + static const EncryptionMethod OMEMO = EncryptionMethod::Omemo0; /// \endcond #endif -- cgit v1.2.3