we can receive chat presence

This commit is contained in:
Yann Leboulanger 2005-02-26 20:25:01 +00:00
parent e72398e268
commit d6d205b9b2
1 changed files with 1 additions and 1 deletions

View File

@ -2710,7 +2710,7 @@ class plugin:
def handle_event_notify(self, account, array): def handle_event_notify(self, account, array):
#('NOTIFY', account, (jid, status, message, resource, priority, keyID, #('NOTIFY', account, (jid, status, message, resource, priority, keyID,
# role, affiliation, real_jid, reason, actor, statusCode)) # 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 old_show = 0
jid = string.split(array[0], '/')[0] jid = string.split(array[0], '/')[0]
keyID = array[5] keyID = array[5]