This commit is contained in:
js 2008-07-15 14:39:54 +00:00
parent cf2da2b039
commit 92e9a51fc5
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ class Connection(ConnectionHandlers):
if ((composing_xep == 'XEP-0085' or not composing_xep) \ if ((composing_xep == 'XEP-0085' or not composing_xep) \
and composing_xep != 'asked_once') or \ and composing_xep != 'asked_once') or \
(gajim.capscache.is_supported(contact, (gajim.capscache.is_supported(contact,
xmpp.NS_CHATSTATES) and \ common.xmpp.NS_CHATSTATES) and \
not gajim.capscache.is_supported(contact, not gajim.capscache.is_supported(contact,
'notexistant')): 'notexistant')):
# XEP-0085 # XEP-0085