Skip to content
Snippets Groups Projects
Commit bc4761b0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

do not request XEP-0012 when there are several resources

parent 7b7bf4aa
No related branches found
No related tags found
No related merge requests found
......@@ -417,8 +417,6 @@ class VcardWindow:
c.resource)
gobject.idle_add(gajim.connections[self.account].\
request_entity_time, c.jid, c.resource)
gajim.connections[self.account].request_last_status_time(c.jid,
c.resource)
self.os_info[i] = {'resource': c.resource, 'client': '',
'os': ''}
self.time_info[i] = {'resource': c.resource, 'time': ''}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment