This commit is contained in:
mathieui 2012-02-23 18:13:41 +01:00
parent fb9767a803
commit ae6fa61b84

View file

@ -1383,6 +1383,8 @@ class Core(object):
jid, type, status = args[0], args[1], args[2]
else:
return
if jid == '.' and isinstance(self.current_tab(), tabs.ChatTab):
jid = self.current_tab().get_name()
if type == 'available':
type = None
try: