Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2014-01-02 01:32:00 +0400
committerYann Leboulanger <asterix@lagaule.org>2014-01-02 01:32:00 +0400
commitaf4a294fe3cdae745d23d64456b4aef4f479e896 (patch)
treef2ec93b77e7b9d9568fa4cc0711b52f25cb990fc
parent4fb9105acbe2746d7722e06f28a680cd77056e0f (diff)
send jabber:iq:last to bare jid when contact is offline. Fixes #7610
-rw-r--r--src/vcard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcard.py b/src/vcard.py
index c402d373d..42046a884 100644
--- a/src/vcard.py
+++ b/src/vcard.py
@@ -438,7 +438,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