Go to file
Badlop 1a63443e02 rebar.config.script: Support relaxed dependency version (#4192)
Instead of adding another element to the tuple, let's reuse the second
element, which was used only by rebar2, and always has ".*" as value.
2024-04-22 18:28:34 +02:00
.devcontainer Improve .devcontainer to use use devcontainer image and .vscode 2022-12-13 23:24:01 +01:00
.github Update Jose to the new 1.11.10 for Erlang/OTP > 23 2024-04-22 18:28:34 +02:00
.vscode Add .vscode files to instruct VSCode how to run ejabberd 2022-12-13 23:24:01 +01:00
_checkouts/configure_deps Fix typos 2022-01-24 08:02:04 +08:00
config Elixir: Fix Elixir 1.17-dev warnings about single-quoted charlists 2024-01-17 10:24:34 +01:00
include Dialyzer: Replace re:mp dirty workaround from 0bbc255 with other less dirty 2024-03-06 15:25:38 +01:00
lib Dialyzer: Update Elixir code to satisfy dialyzer warnings 2024-03-06 15:25:38 +01:00
m4 Fix portability issue with some shells (#3970) 2023-01-09 16:26:36 +01:00
man Update links to SQL files in the man page 2024-02-27 10:06:40 +01:00
plugins Rename plugin to not clash with plugin from dep 2020-01-08 10:41:48 +01:00
priv mod_muc_log: Hide join/leave lines, add method to show them 2024-03-06 15:25:32 +01:00
rel Update copyright year to 2024 (#4139) 2024-01-22 17:29:13 +01:00
sql Update copyright year to 2024 (#4139) 2024-01-22 17:29:13 +01:00
src New ban commands use private storage to keep ban information (#4201) 2024-04-22 18:28:15 +02:00
test Test: Fix some minor compilation warnings 2024-04-19 01:50:42 +02:00
tools make-binaries: Bump OpenSSL to 3.3.0 2024-04-19 01:50:42 +02:00
.dockerignore Dockerfile: Cosmetic changes 2023-06-09 00:01:49 +02:00
.gitignore Ignore .tool-versions in git, this file is used by asdf 2023-06-09 00:01:56 +02:00
.shellcheckrc Disable some shellcheck warnings 2021-12-23 13:57:06 +01:00
CHANGELOG.md CHANGELOG.md: Update to match the newest commits 2024-02-26 16:16:17 +01:00
CODE_OF_CONDUCT.md Fix Remark-lint warnings 2023-02-21 18:14:02 +01:00
COMPILE.md COMPILE.md: Update text about OTP release to match current behaviour 2024-02-27 10:06:39 +01:00
CONTAINER.md fix: invalid CTL_ON_CREATE usage in docker-compose example 2024-04-19 16:14:05 +02:00
CONTRIBUTING.md CONTRIBUTING.md: Fix markdown 2024-04-01 14:26:55 +02:00
CONTRIBUTORS.md CONTRIBUTORS: UTF-8 encode my name 2018-11-19 15:23:35 +01:00
COPYING Update FSF address 2014-02-22 10:27:40 +00:00
Makefile.in Comment ERTS_VSN variable in ejabberdctl when not used (#4194) 2024-04-12 16:41:21 +02:00
README.md README.md: Fix markdown syntax and add docs badge 2024-04-01 14:26:55 +02:00
autogen.sh Force regeneration of configure script 2014-04-18 12:13:17 +02:00
configure.ac Set version to 24.02 2024-02-27 10:32:55 +01:00
configure.bat Switch to rebar build tool 2013-06-13 11:11:02 +02:00
cover.spec Add Coveralls support 2016-03-21 12:01:20 +01:00
ejabberd.doap Update version number from the unreleased 24.01 to 24.02 2024-02-26 16:16:09 +01:00
ejabberd.init.template Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469) 2021-01-11 21:11:20 +01:00
ejabberd.service.template Use the configured user in systemd's ejabberd.service 2021-10-21 16:12:38 +02:00
ejabberd.yml.example Example configuration: Specify s2s shaper 2023-10-16 14:44:01 +02:00
ejabberdctl.cfg.example Set EJABBERD_OPTS back to "", and use previous flags as example 2023-11-15 14:16:53 +01:00
ejabberdctl.template Fix previous commit: shellcheck reported a warning 2024-04-04 15:58:48 +02:00
elvis.config Add Elvis default configuration 2022-12-13 23:24:01 +01:00
erlang_ls.config Add Erlang LS default configuration 2022-12-13 23:24:01 +01:00
inetrc Switch to rebar build tool 2013-06-13 11:11:02 +02:00
install-sh Grant execution permission to install-sh 2024-01-22 17:29:10 +01:00
mix.exs Update p1_acme to git, to support Jose 1.11.10 and Ipv6 support (#4170) 2024-04-22 18:28:34 +02:00
mix.lock Bump ex_doc from 0.31.1 to 0.31.2 2024-04-01 14:26:55 +02:00
rebar Rebar/Rebar3: Update binaries to work with Erlang/OTP 24-27 2024-02-21 16:45:24 +01:00
rebar.config Update p1_acme to git, to support Jose 1.11.10 and Ipv6 support (#4170) 2024-04-22 18:28:34 +02:00
rebar.config.script rebar.config.script: Support relaxed dependency version (#4192) 2024-04-22 18:28:34 +02:00
rebar3 Rebar/Rebar3: Update binaries to work with Erlang/OTP 24-27 2024-02-21 16:45:24 +01:00
vars.config.in vars.config.in: Remove comment that nowadays is obsolete 2024-02-21 16:46:37 +01:00

README.md


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

Check the features in ejabberd.im, ejabberd Docs, ejabberd at ProcessOne, and the list of supported protocols in ProcessOne and XMPP.org.

Installation

There are several ways to install ejabberd:

Documentation

Please check the ejabberd Docs website.

When compiling from source code, you can get some help with:

./configure --help
make help

Once ejabberd is installed, try:

ejabberdctl help
man ejabberd.yml

Development

Bug reports and features are tracked using GitHub Issues, please check CONTRIBUTING for details.

Translations can be improved online using Weblate or in your local machine as explained in Localization.

Documentation for developers is available in ejabberd docs: Developers.

There are nightly builds of ejabberd, both for master branch and for Pull Requests:

Security reports or concerns should preferably be reported privately, please send an email to the address: contact at process-one dot net or some other method from ProcessOne Contact.

For commercial offering and support, including ejabberd Business Edition and Fluux (ejabberd in the Cloud), please check ProcessOne ejabberd page.

Community

There are several places to get in touch with other ejabberd developers and administrators:

License

ejabberd is released under the GNU General Public License v2 (see COPYING), and ejabberd translations under MIT License.