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/connection.py')
-rw-r--r--src/common/connection.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/connection.py b/src/common/connection.py
index 362631095..74a91c22f 100644
--- a/src/common/connection.py
+++ b/src/common/connection.py
@@ -727,11 +727,11 @@ class Connection(ConnectionHandlers):
gajim.config.set_per('accounts', self.name, 'ssl_fingerprint_sha1',
con.Connection.ssl_fingerprint_sha1)
self._register_handlers(con, con_type)
- con.auth(
- user=name,
- password=self.password,
- resource=self.server_resource,
- sasl=1,
+ con.auth(
+ user=name,
+ password=self.password,
+ resource=self.server_resource,
+ sasl=1,
on_auth=self.__on_auth)
def ssl_certificate_accepted(self):