ejabberd icon indicating copy to clipboard operation
ejabberd copied to clipboard

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)

Results 307 ejabberd issues
Sort by recently updated
recently updated
newest added

> What version of ejabberd are you using? 17.04 > What operating system (version) are you using? Buildroot 2017.08 > How did you install ejabberd (source, package, distribution)? package >...

In the packaged rpm the spool dir is set to: ``` : "${SPOOL_DIR:="/opt/ejabberd/database/$ERLANG_NODE"}" ``` However, `$ERLANG_NODE` is effectively set later (now in line 67), which effectively makes spool dir always...

There is no update since a long time (20.07) in official Fedora / Red Hat package. It is possible to help @lemenkov, @bowlofeggs? Thanks in advance. There is a ticket...

Currently the joined MIX channels of a user are stored in the database of mod_mix_pam, but are not provided to the user in any way. This change subscribes to the...

Kind:Feature
Component:MIX

- send the participant jid on join - parse sub xml elements that were previously not parsed - Fix subscribing to nodes when joining

As far as I can see, there are no other changes to be made to add compatibility with the newer namespaces: `mix:pam:1` was bumped to make archiving optional, which afaik...

Kind:Enhancement
Component:MIX

## Environment - ejabberd version: 22.05 - Erlang version: 12.3.1 - OS: Linux (Debian) - Installed from: source ## Errors from error.log/crash.log No errors ## Configuration mod_mam: assume_mam_usage: true mod_offline:...

**Is your feature request related to a problem? Please describe.** I'm a bit frustrated that the Ejabberd Captcha seems to block some of the bot registrations but it does not...

Kind:Feature

## Environment - ejabberd version: 21.12 - Erlang version: Erlang/OTP 24 [erts-12.1.2] - OS: Linux - openSUSE - Installed from: rpm ## Errors from error.log/crash.log No errors maybe related to...

## Environment - ejabberd version: 22.05 - OS: Docker container - Installed from: https://hub.docker.com/r/ejabberd/ecs ## Configuration ```yaml modules: mod_mam: db_type: sql default: always request_activates_archiving: false assume_mam_usage: true user_mucsub_from_muc_archive: true mod_muc:...