Skip to content
Radosław Szymczyszyn edited this page Nov 7, 2013 · 4 revisions

Have a look around. There's not much here yet, but that will hopefully change in the future. You can help with that, too!

Contents

  • Introduction to Hooks and Handlers is worth reading if you're interested in writing your own modules. It contains:

    • a description of the hooks and handlers mechanism used in MongooseIM and ejabberd to call functions and pass data between various modules,
    • the most useful hooks,
    • an example module registering some handlers as well as creating a custom hook,
    • a list of all the available hooks (and a script to extract it from the source of your version of MIM/ejabberd).
  • Folsom Metrics will give you an overview of the API and data format used by the REST metrics interface of MongooseIM.