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:
Diffstat (limited to 'src/common/xmpp/session.py')
-rw-r--r--src/common/xmpp/session.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/session.py b/src/common/xmpp/session.py
index b61e4f6de..174a6a981 100644
--- a/src/common/xmpp/session.py
+++ b/src/common/xmpp/session.py
@@ -348,3 +348,5 @@ class Session:
Note that some features (like TLS and SASL)
requires stream re-start so this state can have non-linear changes. """
if self._stream_state<newstate: self._stream_state=newstate
+
+# vim: se ts=3: \ No newline at end of file