From d6d205b9b2d67be35294439a4be5932c805da143 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Sat, 26 Feb 2005 20:25:01 +0000 Subject: [PATCH] we can receive chat presence --- plugins/gtkgui/gtkgui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py index b42608de14..715cbb25ba 100644 --- a/plugins/gtkgui/gtkgui.py +++ b/plugins/gtkgui/gtkgui.py @@ -2710,7 +2710,7 @@ class plugin: def handle_event_notify(self, account, array): #('NOTIFY', account, (jid, status, message, resource, priority, keyID, # role, affiliation, real_jid, reason, actor, statusCode)) - statuss = ['offline', 'error', 'online', 'away', 'xa', 'dnd', 'invisible'] + statuss = ['offline', 'error', 'online', 'chat', 'away', 'xa', 'dnd', 'invisible'] old_show = 0 jid = string.split(array[0], '/')[0] keyID = array[5] -- GitLab