From 301ac21f2a4b6032d05fba362d167bf182404ee6 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 30 Aug 2010 16:09:09 +0200 Subject: little fixes --- module/plugins/hooks/XMPPInterface.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'module/plugins/hooks/XMPPInterface.py') diff --git a/module/plugins/hooks/XMPPInterface.py b/module/plugins/hooks/XMPPInterface.py index bfd60d271..b2d8f301b 100644 --- a/module/plugins/hooks/XMPPInterface.py +++ b/module/plugins/hooks/XMPPInterface.py @@ -18,20 +18,11 @@ @interface-version: 0.2 """ -import socket -import sys -from threading import Thread -import time -from time import sleep -from traceback import print_exc - -from pyxmpp.all import JID,Iq,Presence,Message,StreamError +from pyxmpp.all import JID,Message from pyxmpp.jabber.client import JabberClient from pyxmpp.interface import implements from pyxmpp.interfaces import * -from pyxmpp.streamtls import TLSSettings -from module.plugins.Hook import Hook from module.plugins.hooks.IRCInterface import IRCInterface class XMPPInterface(IRCInterface, JabberClient): -- cgit v1.2.3