* `ubuntu-xenial` for Ubuntu 16.04
* `ubuntu-bionic` for Ubuntu 18.04
+Not-so-well-tested values for <osname> include:
+
+ * `devuan-ascii` for Devuan 2.0
+ * `devuan-beowulf` for Devuan 3 (testing)
+
Patches and suggestions for improvement from users of these distributions,
or others, are welcome!
systemctl stop ejabberd.service
---------------------------------------------------------------------------
+
+.(Devuan) Stopping Ejabberd
+---------------------------------------------------------------------------
+service ejabberd stop
+---------------------------------------------------------------------------
++
2. Edit the ejabberd config file.
+
(Debian Jessie) Ejabberd 13.x and 14.x::
##access_max_user_messages: max_user_offline_messages
-----------------------
+
-(Debian Stretch / Ubuntu Xenial) Ejabberd 16.x::
+(Debian Stretch / Ubuntu Xenial / Devuan Ascii) Ejabberd 16.x::
Open `/etc/ejabberd/ejabberd.yml` and make the following
changes:
a. Define your public and private domains in the `hosts` directive. For
##access_max_user_messages: max_user_offline_messages
-----------------------
+
-(Debian Buster / Ubuntu Bionic) Ejabberd 18.x::
+(Debian Buster / Ubuntu Bionic / Devuan Beowulf) Ejabberd 18.x::
Open `/etc/ejabberd/ejabberd.yml` and make the following
changes:
a. Define your public and private domains in the `hosts` directive. For
---------------------------------------------------------------------------
systemctl start ejabberd.service
---------------------------------------------------------------------------
++
+.(Devuan) Starting ejabberd
+---------------------------------------------------------------------------
+service ejabberd start
+---------------------------------------------------------------------------
Create the OpenSRF Jabber users
-------------------------------
# - or -
# make -f Makefile.install ubuntu-bionic
# - or -
+# make -f Makefile.install devuan-ascii
+# - or -
+# make -f Makefile.install devuan-beowulf
+# - or -
# make -f Makefile.install fedora
#
# ---------------------------------------------------------------------
bionic: install_extra_debs install_extra_debs_bionic debian_sys_config
generic_ubuntu: install_debs
+devuan-ascii: debian-stretch
+devuan-beowulf: debian-buster
+
# ------------------------------------------------------------------
# - DEBIAN ---------------------------------------------------------