slackbuilds/network/ejabberd
B. Watson 133fb57380
network/ejabberd: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-20 08:09:10 +07:00
..
README network/ejabberd: Updated for version 24.02. 2024-04-03 10:20:04 +07:00
README.SBo
doinst.sh
ejabberd.SlackBuild network/ejabberd: Replaced backtick cmdsub. 2024-07-20 08:09:10 +07:00
ejabberd.info network/ejabberd: Updated for version 24.02. 2024-04-03 10:20:04 +07:00
rc.ejabberd network/ejabberd: update script. 2023-08-13 07:16:59 +07:00
slack-desc

README

ejabberd is an open-source, robust, scalable and extensible realtime
platform built using Erlang/OTP, that includes XMPP server, MQTT broker
and SIP service.

A user and group "ejabberd" must exist prior to running this script.
To create them run as root:
  groupadd -g 370 ejabberd
  useradd -u 370 -g 370 -s /sbin/nologin -d /var/lib/ejabberd ejabberd

You can enable the following optional features by passing variables to
the script (VAR=yes ejabberd.SlackBuild):

ODBC=yes|no (default: no), enable ODBC support
MYSQL=yes|no (default: no), enable MySQL support
PGSQL=yes|no (default: no), enable PostgreSQL support
SQLITE=yes|no (default: no), enable SQLite support
PAM=yes|no (default: no), enable PAM authentication
REDIS=yes|no (default: no), enable Redis support
SIP=yes|no (default: no), enable SIP support
LUA=yes|no (default: no), enable Lua support (to import from Prosody)
TOOLS=yes|no (default: no), build development tools

rebar3 is needed only at build time.