summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r--data/default_config.cfg11
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