From 223344f4ec8d3ab83007f734d65e3d41c93ab0b8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 07 Feb 2008 16:02:22 +0000 Subject: add some words about the register flag --- diff --git a/src/server_plugin.py b/src/server_plugin.py index a80ba9c..4a32042 100644 --- a/src/server_plugin.py +++ b/src/server_plugin.py @@ -306,7 +306,11 @@ class ServerPlugin(TelepathyPlugin): """Override TelepathyPlugin implementation to manage connection errors due to authentication problem. If the connection fails because of an authentication error that's probably because the account isn't - registered yet on the server. So we try to register it.""" + registered yet on the server. So we try to register it. + If it fails because any other reason we unset the register flag so futur + connection attempts won't try to register until we got a new + authentication error. This should properly handle the "XO having to use + different jabber servers" use case.""" if status == self._conn_status: return -- cgit v0.9.1