diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-13 12:55:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-13 12:55:16 +0300 |
commit | 7524e8b875b924bb3cee484e90f6cc6bc01515a4 (patch) | |
tree | bd21dc1fd1551371c41f65d52ed5a81b94b7e430 /protocols/JabberG/src | |
parent | 09f21883efa68d69e5e2c366daa08fe93b3755d6 (diff) |
code cleaning
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 24c9f5b7ba..0aa73bbca2 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -76,10 +76,10 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : m_uEnabledFeatCapsDynamic(0),
m_StrmMgmt(this),
- m_bAcceptHttpAuth(this, "m_bAcceptHttpAuth", true),
+ m_bAcceptHttpAuth(this, "AcceptHttpAuth", true),
m_bAcceptNotes(this, "AcceptNotes", true),
m_bAllowTimeReplies(this, "AllowTimeReplies", true),
- m_bAllowVersionRequests(this, "m_bAllowVersionRequests", true),
+ m_bAllowVersionRequests(this, "AllowVersionRequests", true),
m_bAutoAcceptAuthorization(this, "AutoAcceptAuthorization", false),
m_bAutoAcceptMUC(this, "AutoAcceptMUC", false),
m_bAutoAdd(this, "AutoAdd", true),
|