add missing var to connection_zeroconf.py

This commit is contained in:
Yann Leboulanger 2009-03-25 06:56:39 +00:00
parent 1b4949003e
commit 9bc7c4aa95
1 changed files with 2 additions and 0 deletions

View File

@ -66,8 +66,10 @@ class ConnectionZeroconf(ConnectionHandlersZeroconf):
self.gpg = GnuPG.GnuPG(gajim.config.get('use_gpg_agent'))
self.is_zeroconf = True
self.privacy_rules_supported = False
self.blocked_list = []
self.blocked_contacts = []
self.blocked_groups = []
self.blocked_all = False
self.status = ''
self.old_show = ''
self.priority = 0