From 97ef9d7fb90fd4a3a408868f0aa996728ad382cd Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 15 May 2014 23:33:51 +0200 Subject: Make detecting the features supported by the remote entity less awful no more stalling while waiting for a disco info while sending a message. --- src/connection.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index b06a013b..b5b7e12e 100644 --- a/src/connection.py +++ b/src/connection.py @@ -16,17 +16,12 @@ log = logging.getLogger(__name__) import getpass import sleekxmpp from sleekxmpp.plugins.xep_0184 import XEP_0184 -from sleekxmpp.plugins.xep_0030 import StaticDisco -from sleekxmpp.plugins.xep_0115 import StaticCaps import common import fixes from common import safeJID from config import config, options -StaticDisco.supports = fixes.xep_30_supports -StaticCaps.supports = fixes.xep_115_supports - class Connection(sleekxmpp.ClientXMPP): """ Receives everything from Jabber and emits the -- cgit v1.2.3