From 48614d6cf04518a95bad4d9893a63a5c4f99b653 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 6 May 2013 20:20:47 +0200 Subject: Fix #2286 Also fix the copy of the default config if -f is used --- src/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index b72c8d1f..8db237c4 100644 --- a/src/connection.py +++ b/src/connection.py @@ -42,7 +42,7 @@ class Connection(sleekxmpp.ClientXMPP): password = config.get('password', '') or getpass.getpass() else: # anonymous auth self.anon = True - jid = config.get('server', 'anon.louiz.org') + jid = config.get('server', 'anon.jeproteste.info') if resource: jid = '%s/%s' % (jid, resource) password = None -- cgit v1.2.3