pep.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 20 May 2012 22:15:51 +0300
changeset 29 23fa36d480fb
parent 18 fbe6977b37cc
child 30 a66ed0454ca8
permissions -rw-r--r--
Merge pep modules & use events * merge mood, tune, activity, geoloc, avatar * split them into functionality/ui * tune, geoloc: fix timeout bug * geoloc: fix guard unregistering * tune, mood: fix memleaking delayed info * mood: fix non-publish of offline-delayed data * activity: unregister reply handler on disconnect * fix silly copyright typo * update hgignore * v0.0.3


# 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