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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/tcp.py')
-rw-r--r--nbxmpp/tcp.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbxmpp/tcp.py b/nbxmpp/tcp.py
index 7c6b6b7..e661a8c 100644
--- a/nbxmpp/tcp.py
+++ b/nbxmpp/tcp.py
@@ -365,6 +365,8 @@ class TCPConnection(Connection):
self._con.get_socket().shutdown(True, True)
except GLib.Error as error:
self._log.info(error)
+ self._input_closed = True
+ self._output_closed = True
self.state = TCPState.DISCONNECTED
self.notify(signal_name)
self.destroy()