mcabber/mcabberrc.example
changeset 113 8ac67e951eab
parent 87 f600615c490d
child 139 8d7e31d37bec
--- 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... :)