diff options
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 86e77d04bc..b0315b72ca 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -129,7 +129,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_bIgnoreRosterGroups(this, "IgnoreRosterGroups", FALSE),
m_bEnableCarbons(this, "EnableCarbons", TRUE),
m_bUseOMEMO(this, "UseOMEMO", FALSE),
- m_bEnableStreamMgmt(this, "UseStreamMgmt", FALSE) //TODO: this should be true once implemented
+ m_bEnableStreamMgmt(this, "UseStreamMgmt", TRUE)
{
m_szXmlStreamToBeInitialized = nullptr;
|