send jabber:iq:last to bare jid when contact is offline. Fixes #7610

This commit is contained in:
Yann Leboulanger 2014-01-01 22:32:00 +01:00
parent 75a5c69871
commit dc6aa56e6a
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ class VcardWindow:
self.contact.jid)
else:
gajim.connections[self.account].request_last_status_time(
self.contact.jid, self.contact.resource)
self.contact.jid, '')
# do not wait for os_info if contact is not connected or has error
# additional check for observer is needed, as show is offline for him