From 3d83eeec481c25253e2535e7ce9476e3f046123a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 10 Aug 2017 19:14:06 +0300 Subject: Jabber: - more fixes for XEP-115 support; - obsolete code removed; --- protocols/JabberG/src/jabber_util.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/JabberG/src/jabber_util.cpp') diff --git a/protocols/JabberG/src/jabber_util.cpp b/protocols/JabberG/src/jabber_util.cpp index 32f55eb0b1..656958030b 100755 --- a/protocols/JabberG/src/jabber_util.cpp +++ b/protocols/JabberG/src/jabber_util.cpp @@ -551,11 +551,6 @@ wchar_t* CJabberProto::GetClientJID(const wchar_t *jid, wchar_t *dest, size_t de mir_cslock lck(m_csLists); JABBER_LIST_ITEM *LI = ListGetItemPtr(LIST_ROSTER, jid); if (LI != NULL) { - if (LI->arResources.getCount() == 1 && !mir_wstrcmp(LI->arResources[0]->m_tszCapsNode, L"http://talk.google.com/xmpp/bot/caps")) { - if (p) *p = 0; - return dest; - } - if (p == NULL) { pResourceStatus r(LI->getBestResource()); if (r != NULL) -- cgit v1.2.3