pep.rc
changeset 31 e404cd1c7077
parent 30 a66ed0454ca8
child 32 9a6164bc805c
--- a/pep.rc	Mon May 21 03:38:51 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-
-# 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 pep_tune_interval = 10
-
-# Set to non-zero, if paused state should be considered
-# stopped state (and thus publish empty data).
-# (pep_tune option)
-set pep_tune_pause_is_stop = 1
-
-# 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