pep.rc
changeset 29 23fa36d480fb
parent 18 fbe6977b37cc
child 30 a66ed0454ca8
equal deleted inserted replaced
28:c035fbbab184 29:23fa36d480fb
     1 
     1 
     2 module load pep
     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
     3 
    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 tune_interval = 10
       
    15 
       
    16 # Minimum interval between two publishes. Any too frequent
       
    17 # publish requests will be discarded. Set to 0 to disable.
       
    18 # (pep_geoloc option)
       
    19 set geoloc_interval = 5
       
    20 
       
    21 module load mood
       
    22 
       
    23 module load tune
       
    24 
       
    25 module load activity
       
    26 
       
    27 module load geoloc
       
    28 
       
    29 # Directory, where avatars will be saved. Avatars are saved by
       
    30 # their id (sha1sum of png data), and symlinked by jids.
       
    31 # I.e. '12345...679.png' contains png data and 'foo@bar.org' is a 
       
    32 # symlink to '12345...679.png'
       
    33 set avatar_directory = ~/.mcabber/avatars
       
    34 
       
    35 module load avatar
       
    36 
       
    37 # the end