view mcabber/mcabberrc.example @ 321:59193965f2cb

Convert status messages to/from UTF-8
author Mikael Berthe <mikael@lilotux.net>
date Fri, 15 Jul 2005 19:12:50 +0100
parents 871e53769084
children da138cdebf04 33b8e801ffa6
line wrap: on
line source

# Sample ~/.mcabber/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
ssl = 0
# If you don't know what a resource is, you can leave "mcabber" here.
resource = mcabber
#priority = 3

# 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.
# Default value is 40 seconds.
#pinginterval = 40

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

# History logging
# You can save the messages history: set logging = 1
# You can load (read) the messages history: set load_logs = 1
# Default logging directory (logging_dir) is $HOME/.mcabber/histo/
logging = 1
#load_logs = 1
#logging_dir = /home/mikael/.mcabber/histo/

# External command for events
# You can specify a script or process to be launched when an event occurs.
# For now it is called the following way:
#   $events_command MSG IN jabber@id
# ... when receiving a message.
#events_command = /home/mikael/.mcabber/eventcmd

# Debug logging
# If you want advanced debug, please specify a file here.
# You can enable debug in main.c before compiling mcabber, too.
#debug = /home/mikael/mcabber.log

#  Status messages
# The "message" value will override all others, take care!
#message = Unique message status
#message_avail     = I'm available
#message_free      = I'm free for chat
#message_dnd       = Please do not disturb
#message_notavail  = I'm not available
#message_away      = I'm away
#message_autoaway  = Auto-away (Not yet implemented)

#  The colors
# Colors are: black, red, green, yellow, blue, magenta, cyan, white
#color_background   = blue
#color_general      = white
#color_newmessage   = red
#color_rosternormal = magenta
#color_rosterselect = black
#color_backselected = cyan