README
changeset 23 2b7060ce1152
parent 11 2f9ffa1c24c5
child 40 fbdae6975352
equal deleted inserted replaced
22:4f45c246856c 23:2b7060ce1152
     2 This is a module, implementing avatar publishing/retrieving via pep/pubsub.
     2 This is a module, implementing avatar publishing/retrieving via pep/pubsub.
     3 This module informs you, when your buddies publish their avatars via pep
     3 This module informs you, when your buddies publish their avatars via pep
     4 and provides command '/avatar' to publish your own. But this is not all.
     4 and provides command '/avatar' to publish your own. But this is not all.
     5 It also will show you buddy's avatar! Yes, it is aalib :)
     5 It also will show you buddy's avatar! Yes, it is aalib :)
     6 
     6 
     7 This module depends on module 'pep'. You must load it prior to this module
     7 This module depends on module 'pep'.
     8 and not unload until you unload this module.
       
     9 
     8 
    10 For this module to actually do something you should set option
     9 For this module to actually do something you should set option
    11 avatars_directory - a place, where your buddy's avatars will be saved.
    10 avatars_directory - a place, where your buddy's avatars will be saved.
    12 
    11 
    13 Note, that currently only pubsub-publishing of avatars is supported
    12 Note, that currently only pubsub-publishing of avatars is supported