diff 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
line wrap: on
line diff
--- a/mcabber/mcabberrc.example	Sun Apr 24 17:38:48 2005 +0000
+++ b/mcabber/mcabberrc.example	Sun Apr 24 20:24:18 2005 +0000
@@ -12,10 +12,24 @@
 resource = yourresource
 ssl = 0
 
+# 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
+pinginterval = 0
+
 # 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
+# Default logging directory (logging_dir) is $HOME/.mcabber/
+logging = 1
+# logging_dir = /home/mikael/.mcabber/
+
+
 #  The colors
 # NOTE: the following settings may or may not be used currently... :)