fix presence notifications with zeroconf account

This commit is contained in:
Yann Leboulanger 2011-08-21 19:27:04 +02:00
parent dc677ab5e9
commit 3eb47cded2

View file

@ -827,6 +827,7 @@ class ZeroconfPresenceReceivedEvent(nec.NetworkIncomingEvent):
self.transport_auto_auth = False
self.errcode = None
self.errmsg = ''
self.popup = False # Do we want to open chat window ?
return True
class GcPresenceReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):