badlop

Results 182 comments of badlop

This problem is being tracked in https://github.com/processone/ejabberd/issues/3869

Are you sending the exact same stanza when it works and later when it fails? This stanza will be delivered only to one client, the one connected in node1: ```xml...

Hi! It seems Xref detected a small typo in your code: > ejabbered_router:route_error/2 is undefined function (Xref)

By the way, this module serves a very specific purpose, tied to Amazon S3... maybe this module is better hosted in [ejabberd-contrib](https://github.com/processone/ejabberd-contrib). Benefits of providing the module in ejabberd-contrib.git instead...

> Hope before ejabbberd 22.10... > I would really prefer that my containers start with everything that they need and don't download and run new code after starting. Since ejabberd...

```yaml default_db: sql modules: mod_mqtt: db_type: sql ``` I guess this should be enough, no idea why it doesn't work. > iam not yet receiving any data apart from users...

mod_mqtt keeps session and subscriptions in RAM and Mnesia (using the non-configurable option `ram_db_type`). And stores the published messages in SQL or mnesia, but only if they have the `retain`...

[epmd](https://docs.ejabberd.im/admin/guide/security/#epmd) is used by the erlang node that contains ejabberd for clustering and accepting ejabberdctl queries. So, it's normal to have epmd running at the same time that the beam...

Thanks for those details! Following them, I found that the two first warnings are generated by ejabberd_s2s and ejabberd_sm_mnesia. The other two are again generated by those two modules. I've...

> The GC API seems more complex than simply changing the web admin URI. :/ Well, I just proposed to call `ejabberdctl gc`, that may clean obsolete content in the...