diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-10-19 20:28:16 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2016-10-19 20:28:16 +0300 |
commit | 072bfe7969fded36f765cc14185879ccbc90c8b6 (patch) | |
tree | 3f821f0bdd6f0e19f9ff1eba4bd9319f649f40d6 /protocols/JabberG/src/jabber_proto.cpp | |
parent | de812d7c8e61a45025a498fd23b7d7502cf0e866 (diff) |
jabber id remake
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-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 bd9ad50656..d6c31b1c9d 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -140,7 +140,7 @@ CJabberProto::CJabberProto(const char *aProtoName, const wchar_t *aUserName) : jcb |= JABBER_CAPS_OMEMO_NOTIFY;
- m_clientCapsManager.SetClientCaps(JABBER_CAPS_MIRANDA_NODE, szCoreVersion, jcb);
+ m_clientCapsManager.SetClientCaps(L"http://client/caps", szCoreVersion, jcb);
}
IconsInit();
|