diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 8e198d3de..df6d92564 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -1033,9 +1033,9 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco) self.awaiting_answers = {} # List of IDs that will produce a timeout is answer doesn't arrive # {time_of_the_timeout: (id, message to send to gui), } - self.awaiting_timeouts = {} - # keep the jids we auto added (transports contacts) to not send the - # SUBSCRIBED event to gui + self.awaiting_timeouts = {} + # keep the jids we auto added (transports contacts) to not send the + # SUBSCRIBED event to gui self.automatically_added = [] try: idle.init() @@ -1348,7 +1348,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco) timestamp = None is_gc = False # is it a GC presence ? sigTag = None - avatar_sha = None + avatar_sha = None transport_auto_auth = False xtags = prs.getTags('x') for x in xtags: @@ -1362,11 +1362,11 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco) # JEP-0091 tim = prs.getTimestamp() tim = time.strptime(tim, '%Y%m%dT%H:%M:%S') - timestamp = time.localtime(timegm(tim)) - if x.getNamespace() == 'http://delx.cjb.net/protocol/roster-subsync': - # see http://trac.gajim.org/ticket/326 - agent = gajim.get_server_from_jid(jid_stripped) - if self.connection.getRoster().getItem(agent): # to be sure it's a transport contact + timestamp = time.localtime(timegm(tim)) + if x.getNamespace() == 'http://delx.cjb.net/protocol/roster-subsync': + # see http://trac.gajim.org/ticket/326 + agent = gajim.get_server_from_jid(jid_stripped) + if self.connection.getRoster().getItem(agent): # to be sure it's a transport contact transport_auto_auth = True no_log_for = gajim.config.get_per('accounts', self.name,