ejabberd_dev

A package to help with building ejabberd modules. This package includes source and header files from the ejabberd project that are necessary in order to build a gen_mod module.


License
GPL-2.0+

Documentation

Ejabberd Dev

ejabberd_dev is an helper library containing include files from the ejabberd project.

This project allows you to use the mix build tool to compile your modules.

Usage

Add the package to your mix.exs file.

# mix.exs
def deps do
  [{:ejabberd_dev, "~> 15.9.0"}]
end

Get the dependencies and compile

mix do deps.get, compile

The compiled beam files will be placed in _build/<Mix.env>/lib/<project>/ebin