24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00
Go to file
Paweł Chmielowski c0e7774937 Don't always store messages passed through muc_filter_message
Recently we added new places where we call muc_filter_message to add
occupandid info to messages, but this also made them be stored in archive
as mod_mam uses that hook for getting sent messages - in case of those
messages we shouldn't be doing this.

This should fix issue #4083
2023-08-25 14:20:51 +02:00
_checkouts/configure_deps Fix typos 2022-01-24 08:02:04 +08:00
.devcontainer Improve .devcontainer to use use devcontainer image and .vscode 2022-12-13 23:24:01 +01:00
.github Partially revert "Improve ejabberdctl script: Copy recent commit 6272c0e90 to the container" 2023-07-24 20:26:37 +02:00
.vscode Add .vscode files to instruct VSCode how to run ejabberd 2022-12-13 23:24:01 +01:00
config Switch "make rel" and "make dev" to paths: conf, database, logs 2022-05-02 13:17:53 +02:00
include Store the subject author JID, and run muc_filter_message when sending subject (#3397) 2023-08-16 12:27:22 +02:00
lib Fix compilation warnings with Elixir 1.14 2022-11-14 18:45:20 +01:00
m4 Fix portability issue with some shells (#3970) 2023-01-09 16:26:36 +01:00
man Update man 2023-04-18 10:37:22 +02:00
plugins Rename plugin to not clash with plugin from dep 2020-01-08 10:41:48 +01:00
priv Update Portuguese translation (thanks to Silvério Santos) 2023-04-18 10:37:06 +02:00
rel Fix Shellcheck warnings in shell scripts 2023-02-21 18:17:26 +01:00
sql Fix TSQLlint warning about typo in mssql.new.sql 2023-02-21 18:16:59 +01:00
src Don't always store messages passed through muc_filter_message 2023-08-25 14:20:51 +02:00
test Convert allow_private_message MUC room option to allowpm (#3736) 2023-08-16 12:25:46 +02:00
tools make-binaries: Remove outdated workaround 2023-07-24 00:11:32 +02:00
.dockerignore Dockerfile: Cosmetic changes 2023-06-09 00:01:49 +02:00
.gitignore Ignore .tool-versions in git, this file is used by asdf 2023-06-09 00:01:56 +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 Update changelog 2023-04-18 11:12:18 +02:00
CODE_OF_CONDUCT.md Fix Remark-lint warnings 2023-02-21 18:14:02 +01:00
COMPILE.md Raise Erlang/OTP requirement to 20.0 2023-04-24 13:43:00 +02:00
configure.ac Raise Erlang/OTP requirement to 20.0 2023-04-24 13:43:00 +02:00
configure.bat Switch to rebar build tool 2013-06-13 11:11:02 +02:00
CONTAINER.md Use container names to differentiate them; don't force logo height 2023-04-25 09:50:19 +02:00
CONTRIBUTING.md Fix Remark-lint warnings 2023-02-21 18:14:02 +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 Result of running: make doap options 2023-08-16 13:14:02 +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 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 Add EJABBERD_OPTS in ejabberdctl.cfg & revert "Improve ejabberdctl script" 2023-07-18 15:31:10 +02:00
ejabberdctl.template Add EJABBERD_OPTS in ejabberdctl.cfg & revert "Improve ejabberdctl script" 2023-07-18 15:31:10 +02:00
elvis.config Add Elvis default configuration 2022-12-13 23:24:01 +01:00
erlang_ls.config Add Erlang LS default configuration 2022-12-13 23:24:01 +01: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
Makefile.in Dialyzer dirty workarounds because re:mp() is not an exported type 2023-06-09 00:02:15 +02:00
mix.exs Update XMPP library which supports XEP-0421 (3397) 2023-08-02 17:54:07 +02:00
mix.lock Bump ex_doc from 0.30.1 to 0.30.5 2023-08-16 12:27:23 +02:00
README.md Use container names to differentiate them; don't force logo height 2023-04-25 09:50:19 +02:00
rebar Update rebar2 binary, works from Erlang/OTP 22 to 25 2022-05-02 13:20:52 +02:00
rebar.config Update XMPP library which supports XEP-0421 (3397) 2023-08-02 17:54:07 +02:00
rebar.config.script Support to provide only the dependency name 2023-06-12 20:48:47 +02:00
rebar3 Update rebar3 binary, works from Erlang/OTP 22 to 25 2022-05-02 13:20:52 +02:00
vars.config.in Update copyright year to 2023 (#3967) 2023-01-10 13:52:04 +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:

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.