diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-16 15:10:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-16 15:10:53 +0300 |
commit | d8fe65f78ea4f440a53069b43a08ab0000986d56 (patch) | |
tree | 9c865b283307eb3e4c34887eb9f05e84654d156a /protocols/JabberG/src/jabber_proto.cpp | |
parent | ea322d5c50ebfc21df05ced2b592e8ce16115623 (diff) |
Jabber: client info disappears if remote has the same Miranda version as me
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 866bd1b030..2b587e2415 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_iqManager.Start();
m_messageManager.FillPermanentHandlers();
m_adhocManager.FillDefaultNodes();
- m_clientCapsManager.AddDefaultCaps();
+
+ AddDefaultCaps();
IconsInit();
InitPopups();
|