Installing with apt-get in Debian with postgresql?

Ejabberd is included in the default Debian repository which makes installation very easy. If I install it with apt-get would I be able to add database support like postgresql or use other modules?

You can download the source

You can download the source code of those modules, compile them, and copy the binary files (*.beam, *.so, ...) with the other ejabberd files, enable those features, and restart ejabberd.

Just make sure to use a similar erlang version to compile those modules that the one used by ejabberd to run them. And also make sure to get the modules versions compatible with the ejabberd version you are using.

Syndicate content