From 0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 1 Aug 2012 20:10:00 +0200 Subject: Do not generate invalid jids (e.g. localpart@domainpart/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is in prevision of a sleekxmpp update with JID validation. Also, comment the “server” option in the config file a bit better. --- data/default_config.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 8871de15..ff73ecc4 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -4,7 +4,8 @@ [Poezio] -# the server. Make sure the server you're using accepts anonymous authentification +# The server used for anonymous connection. +# Make sure the server you're using accepts anonymous authentication server = anon.louiz.org # SSL Certificate fingerprint -- cgit v1.2.3