diff mcabber/mcabberrc.example @ 429:0bb3d37579aa

Enable proxy support
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Sep 2005 14:53:01 +0200
parents 8154c417d80c
children 39e173645f9c
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sat Sep 10 14:51:57 2005 +0200
+++ b/mcabber/mcabberrc.example	Sat Sep 10 14:53:01 2005 +0200
@@ -19,6 +19,14 @@
 set resource = mcabber
 #set priority = 3
 
+# Proxy
+# mcabber can use a proxy if it supports the CONNECT method
+# The proxy_user/proxy_pass variables are optional.
+#set proxy_host = "proxy-hostname"
+#set proxy_port = 3128
+#set proxy_user = "username"
+#set proxy_pass = "password"
+
 # Keepalive
 # If you need a ping/keepalive to leave your connection open, you
 # can use the pinginterval.  Setting this option to 0 disables the ping.