From e9f031b2e757e0a9fb8cbdd0dcccd87b927c19ce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 16 May 2025 14:23:24 +0300 Subject: =?UTF-8?q?fixes=20#5025=20(Jabber:=20=D1=80=D0=B5=D0=B3=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D1=81=D0=B8=D0=B8=20=D0=B2=200.96.5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/JabberG/src/jabber_iqid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/JabberG/src/jabber_iqid.cpp b/protocols/JabberG/src/jabber_iqid.cpp index 431f9d26a0..8480bcacce 100644 --- a/protocols/JabberG/src/jabber_iqid.cpp +++ b/protocols/JabberG/src/jabber_iqid.cpp @@ -467,7 +467,7 @@ void CJabberProto::OnIqResultGetRoster(const TiXmlElement *iqNode, CJabberIqInfo continue; MCONTACT hContact = HContactFromJID(jid); - if (hContact == 0) // Received roster has a new JID. + if (hContact == 0 && !IsMyOwnJID(jid)) // Received roster has a new JID. hContact = DBCreateContact(jid, nick, false, false); // Add the jid (with empty resource) to a Miranda's contact list. JABBER_LIST_ITEM *item = ListAdd(LIST_ROSTER, jid, hContact); -- cgit v1.2.3