From 42680921c5539ed332e3b0191428227ebeb7110e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 14 Jan 2014 12:57:35 +0000 Subject: - added missing ext cap for Nudge; - fixed XEP-0224 support git-svn-id: http://svn.miranda-ng.org/main/trunk@7641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_thread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber_thread.cpp') diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 2d5240d8b1..a4bb4f7cc4 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -1197,8 +1197,7 @@ void CJabberProto::OnProcessMessage(HXML node, ThreadData* info) JabberReadXep203delay(node, msgTime); // XEP-0224 support (Attention/Nudge) - if (xmlGetChildByTag(node, "attention", "xmlns", JABBER_FEAT_ATTENTION) || - xmlGetChildByTag(node, "attention", "xmlns", JABBER_FEAT_ATTENTION_0)) { + if (xmlGetChildByTag(node, "attention", "xmlns", JABBER_FEAT_ATTENTION)) { if (!hContact) hContact = CreateTemporaryContact(from, chatItem); if (hContact) -- cgit v1.2.3