diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 3 |
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;
|