Reverting a change that broke chatstates, expecially paused.

This commit is contained in:
Travis Shirk 2005-10-24 02:18:51 +00:00
parent 3de34c3a79
commit d1840ef508
1 changed files with 0 additions and 2 deletions

View File

@ -433,8 +433,6 @@ class Interface:
if chatstate is not None: # he sent us reply, so he supports jep85
if contact.chatstate == 'ask': # we were jep85 disco?
contact.chatstate = 'active' # no more
else:
contact.chatstate = chatstate
chat_win.handle_incoming_chatstate(account, jid, chatstate)
elif contact.chatstate != 'active':