Skip to content
Piotr Nosek edited this page May 19, 2014 · 20 revisions

Have a look around. We're currently intensively working on improving MongooseIM documentation. Sections below will help you get started with installation, deployment and development of our scalable XMPP solution.

Contents

  • Get to know MongooseIM contains the overview of our application, its architecture and deployment strategies.

  • Getting started is a step by step guide on how to:

    • build MongooseIM on supported OS
    • perform basic configuration
    • use main administration script: mongooseim
  • Configuration

  • Security

  • Clustering

  • 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.

Clone this wiki locally