pep.rc
changeset 31 e404cd1c7077
parent 30 a66ed0454ca8
child 32 9a6164bc805c
equal deleted inserted replaced
30:a66ed0454ca8 31:e404cd1c7077
     1 
       
     2 # Modules, that provide internal infrastructure, and will
       
     3 # be loaded automatically by dependencies:
       
     4 #module load pep
       
     5 #module load pep_mood
       
     6 #moudle load pep_tune
       
     7 #module load pep_activity
       
     8 #module load pep_geoloc
       
     9 #module load pep_avatar
       
    10 
       
    11 # Minimum interval betweet two publishes. Any too frequent
       
    12 # publish requests will be discarded. Set to 0 to disable.
       
    13 # (pep_tune option)
       
    14 set pep_tune_interval = 10
       
    15 
       
    16 # Set to non-zero, if paused state should be considered
       
    17 # stopped state (and thus publish empty data).
       
    18 # (pep_tune option)
       
    19 set pep_tune_pause_is_stop = 1
       
    20 
       
    21 # Minimum interval between two publishes. Any too frequent
       
    22 # publish requests will be discarded. Set to 0 to disable.
       
    23 # (pep_geoloc option)
       
    24 set geoloc_interval = 5
       
    25 
       
    26 module load mood
       
    27 
       
    28 module load tune
       
    29 
       
    30 module load activity
       
    31 
       
    32 module load geoloc
       
    33 
       
    34 # Directory, where avatars will be saved. Avatars are saved by
       
    35 # their id (sha1sum of png data), and symlinked by jids.
       
    36 # I.e. '12345...679.png' contains png data and 'foo@bar.org' is a 
       
    37 # symlink to '12345...679.png'
       
    38 set avatar_directory = ~/.mcabber/avatars
       
    39 
       
    40 module load avatar
       
    41 
       
    42 # the end