25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-10-31 15:21:38 +01:00
Go to file
2024-10-28 16:34:22 +01:00
_checkouts/configure_deps
.devcontainer
.github CI: Get again continue-on-error for XMPP Interop Tests 2024-10-28 12:06:53 +01:00
.vscode .vscode/launch.json: Experimental support for debugging with Neovim 2024-08-26 15:48:32 +02:00
config
include Minor improvements to support mod_tombstones 2024-10-28 12:06:48 +01:00
lib
m4
man Remove mod_tombstone from man, it's in ejabberd-contrib (thanks to Licaon_Kter) 2024-10-28 16:34:22 +01:00
plugins
priv Update Spanish and Catalan translations 2024-10-28 13:35:49 +01:00
rel
sql
src Add two more version notes 2024-10-28 13:50:02 +01:00
test
tools make-binaries: Bump Erlang/OTP version to 26.2.5.4 2024-10-09 15:37:47 +02:00
.dockerignore
.gitignore
.shellcheckrc
autogen.sh
CHANGELOG.md
CODE_OF_CONDUCT.md
COMPILE.md
configure.ac
configure.bat
CONTAINER.md
CONTRIBUTING.md
CONTRIBUTORS.md
COPYING
cover.spec
ejabberd.doap Result of running "make doap options" 2024-10-28 12:06:55 +01:00
ejabberd.init.template
ejabberd.service.template
ejabberd.yml.example ejabberd.yml.example: Enable mod_s2s_bidi in default configuration 2024-10-28 12:06:56 +01:00
ejabberdctl.cfg.example
ejabberdctl.template ejabberdctl: If ERLANG_NODE lacks host, add hostname (#4288) 2024-10-11 11:49:34 +02:00
elvis.config elvis.config: Fix file syntax, set vim mode, disable many tests 2024-08-26 15:48:32 +02:00
erlang_ls.config erlang_ls.config: Let it find paths, update to Erlang 26, enable crossref 2024-08-26 15:48:32 +02:00
inetrc
install-sh
Makefile.in Makefile: Add support for "make elvis" when using rebar3 2024-08-26 15:48:32 +02:00
mix.exs Update dependencies 2024-10-28 16:21:44 +01:00
mix.lock Update dependencies 2024-10-28 16:21:44 +01:00
README.md
rebar
rebar3
rebar.config Update dependencies 2024-10-28 16:21:44 +01:00
rebar.config.script
rebar.lock Update dependencies 2024-10-28 16:21:44 +01:00
vars.config.in


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.