forked from esl/MongooseIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Piotr Nosek edited this page May 19, 2014
·
19 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.
-
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
-
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.