1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-02 17:29:27 +02:00
No description
Find a file
2025-09-30 16:38:23 +02:00
.devcontainer Improve .devcontainer to use use devcontainer image and .vscode 2022-12-13 23:24:01 +01:00
.github Bump Erlang/OTP version to 27.3.4.3 in installers and container 2025-09-24 13:26:55 +02:00
.vscode
_checkouts/configure_deps
config
include Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
lib
m4
man Update man page to 25.08 2025-08-21 17:12:55 +02:00
plugins Rename plugin to not clash with plugin from dep 2020-01-08 10:41:48 +01:00
priv Fix typo in hu.msg string 2025-08-21 16:24:58 +02:00
rel
sql missing comma in postgres schema 2025-07-07 08:28:23 +02:00
src Improve roster API commands documentation 2025-09-30 16:38:23 +02:00
test Update registration test 2025-08-21 09:51:24 +02:00
tools make-binaries: Bump OpenSSL 3.5.3 and Expat 2.7.2 2025-09-24 13:26:57 +02:00
.dockerignore
.gitignore
.shellcheckrc
autogen.sh
CHANGELOG.md CHANGELOG.md: Update to 25.08 2025-08-22 10:56:06 +02:00
CODE_OF_CONDUCT.md
COMPILE.md COMPILE.md: Mention dependencies and add link to Docs (#4431) 2025-08-13 18:17:26 +02:00
configure.ac Set version to 25.08 2025-08-22 11:15:33 +02:00
configure.bat
CONTAINER.md container.md: Update versions used in ecs container image 2025-09-24 13:26:59 +02:00
CONTRIBUTING.md
CONTRIBUTORS.md
COPYING Update FSF address 2014-02-22 10:27:40 +00:00
cover.spec
ejabberd.doap Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
ejabberd.init.template
ejabberd.service.template
ejabberd.yml.example ejabberd.yml.example: Use HOST_URL_ENCODE to handle case when vhost is non-latin1 2025-08-13 16:49:42 +02:00
ejabberdctl.cfg.example
ejabberdctl.template ejabberdctl: When ping returns pang, return also status code 1 (#4327) 2025-09-24 13:27:04 +02:00
elvis.config Fix some Elvis reports 2025-09-03 12:20:42 +02:00
erlang_ls.config
inetrc
install-sh Grant execution permission to install-sh 2024-01-22 17:29:10 +01:00
Makefile.in add make target test-<group> 2025-06-17 13:18:13 +02:00
mix.exs Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
mix.lock Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
README.md
rebar Rebar/Rebar3: Update binaries to work with Erlang/OTP 25-28 (#4354) 2025-05-28 17:36:07 +02:00
rebar.config Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
rebar.config.script
rebar.lock Update implementation of XEP-0317 Hats to version 0.3.1 (#4380) 2025-09-30 10:00:05 +02:00
rebar3
SECURITY.md Add security policy and reporting guidelines 2024-12-18 15:51:08 +01:00
vars.config.in Update copyright year to 2025 (#4139) 2025-01-03 11:49:37 +01:00


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:

More info can be found in the Installation part of ejabberd Docs.

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.

Security

For information on how to report security vulnerabilities, please refer to the SECURITY.md file. It contains guidelines on how to report vulnerabilities privately and securely, ensuring that any issues are addressed in a timely and confidential manner.

Community

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

License