diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-04 01:45:16 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-04 01:45:16 +0000 |
commit | d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1 (patch) | |
tree | b3b2d4f9444c65268fca2c0201aa311767016822 /data | |
parent | d6bb19572e3a5557f1e125b68ec1676cced1448a (diff) | |
download | poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.gz poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.bz2 poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.xz poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.zip |
update e-mail address and README
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 2944f4b1..b299f871 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -11,7 +11,10 @@ server = anon.louiz.org port = 5222 # the resource you will use -resource = poezio +# If it's empty, your resource will be chosen (most likely randomly) by the server +# It is not recommended to use a resource that is easy to guess, because it can lead +# to presence leak. +resource = # the nick you will use when joining a room with no associated nick # If this is empty, the $USER variable will be used |