June 2016
Intermediate to advanced
152 pages
3h 30m
English
Currently there are a number of Open Source XMPP/Jabber server projects available with their own individual strengths and weaknesses. For this chapter, we're going to look at ejabberd, which is an extremely powerful and flexible option that has great online documentation. The code for ejabberd is written in Erlang, which is a language created for writing distributed, fault tolerant code. While we will not be taking advantage of the native clustering of ejabberd, it does exist for future expansion.
sudo apt-get install ejabberd
sudo chown root:ejabberd /usr/lib/ejabberd/priv/bin/epam sudo chmod 4750 /usr/lib/ejabberd/priv/bin/epam ...
Read now
Unlock full access