summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rwxr-xr-x[-rw-r--r--]protocols/JabberG/src/jabber.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index 3c4cb10a81..469e89c4cd 100644..100755
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -179,6 +179,8 @@ static int jabberProtoUninit(CJabberProto *ppro)
return 0;
}
+int init_omemo();
+
extern "C" int __declspec(dllexport) Load()
{
// set the memory, lists & utf8 managers
@@ -221,6 +223,7 @@ extern "C" int __declspec(dllexport) Load()
g_MenuInit();
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
JabberUserInfoInit();
+ init_omemo();
return 0;
}