diff options
author | George Hazan <george.hazan@gmail.com> | 2023-06-23 16:44:14 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-06-23 16:44:14 +0300 |
commit | a07bca6c0e46003a46270999c0c92d3cfef94ee7 (patch) | |
tree | 0704041defd4e09c0355c997ebd84cad6e288d06 /protocols/JabberG/src/jabber.cpp | |
parent | 253e80bc4b440589ead1f756daffa66ad3a045c3 (diff) |
Jingle: first step towards #3351
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index 84cbfe2c4e..1c13d97a87 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -95,7 +95,6 @@ static int OnLoadModule(WPARAM, LPARAM) {
g_plugin.bMessageState = ServiceExists(MS_MESSAGESTATE_UPDATE);
g_plugin.bSecureIM = ServiceExists("SecureIM/IsContactSecured") != 0;
- g_plugin.bJingle = ServiceExists(MS_JINGLE_SERVICE);
g_plugin.bMirOTR = GetModuleHandle(L"mirotr.dll") != nullptr;
g_plugin.bNewGPG = GetModuleHandle(L"new_gpg.dll") != nullptr;
return 0;
|