From fc56f501bb20200b78cb08e0b0cc9118785bfec8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 3 Jan 2016 16:02:27 +0100 Subject: [PATCH] re-enable metacontacts. Fixes #7295 --- src/common/connection_handlers_events.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/connection_handlers_events.py b/src/common/connection_handlers_events.py index 17b283afd..c131e385d 100644 --- a/src/common/connection_handlers_events.py +++ b/src/common/connection_handlers_events.py @@ -1992,8 +1992,6 @@ class MetacontactsReceivedEvent(nec.NetworkIncomingEvent): # Metacontact tags # http://www.xmpp.org/extensions/xep-0209.html self.meta_list = {} - # FIXME: disable metacontacts until they work correctly - return True query = self.stanza.getTag('query') storage = query.getTag('storage') metas = storage.getTags('meta')