Go to file
Paweł Chmielowski be60263d47 Fix dialyzer warnings in mod_mqtt_bridge 2022-11-24 16:23:37 +01:00
.devcontainer Use the new Github container registry 2021-05-12 11:51:40 +02:00
.github Runtime: Add Elixir 1.14 to the test matrix 2022-11-14 18:45:17 +01:00
_checkouts/configure_deps Fix typos 2022-01-24 08:02:04 +08:00
config Switch "make rel" and "make dev" to paths: conf, database, logs 2022-05-02 13:17:53 +02:00
examples Remove old and obsolete examples/transport-configs/ (#3487) 2021-01-27 17:10:56 +01:00
include Remove unused header files which content is already in xmpp library 2022-09-16 16:34:53 +02:00
lib Fix compilation warnings with Elixir 1.14 2022-11-14 18:45:20 +01:00
m4 Do not check for deprecated types 2018-06-14 18:58:35 +03:00
man Annotate captcha_cmd option, run make options, update man 2022-10-25 12:11:24 +02:00
plugins Rename plugin to not clash with plugin from dep 2020-01-08 10:41:48 +01:00
priv Update German translation (thanks to nautilusx)" 2022-10-24 13:09:23 +02:00
rel Switch "make rel" and "make dev" to paths: conf, database, logs 2022-05-02 13:17:53 +02:00
sql Sync old-to-new schema script with reality (#3790) 2022-03-08 13:56:27 +01:00
src Fix dialyzer warnings in mod_mqtt_bridge 2022-11-24 16:23:37 +01:00
test Update copyright year to 2022 2022-02-11 09:39:25 +01:00
tools make-binaries: reduce log output 2022-11-16 13:41:57 +00:00
.dockerignore feat: do not clone repo inside container build 2022-09-07 10:57:55 +02:00
.gitignore Ignore /doc, generated by tools/check_xep_versions.sh 2022-11-04 16:17:33 +01:00
.shellcheckrc Disable some shellcheck warnings 2021-12-23 13:57:06 +01:00
CHANGELOG.md Annotate captcha_cmd option, run make options, update man 2022-10-25 12:11:24 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-09 14:17:55 +01:00
COMPILE.md Move some content from README to new COMPILE and CONTAINER files 2022-05-04 02:39:30 +02:00
CONTAINER.md Container: Update link to the local example of CTL_ON_CREATE usage 2022-11-07 22:38:55 +01:00
CONTRIBUTING.md Remove .travis.yml as it's superseded by ci.yml (#3613) 2021-05-25 19:16:06 +02: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
Makefile.in Add DOAP script to Makefile 2022-11-04 16:17:37 +01:00
README.md Add link in README to the ProcessOne Downloads page 2022-11-07 18:56:53 +01:00
autogen.sh Force regeneration of configure script 2014-04-18 12:13:17 +02:00
configure.ac Bump version 2022-10-25 10:35:00 +02:00
configure.bat Switch to rebar build tool 2013-06-13 11:11:02 +02:00
cover.spec Add Coveralls support 2016-03-21 12:01:20 +01:00
ejabberd.doap Run "make doap" 2022-11-07 18:56:46 +01:00
ejabberd.init.template Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469) 2021-01-11 21:11:20 +01:00
ejabberd.service.template Use the configured user in systemd's ejabberd.service 2021-10-21 16:12:38 +02:00
ejabberd.yml.example New listener for encrypted ejabberd_c2s 2021-02-02 15:25:19 +01:00
ejabberdctl.cfg.example Support ERL_DIST_PORT option to work without epmd 2022-09-13 17:55:15 +02:00
ejabberdctl.template move spool dir to make it fully configurable per ejabberdctl.cfg (#3863) 2022-10-26 14:02:42 +02:00
inetrc Switch to rebar build tool 2013-06-13 11:11:02 +02:00
install-sh Switch to rebar build tool 2013-06-13 11:11:02 +02:00
mix.exs Update deps 2022-10-12 12:44:36 +02:00
mix.lock Update deps 2022-10-12 12:44:36 +02:00
rebar Update rebar2 binary, works from Erlang/OTP 22 to 25 2022-05-02 13:20:52 +02:00
rebar.config Pass ssl options to mysql driver 2022-11-14 11:19:51 +01:00
rebar.config.script Update copyright year to 2022 2022-02-11 09:39:25 +01:00
rebar3 Update rebar3 binary, works from Erlang/OTP 22 to 25 2022-05-02 13:20:52 +02:00
vars.config.in Switch "make rel" and "make dev" to paths: conf, database, logs 2022-05-02 13:17:53 +02: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.

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.