reset last_incoming value when we connect
This commit is contained in:
parent
f2cedc68a3
commit
a99c509b24
|
@ -712,6 +712,7 @@ class Connection:
|
|||
return None
|
||||
if auth:
|
||||
con.initRoster()
|
||||
self.last_incoming = time.time()
|
||||
self.connected = 2
|
||||
return con # return connection
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue