README
changeset 18 fbe6977b37cc
parent 10 a7575953642d
child 29 23fa36d480fb
equal deleted inserted replaced
17:4a7cf0f5e85c 18:fbe6977b37cc
     1 
     1 
     2 This is a pep module for mcabber. It just provides common message
     2 This is a pep module for mcabber. It just provides common message
     3 listener for other modules like tune, avatar etc.
     3 listener for other modules like tune, avatar etc.
     4 
     4 
     5 This module have no options, just load it before loading modules,
     5 This module have no options, and generally should be loaded
     6 that depend on it.
     6 automatically by other modules.
     7 
       
     8 Note, that you must not unload this module, while other modules,
       
     9 that depend on it are loaded! This may cause segfault. In fact,
       
    10 if you by accident did that, you can load module back and avoid
       
    11 segfault, but you need to reload other modules to re-register
       
    12 their callbacks to this module. Segfault will happen, if you'll
       
    13 try to load/unload depending module while this is not loaded.
       
    14 I'll try to do something about that, but for now be careful.
       
    15 
     7 
    16 INSTALLATION
     8 INSTALLATION
    17 
     9 
    18 To install it, you need:
    10 To install it, you need:
    19 cmake
    11 cmake