mcabber/mcabberrc.example
changeset 62 db2a1826bafa
child 70 5b1249ce812d
equal deleted inserted replaced
61:5e1577acc8e7 62:db2a1826bafa
       
     1 # Sample .mcabberrc file
       
     2 
       
     3 # The jid will be the following: username@server/resource
       
     4 
       
     5 username = yourusername
       
     6 password = yourpassword
       
     7 server = your.jabber.server
       
     8 port = 5222
       
     9 resource = yourresource
       
    10 
       
    11 
       
    12 #  The colors
       
    13 # Note: the following settings may or may not be used currently... :)
       
    14 
       
    15 # Colors are: black, red, green, yellow, blue, magenta, cyan, white
       
    16 color_background = blue
       
    17 color_backselected = cyan
       
    18 color_borderlines = white
       
    19 color_jidonlineselected = black
       
    20 color_jidonline = green
       
    21 color_jidofflineselected = red
       
    22 color_jidoffline = red
       
    23 color_text = white