diff options
author | mathieui <mathieui@mathieui.net> | 2012-08-01 20:10:00 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-08-01 20:10:00 +0200 |
commit | 0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e (patch) | |
tree | 3f3fd1fab5194da4ebf0f0e980ff0bcfe662dc70 /data | |
parent | f76e80c5fae108d29ba87a495cd92a1f185c1da2 (diff) | |
download | poezio-0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e.tar.gz poezio-0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e.tar.bz2 poezio-0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e.tar.xz poezio-0cb39b32a4ee3a2f86f6db6d2354836bcf68a33e.zip |
Do not generate invalid jids (e.g. localpart@domainpart/)
This is in prevision of a sleekxmpp update with JID validation.
Also, comment the “server” option in the config file a bit better.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
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 |