diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index a9873eb3..c7cef3d5 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -1,4 +1,5 @@ [Poezio] + # the server. Make sure the server you're using accepts anonymous authentification server = louiz.org @@ -11,12 +12,22 @@ resource = poezio # the nick you will use when joining a room with no associated nick default_nick = poezio +# Jabber identifiant. Specify it only if you want to connect using an existing +# account on a server. This is optional and useful only for some features, +# like room administration, nickname registration. +# The 'server' option will be ignored if you specify a JID (Jabber identifiant) +# It should be in the form nickname@server.tld +jid = + +# A password is needed only if you specified a jid. It will be ignored otherwise +password = + # the rooms you will join automatically on startup, with associated nickname or not rooms = poezio@conference.codingteam.net:discussion@kikoo.louiz.org # PROXY # set to true if you want to use an http proxy server -# if false, no proxy will be used and the proxy_* settings have no effect +# if false, no proxy will be used and the proxy_* settings will have no effect use_proxy = false proxy_server = proxy_port = @@ -45,7 +56,7 @@ highlight_on = # 0: the notices will NEVER be displayed # n: On any other number, the notices will only be displayed # if the user involved has talked since the last n seconds -# The join messages will be hidden only if hide_exit_join is 0 +# The quit messages will be hidden only if hide_exit_join is 0 # if the value is incorrect, -1 is assumed hide_exit_join = -1 # all quit and join notices will be displayed hide_status_change = 120 # status changes won't be displayed unless |