diff options
Diffstat (limited to 'src/base/QXmppMessage.h')
| -rw-r--r-- | src/base/QXmppMessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
