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:
authorMatthew Wild <mwild1@gmail.com>2012-03-18 03:02:27 +0400
committerMatthew Wild <mwild1@gmail.com>2012-03-18 03:02:27 +0400
commitca1dcabb28a008e149ecb97185270ed6e83af53d (patch)
treec9f18822c27db54a068e1e3680a1a8f26723c6ab
parenta86bbcb7d02e08ae945ad6dfc2f452e585ca2e23 (diff)
client_nb: Call auth callback even when resuming, to establish things like ping timers. Fixes #7091
-rw-r--r--src/common/xmpp/client_nb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xmpp/client_nb.py b/src/common/xmpp/client_nb.py
index 608be0fa6..97d5ec567 100644
--- a/src/common/xmpp/client_nb.py
+++ b/src/common/xmpp/client_nb.py
@@ -530,6 +530,7 @@ class NonBlockingClient:
sm.set_owner(self)
self.Dispatcher.sm = sm
nb_bind.PlugIn(self)
+ self.on_auth(self, 'sasl')
return
nb_bind.PlugIn(self)