From 9ad62d4466cb1f1566be503d7a7ff8657e330673 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 10 Aug 2010 23:28:00 +0000 Subject: Fix Link Mauve completion bug --- src/connection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index ffe42665..c0bd5575 100644 --- a/src/connection.py +++ b/src/connection.py @@ -140,6 +140,7 @@ class Connection(threading.Thread): def handler_normal_presence(self, connection, presence): """ + handles the non-MUC presences """ fro = presence.getFrom() toj = presence.getAttr('to') -- cgit v1.2.3