diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-15 11:59:09 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-15 11:59:09 +0000 |
commit | f4d4a205f136c6373c415657dd35b4f078f25c69 (patch) | |
tree | 8acda5955bd6dd93e50c9fc8926cc511b38d01a5 /data/default_config.cfg | |
parent | de7c007a22fc9f8b6aa9ddd94e55ec4f2b13c71d (diff) | |
download | poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.gz poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.bz2 poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.tar.xz poezio-f4d4a205f136c6373c415657dd35b4f078f25c69.zip |
a few renamings, and some other stuff
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 5d1ddd5e..aaa607b2 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -17,7 +17,7 @@ port = 5222 resource = # the nick you will use when joining a room with no associated nick -# If this is empty, the $USER variable will be used +# If this is empty, the $USER environn<ement variable will be used default_nick = # Jabber identifiant. Specify it only if you want to connect using an existing @@ -35,15 +35,6 @@ password = # default_nick will be used if "/nickname" is not specified rooms = poezio@conference.codingteam.net -# PROXY -# set to true if you want to use an http proxy server -# if false, no proxy will be used and the proxy_* settings will have no effect -use_proxy = false -proxy_server = -proxy_port = -proxy_user = -proxy_password = - # the completion type you will use to complete nicknames # if "normal", complete the entire name to the first available completion # and then cycle through the possible completion with the next TABs |