pep.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 21 May 2012 03:38:51 +0300
changeset 30 a66ed0454ca8
parent 29 23fa36d480fb
permissions -rw-r--r--
Handle 'state' hook argument * handle 'state' argument of 'tune-out' * option 'pep_tune_pause_is_stop' * 'tune_interval' changed to 'pep_tune_interval'


# 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