mcabber/mcabberrc.example
changeset 429 0bb3d37579aa
parent 405 8154c417d80c
child 453 39e173645f9c
equal deleted inserted replaced
428:4470868f90e5 429:0bb3d37579aa
    16 #set port = 5222
    16 #set port = 5222
    17 set ssl = 0
    17 set ssl = 0
    18 # If you don't know what a resource is, you can leave "mcabber" here.
    18 # If you don't know what a resource is, you can leave "mcabber" here.
    19 set resource = mcabber
    19 set resource = mcabber
    20 #set priority = 3
    20 #set priority = 3
       
    21 
       
    22 # Proxy
       
    23 # mcabber can use a proxy if it supports the CONNECT method
       
    24 # The proxy_user/proxy_pass variables are optional.
       
    25 #set proxy_host = "proxy-hostname"
       
    26 #set proxy_port = 3128
       
    27 #set proxy_user = "username"
       
    28 #set proxy_pass = "password"
    21 
    29 
    22 # Keepalive
    30 # Keepalive
    23 # If you need a ping/keepalive to leave your connection open, you
    31 # If you need a ping/keepalive to leave your connection open, you
    24 # can use the pinginterval.  Setting this option to 0 disables the ping.
    32 # can use the pinginterval.  Setting this option to 0 disables the ping.
    25 # Default value is 40 seconds.
    33 # Default value is 40 seconds.