disable metacontacts until it work correctly. see #7295

This commit is contained in:
Yann Leboulanger 2013-08-16 09:52:33 +02:00
parent 13e35d126c
commit e34d91e323
1 changed files with 2 additions and 0 deletions

View File

@ -1842,6 +1842,8 @@ 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')