comparison mcabber/mcabberrc.example @ 659:e61aa455c61b

MUC: Add "nickname" option variable The nickname is now optional in the "/room join" command. The default nickname is the "nickname" option value; if there is none, the jid username is used.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 08 Jan 2006 01:25:58 +0100
parents d4119cb85aeb
children ae7016aae014
comparison
equal deleted inserted replaced
658:5d71d1f8887e 659:e61aa455c61b
20 #set port = 5222 20 #set port = 5222
21 set ssl = 0 21 set ssl = 0
22 # If you don't know what a resource is, you can leave "mcabber" here. 22 # If you don't know what a resource is, you can leave "mcabber" here.
23 set resource = mcabber 23 set resource = mcabber
24 #set priority = 3 24 #set priority = 3
25
26 # Conference nickname
27 # This nickname is used when joining a room, when no nick is explicitly
28 # specified by the user. Note that when the nickname option is not set,
29 # the username variable can be used.
30 #set nickname = Abitbol
25 31
26 # Proxy 32 # Proxy
27 # mcabber can use a proxy if it supports the CONNECT method 33 # mcabber can use a proxy if it supports the CONNECT method
28 # The proxy_user/proxy_pass variables are optional. 34 # The proxy_user/proxy_pass variables are optional.
29 #set proxy_host = "proxy-hostname" 35 #set proxy_host = "proxy-hostname"