pep.rc
changeset 29 23fa36d480fb
parent 18 fbe6977b37cc
child 30 a66ed0454ca8
--- a/pep.rc	Wed Jun 29 19:25:16 2011 +0300
+++ b/pep.rc	Sun May 20 22:15:51 2012 +0300
@@ -1,3 +1,37 @@
 
-module load pep
+# Modules, that provide internal infrastructure, and will
+# be loaded automatically by dependencies:
+#module load pep
+#module load pep_mood
+#moudle load pep_tune
+#module load pep_activity
+#module load pep_geoloc
+#module load pep_avatar
+
+# Minimum interval betweet two publishes. Any too frequent
+# publish requests will be discarded. Set to 0 to disable.
+# (pep_tune option)
+set tune_interval = 10
 
+# Minimum interval between two publishes. Any too frequent
+# publish requests will be discarded. Set to 0 to disable.
+# (pep_geoloc option)
+set geoloc_interval = 5
+
+module load mood
+
+module load tune
+
+module load activity
+
+module load geoloc
+
+# Directory, where avatars will be saved. Avatars are saved by
+# their id (sha1sum of png data), and symlinked by jids.
+# I.e. '12345...679.png' contains png data and 'foo@bar.org' is a 
+# symlink to '12345...679.png'
+set avatar_directory = ~/.mcabber/avatars
+
+module load avatar
+
+# the end