June 2016
Beginner
456 pages
9h 31m
English
Ejabberd comes with various default settings that make it easy to get started. We can install Ejabberd and start using it as soon as installation completes. This works when we are testing our setup, but when we need a production server, we need to make a number of changes to the default installation. Ejabberd provides a central configuration file through which we can easily configure our XMPP installation.
This recipe covers the basic configuration of the Ejabberd server.
Make sure that you have installed the Ejabberd server.
You will need access to a root account or an account with sudo privileges.
Ejabberd configuration files are located under the conf directory in the Ejabberd installation. ...
Read now
Unlock full access