summaryrefslogtreecommitdiff
path: root/include/m_database.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-17 21:08:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-17 21:08:49 +0300
commitb6bb2574a234f205b4809aa3b4a37788a8a85063 (patch)
tree0a39715ec76a7d44fe6bdec7a4e2f2367384a297 /include/m_database.h
parent84f1eac98d46db881cc5c1cb09939bdae67224a9 (diff)
Jabber: more OMEMO related fixes
Diffstat (limited to 'include/m_database.h')
-rw-r--r--include/m_database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_database.h b/include/m_database.h
index b55c1abedc..b8a2ce2c86 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -178,6 +178,7 @@ struct DBVARIANT
#define DBEF_ENCRYPTED 0x0020 // event is encrypted (never reported outside a driver)
#define DBEF_HAS_ID 0x0040 // event has unique server id
#define DBEF_SECURE 0x0080 // event is encrypted
+#define DBEF_SECURE_STRONG 0x0100 // event has unique server id
struct DBEVENTINFO
{