Go to file
Holger Weiss b017207ac1 mod_admin_extra: Handle empty roster group names
Don't let 'add_rosteritem' create a roster group with an empty name.

Thanks to Licaon_Kter for reporting the issue.
2022-09-09 18:27:49 +02:00
.devcontainer
.github Container: Don't complain if the bin/ directory already exists 2022-09-07 13:59:20 +02:00
_checkouts/configure_deps
config
examples
include mod_roster: Change hook type from #roster{} to #roster_item{} 2022-08-11 12:45:20 +02:00
lib
m4
man
plugins
priv
rel
sql
src mod_admin_extra: Handle empty roster group names 2022-09-09 18:27:49 +02:00
test
tools make-packages: Fix permissions on RPM systems 2022-08-21 15:48:28 +02:00
.dockerignore feat: do not clone repo inside container build 2022-09-07 10:57:55 +02:00
.gitignore
.shellcheckrc
CHANGELOG.md
CODE_OF_CONDUCT.md
COMPILE.md
CONTAINER.md Add more examples of podman usage 2022-09-07 14:00:42 +02:00
CONTRIBUTING.md
CONTRIBUTORS.md
COPYING
Makefile.in
README.md
autogen.sh
configure.ac
configure.bat
cover.spec
ejabberd.init.template
ejabberd.service.template
ejabberd.yml.example
ejabberdctl.cfg.example
ejabberdctl.template
inetrc
install-sh
mix.exs mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespaces 2022-08-12 10:53:53 +02:00
mix.lock
rebar
rebar.config Add definition to detect OTP older than 25, used by ejabberd_auth_http 2022-09-01 13:02:52 +02:00
rebar.config.script
rebar3
vars.config.in

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 a list of supported protocols and XEPs.

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.

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.