diff options
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 |