summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-25 02:57:00 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-25 02:58:21 +0300
commit85e3a5bdcee0721d9021359be42adfb778a776a3 (patch)
treeaa61a75623e62148f838c839d0429e83f8b5eb25 /protocols/JabberG/src/jabber_proto.cpp
parent283ccde97a6728200e528e7cae228ba2edf0a59b (diff)
protocols: jabber: started implementation of xep-0198
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 5c45e3b912..ceb5fbf44f 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -127,7 +127,8 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) :
m_bProcessXMPPLinks(this, "ProcessXMPPLinks", FALSE),
m_bIgnoreRosterGroups(this, "IgnoreRosterGroups", FALSE),
m_bEnableCarbons(this, "EnableCarbons", TRUE),
- m_bUseOMEMO(this, "UseOMEMO", FALSE)
+ m_bUseOMEMO(this, "UseOMEMO", FALSE),
+ m_bEnableStreamMgmt(this, "UseStreamMgmt", FALSE) //TODO: this should be true once implemented
{
m_szXmlStreamToBeInitialized = nullptr;