re-enable metacontacts. Fixes #7295

This commit is contained in:
Yann Leboulanger 2016-01-03 16:02:27 +01:00
parent e7bef08d45
commit fc56f501bb
1 changed files with 0 additions and 2 deletions

View File

@ -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')