comparison mcabber/mcabberrc.example @ 113:8ac67e951eab

[/trunk] Changeset 127 by mikael * Add a "hooks" layer. Hooks are used when multiples operations should be done when an event araises. For example message in/out, status change... 2 more files; Makefile updated. * Logging is ready. * Add 2 options: - "logging" (bool): enable/disable history logging - "logging_dir" (char): root dir for logging files * Document pinginterval (keepalive) in the sample config file. * Send keepalive only when online.
author mikael
date Sun, 24 Apr 2005 20:24:18 +0000
parents f600615c490d
children 8d7e31d37bec
comparison
equal deleted inserted replaced
112:edb5591e2e64 113:8ac67e951eab
10 server = your.jabber.server 10 server = your.jabber.server
11 #port = 5222 11 #port = 5222
12 resource = yourresource 12 resource = yourresource
13 ssl = 0 13 ssl = 0
14 14
15 # Keepalive
16 # If you need a ping/keepalive to leave your connection open, you
17 # can use the pinginterval. Setting this option to 0 disables the ping.
18 # Default value is 40 seconds.
19 #pinginterval = 40
20 pinginterval = 0
21
15 # Set hide_offline_buddies to 1 to display only connected buddies 22 # Set hide_offline_buddies to 1 to display only connected buddies
16 # in the roster. 23 # in the roster.
17 #hide_offline_buddies = 0 24 #hide_offline_buddies = 0
25
26 # History logging
27 # You can save the messages history: set logging = 1
28 # Default logging directory (logging_dir) is $HOME/.mcabber/
29 logging = 1
30 # logging_dir = /home/mikael/.mcabber/
31
18 32
19 # The colors 33 # The colors
20 # NOTE: the following settings may or may not be used currently... :) 34 # NOTE: the following settings may or may not be used currently... :)
21 35
22 # Colors are: black, red, green, yellow, blue, magenta, cyan, white 36 # Colors are: black, red, green, yellow, blue, magenta, cyan, white