Go to file
Paweł Chmielowski 8f20dd8425 Test retractons in mam_tests 2024-03-18 12:42:03 +01:00
.devcontainer Improve .devcontainer to use use devcontainer image and .vscode 2022-12-13 23:24:01 +01:00
.github Revert "CI: Don't run CT with OTP 27 until "Peer certificate rejected" gets solved" 2024-02-27 10:06:34 +01:00
.vscode
_checkouts/configure_deps
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
man Update links to SQL files in the man page 2024-02-27 10:06:40 +01:00
plugins
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 Fix crash running export2sql when MAM enabled but MUC disabled 2024-03-07 18:38:32 +01:00
test Test retractons in mam_tests 2024-03-18 12:42:03 +01:00
tools Dialyzer: Replace re:mp dirty workaround from 0bbc255 with other less dirty 2024-03-06 15:25:38 +01:00
.dockerignore
.gitignore Ignore .tool-versions in git, this file is used by asdf 2023-06-09 00:01:56 +02:00
.shellcheckrc
CHANGELOG.md CHANGELOG.md: Update to match the newest commits 2024-02-26 16:16:17 +01:00
CODE_OF_CONDUCT.md
COMPILE.md COMPILE.md: Update text about OTP release to match current behaviour 2024-02-27 10:06:39 +01:00
CONTAINER.md CHANGELOG.md: Lower markdown headers level so they get better rendered 2024-02-26 16:16:00 +01:00
CONTRIBUTING.md CONTRIBUTING.md: Remove anchor with name attribute 2024-02-26 16:15:58 +01:00
CONTRIBUTORS.md
COPYING
COPYING.md Copy from COPYING the sentence about OpenSSL additional permission 2024-03-07 18:38:32 +01:00
Makefile.in Dialyzer: Add support to run Dialyzer with Mix 2024-03-06 15:25:38 +01:00
README.md README.md: Fix typo in link to COPYING file: its name is plain-text, not markdown 2024-02-26 16:16:03 +01:00
autogen.sh
configure.ac Set version to 24.02 2024-02-27 10:32:55 +01:00
configure.bat
cover.spec
ejabberd.doap Update version number from the unreleased 24.01 to 24.02 2024-02-26 16:16:09 +01:00
ejabberd.init.template
ejabberd.service.template
ejabberd.yml.example
ejabberdctl.cfg.example
ejabberdctl.template ejabberdctl: Fix problem when running ejabberdctl in container 2024-02-09 14:12:08 +01:00
elvis.config
erlang_ls.config
inetrc
install-sh Grant execution permission to install-sh 2024-01-22 17:29:10 +01:00
mix.exs Dialyzer: Add support to run Dialyzer with Mix 2024-03-06 15:25:38 +01:00
mix.lock Dialyzer: Add support to run Dialyzer with Mix 2024-03-06 15:25:38 +01:00
rebar Rebar/Rebar3: Update binaries to work with Erlang/OTP 24-27 2024-02-21 16:45:24 +01:00
rebar.config Update deps 2024-02-26 17:26:30 +01:00
rebar.config.script rebar.config.script: Don't check REBAR_PROFILE here 2024-02-21 16:46:37 +01: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.