view mcabber/mcabberrc.example @ 89:d39f15683c34

[/trunk] Changeset 103 by mikael * Can now use a TYPE mask combination. * Add roster_settype() and roster_gettype().
author mikael
date Mon, 18 Apr 2005 17:14:12 +0000
parents f600615c490d
children 8ac67e951eab
line wrap: on
line source

# Sample ~/.mcabberrc file

# The jid will be the following: username@server/resource
# If password is not given, it will be interactively asked for.
# If port is not given, default Jabber port will be used.
# Use ssl = 1 to enable SSL

username = yourusername
#password = yourpassword
server = your.jabber.server
#port = 5222
resource = yourresource
ssl = 0

# Set hide_offline_buddies to 1 to display only connected buddies
# in the roster.
#hide_offline_buddies = 0

#  The colors
# NOTE: the following settings may or may not be used currently... :)

# Colors are: black, red, green, yellow, blue, magenta, cyan, white
color_background = blue
color_backselected = cyan
color_borderlines = white
color_jidonlineselected = black
color_jidonline = green
color_jidofflineselected = red
color_jidoffline = red
color_text = white