1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00
No description
Find a file
Pawel Chmielowski e4d424bf56 Add auth_password_types_hidden_in_scram1 option
This option allows disabling some auth mechanisms
to be offered in SASL1 features. This makes adding
new password types easier, by ensuring that new
password use will be offered only to clients that
have new type stored (SASL2 clients that send us
user info before features need to be sent), but
not to clients where we don't know if they have
new passwords.
2025-07-10 16:52:13 +02:00
.devcontainer Improve .devcontainer to use use devcontainer image and .vscode 2022-12-13 23:24:01 +01:00
.github Bump Erlang/OTP 27.3.4.1 for container image too 2025-07-10 10:58:10 +02:00
.vscode Fix support for compiling in VSCode 2025-01-21 13:45:28 +01:00
_checkouts/configure_deps Fix typos 2022-01-24 08:02:04 +08:00
config Add ExSync tool to "make relive" with Mix 2024-04-30 18:00:06 +02:00
include Replace options rtbl_host and rtbl_domains_node with rtbl_services 2025-07-07 17:42:05 +02:00
lib Improve example Elixir modules 2024-11-25 16:20:19 +01:00
m4 Fix portability issue with some shells (#3970) 2023-01-09 16:26:36 +01:00
man Update man page to 25.04 2025-04-16 13:44:13 +02:00
plugins Rename plugin to not clash with plugin from dep 2020-01-08 10:41:48 +01:00
priv Update Ukrainian translation (thanks to Максим Горпиніч) 2025-07-10 10:58:15 +02:00
rel Add some apps to rebar2 OTP releases 2025-03-27 22:07:04 +01:00
sql missing comma in postgres schema 2025-07-07 08:28:23 +02:00
src Add auth_password_types_hidden_in_scram1 option 2025-07-10 16:52:13 +02:00
test Replace options rtbl_host and rtbl_domains_node with rtbl_services 2025-07-07 17:42:05 +02:00
tools Bump Erlang/OTP 27.3.4.1, Elixir 1.18.4, libexpat 2.7.1, OpenSSL 3.5.1 2025-07-08 12:42:44 +02:00
.dockerignore Dockerfile: Cosmetic changes 2023-06-09 00:01:49 +02:00
.gitignore .gitignore: Ignore ctags/etags files 2024-05-19 18:55:38 +02:00
.shellcheckrc Disable some shellcheck warnings 2021-12-23 13:57:06 +01:00
autogen.sh Force regeneration of configure script 2014-04-18 12:13:17 +02:00
CHANGELOG.md CHANGELOG: Fix typos 2025-04-16 13:44:13 +02:00
CODE_OF_CONDUCT.md Update moved or broken URLs in documentation 2025-03-20 12:52:52 +01:00
COMPILE.md Raise the minimum Elixir tested version to 1.14.0 (#4281) 2025-04-22 12:27:10 +02:00
configure.ac Allow to specify minimal erlang version using --with-min-erlang in configure 2025-04-28 13:58:40 +02:00
configure.bat Switch to rebar build tool 2013-06-13 11:11:02 +02:00
CONTAINER.md Bump Erlang/OTP 27.3.4.1 for container image too 2025-07-10 10:58:10 +02:00
CONTRIBUTING.md Update moved or broken URLs in documentation 2025-03-20 12:52:52 +01: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
cover.spec Add Coveralls support 2016-03-21 12:01:20 +01:00
ejabberd.doap Update doap with info about xep-0486 2025-07-08 20:13:56 +02:00
ejabberd.init.template Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469) 2021-01-11 21:11:20 +01:00
ejabberd.service.template Disable the systemd watchdog by default 2024-11-05 15:37:21 +01:00
ejabberd.yml.example mod_adhoc_api: New module to execute API Commands using Ad-Hoc Commands 2025-03-19 10:39:53 +01:00
ejabberdctl.cfg.example New ejabberdctl option CTL_OVER_HTTP 2025-03-12 18:18:03 +01:00
ejabberdctl.template ejabberdctl: Add backward support for mnesia path with nodename (#4366) 2025-04-01 12:35:51 +02:00
elvis.config Update Elvis to 4.1.1, fix some warnings and enable their tests 2025-06-16 16:59:43 +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 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
Makefile.in add make target test-<group> 2025-06-17 13:18:13 +02:00
mix.exs Update fast_tls with updated deps 2025-07-09 17:13:17 +02:00
mix.lock build(deps-dev): bump ex_doc from 0.37.3 to 0.38.2 2025-06-17 13:02:01 +02:00
README.md Update moved or broken URLs in documentation 2025-03-20 12:52:52 +01:00
rebar Rebar/Rebar3: Update binaries to work with Erlang/OTP 25-28 (#4354) 2025-05-28 17:36:07 +02:00
rebar.config Add auth_password_types_hidden_in_scram1 option 2025-07-10 16:52:13 +02:00
rebar.config.script Update copyright year to 2025 (#4139) 2025-01-03 11:49:37 +01:00
rebar.lock Add auth_password_types_hidden_in_scram1 option 2025-07-10 16:52:13 +02:00
rebar3 Rebar/Rebar3: Update binaries to work with Erlang/OTP 25-28 (#4354) 2025-05-28 17:36:07 +02:00
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