summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-10-19 20:28:16 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-10-19 20:28:16 +0300
commit072bfe7969fded36f765cc14185879ccbc90c8b6 (patch)
tree3f821f0bdd6f0e19f9ff1eba4bd9319f649f40d6 /protocols/JabberG/src/jabber_proto.cpp
parentde812d7c8e61a45025a498fd23b7d7502cf0e866 (diff)
jabber id remake
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
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();