You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Paweł Chmielowski 84d8c156a0
Fix spec
11 months ago
.devcontainer Use the new Github container registry 2 years ago
.github Dependabot: Detect updates in docker, actions and mix 11 months ago
_checkouts/configure_deps Fix typos 1 year ago
config Switch "make rel" and "make dev" to paths: conf, database, logs 11 months ago
examples Remove old and obsolete examples/transport-configs/ (#3487) 2 years ago
include Update copyright year to 2022 1 year ago
lib Revert "Add workaround so rebar2 can use Elixir 1.12.0" 2 years ago
m4 Do not check for deprecated types 5 years ago
man Update man page 11 months ago
plugins Rename plugin to not clash with plugin from dep 3 years ago
priv Run 'make translations' for all other languages 11 months ago
rel Switch "make rel" and "make dev" to paths: conf, database, logs 11 months ago
sql Sync old-to-new schema script with reality (#3790) 1 year ago
src Fix spec 11 months ago
test Update copyright year to 2022 1 year ago
tools Apparently the --tags option is required to properly describe a brand new tag 11 months ago
.dockerignore add docker support 6 years ago
.gitignore Import script for building command line installers 11 months ago
.shellcheckrc Disable some shellcheck warnings 1 year ago
CHANGELOG.md Fix typos 1 year ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 5 years ago
COMPILE.md Move some content from README to new COMPILE and CONTAINER files 11 months ago
CONTAINER.md README: Improve badges, header, commercial links 11 months ago
CONTRIBUTING.md Remove .travis.yml as it's superseded by ci.yml (#3613) 2 years ago
CONTRIBUTORS.md CONTRIBUTORS: UTF-8 encode my name 4 years ago
COPYING Update FSF address 9 years ago
Makefile.in Fix 'make xref' when using Mix; notice it only checks Elixir files 11 months ago
README.md README: Improve badges, header, commercial links 11 months ago
autogen.sh Force regeneration of configure script 9 years ago
configure.ac Set default ejabberd version number when not using git 11 months ago
configure.bat Switch to rebar build tool 10 years ago
cover.spec Add Coveralls support 7 years ago
ejabberd.init.template Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469) 2 years ago
ejabberd.service.template Use the configured user in systemd's ejabberd.service 1 year ago
ejabberd.yml.example New listener for encrypted ejabberd_c2s 2 years ago
ejabberdctl.cfg.example Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560) 2 years ago
ejabberdctl.template Switch "make rel" and "make dev" to paths: conf, database, logs 11 months ago
inetrc Switch to rebar build tool 10 years ago
install-sh Switch to rebar build tool 10 years ago
mix.exs Switch "make rel" and "make dev" to paths: conf, database, logs 11 months ago
mix.lock Update p1_pgsql in mix.lock 11 months ago
rebar Update rebar2 binary, works from Erlang/OTP 22 to 25 11 months ago
rebar.config Simplify rules for choosing jiffy version 11 months ago
rebar.config.script Update copyright year to 2022 1 year ago
rebar3 Update rebar3 binary, works from Erlang/OTP 22 to 25 11 months ago
vars.config.in Switch "make rel" and "make dev" to paths: conf, database, logs 11 months ago

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.