From 04f6c6824430cdf62428606e595cbdb2832cd33b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 24 Sep 2010 19:27:08 +0200 Subject: [PATCH] fix presence event handling. Fixes #5936 --- src/common/connection_handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 4919c8a1a..d84ff0a53 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1747,6 +1747,8 @@ ConnectionJingle, ConnectionIBBytestream): def _nec_presence_received(self, obj): account = obj.conn.name + if account != self.name: + return jid = obj.jid resource = obj.resource or ''