25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01:00
Go to file
2024-09-24 12:20:16 +02:00
_checkouts/configure_deps
.devcontainer
.github Runtime: Cache hex.pm archive from rebar3 and mix 2024-08-26 15:50:25 +02:00
.vscode .vscode/launch.json: Experimental support for debugging with Neovim 2024-08-26 15:48:32 +02:00
config Add ExSync tool to "make relive" with Mix 2024-04-30 18:00:06 +02:00
include WebAdmin: Improve CSS of welcome page, docs links, anchor element 2024-06-25 10:51:22 +02:00
lib
m4
man Update man page to 24.07 2024-07-18 11:55:05 +02:00
plugins
priv Update more translations translation 2024-07-18 11:11:55 +02:00
rel Add Sync tool to "make relive" with Rebar3 2024-04-30 17:59:59 +02:00
sql Also change mysql.new.sql in similar way 2024-07-18 17:55:37 +02:00
src Support to block IPs in a vhost using append_host_config (#4038) 2024-09-24 12:20:16 +02:00
test Relax password complexity in test database 2024-08-21 10:51:46 +02:00
tools make-binaries: Update OpenSSL URLs 2024-09-06 19:18:32 +02:00
.dockerignore
.gitignore .gitignore: Ignore ctags/etags files 2024-05-19 18:55:38 +02:00
.shellcheckrc
autogen.sh
CHANGELOG.md Update changelog 2024-07-18 11:55:07 +02:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2024-07-02 15:42:41 +02:00
COMPILE.md Update links to some moved content in docs.ejabberd.im 2024-04-25 02:55:02 +02:00
configure.ac Set version to 24.07 2024-07-18 11:55:10 +02:00
configure.bat
CONTAINER.md CONTAINER.md: Use same general badges in both container images readme files 2024-08-26 15:48:32 +02:00
CONTRIBUTING.md
CONTRIBUTORS.md
COPYING
cover.spec
ejabberd.doap Update version number of new commands, options and protocols to 24.06 2024-06-27 14:54:40 +02:00
ejabberd.init.template
ejabberd.service.template
ejabberd.yml.example ejabberd.yml.example: Add api_permissions group for webadmin (#4249) 2024-07-12 15:46:01 +02:00
ejabberdctl.cfg.example
ejabberdctl.template Make native dynamic node names work when using fully qualified domain names 2024-06-13 18:02:13 +02:00
elvis.config elvis.config: Fix file syntax, set vim mode, disable many tests 2024-08-26 15:48:32 +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
install-sh
Makefile.in Makefile: Add support for "make elvis" when using rebar3 2024-08-26 15:48:32 +02:00
mix.exs Update xmpp once more 2024-08-24 15:27:58 +02:00
mix.lock Update lock files 2024-09-11 11:39:39 +02:00
README.md Update links to some moved content in docs.ejabberd.im 2024-04-25 02:55:02 +02:00
rebar
rebar3
rebar.config Makefile: Add support for "make elvis" when using rebar3 2024-08-26 15:48:32 +02:00
rebar.config.script rebar.config.script: Require port_compiler 1.15.0 and accept any 1.15.x 2024-06-19 11:51:03 +02:00
rebar.lock Update lock files 2024-09-11 11:39:39 +02:00
vars.config.in


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.

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.

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.