comparison mcabber/mcabberrc.example @ 169:0ed6099b5a54

[/trunk] Changeset 181 by mikael * Default logging directory is now "$HOME/.mcabber/histo/" * Default configuration file is now "$HOME/.mcabber/mcabberrc" (~/.mcabberrc should still work) * Switch parsecfg.c to glib
author mikael
date Wed, 04 May 2005 19:33:03 +0000
parents 43cef0f5339d
children a51ce78a0e2a
comparison
equal deleted inserted replaced
168:6ad156673b19 169:0ed6099b5a54
1 # Sample ~/.mcabberrc file 1 # Sample ~/.mcabber/mcabberrc file
2 2
3 # The jid will be the following: username@server/resource 3 # The jid will be the following: username@server/resource
4 # If password is not given, it will be interactively asked for. 4 # If password is not given, it will be interactively asked for.
5 # If port is not given, default Jabber port will be used. 5 # If port is not given, default Jabber port will be used.
6 # Use ssl = 1 to enable SSL 6 # Use ssl = 1 to enable SSL
23 # in the roster. 23 # in the roster.
24 #hide_offline_buddies = 0 24 #hide_offline_buddies = 0
25 25
26 # History logging 26 # History logging
27 # You can save the messages history: set logging = 1 27 # You can save the messages history: set logging = 1
28 # Default logging directory (logging_dir) is $HOME/.mcabber/ 28 # Default logging directory (logging_dir) is $HOME/.mcabber/histo/
29 logging = 1 29 logging = 1
30 #logging_dir = /home/mikael/.mcabber/ 30 #logging_dir = /home/mikael/.mcabber/histo/
31 31
32 # External command for events 32 # External command for events
33 # You can specify a script or process to be launched when an event occurs. 33 # You can specify a script or process to be launched when an event occurs.
34 # For now it is called the following way: 34 # For now it is called the following way:
35 # $events_command MSG IN jabber@id 35 # $events_command MSG IN jabber@id