badlop
badlop
Hi, I can just offer some questions. Hopefully one of them will trigger a clue in your head: > ejabberd/eimp starts but eats all of my RAM again Do you...
You are using a recent version 21.12, with a small mnesia database, and tried starting with the default ejabberd configuration. Even if using mariadb, it's rather small. One thing that...
In that case, you can download ejabberd 22.05 installer, which will install everything in /opt, or in the path you specify, and will not mess with your existing installation. If...
If I understand correctly, you have the mnesia spool files, most tables are rather small as you use mariadb for most modules, and we suspect there may be some problematic...
http_upload, muc, proxy65 and pubsub already support the _vcard_ option, just like mod_vcard does. This was implemented for ejabberd 19.08 in https://github.com/processone/ejabberd/commit/5a976719fb821801fd162cde4516085416ef71e6
You may be doing something wrong, or I didn't understand your requirements. If I understood correctly your desire, it works for me: ```yaml hosts: - localhost - "example.net" - "example.org"...
With that configuration all works correctly for me: the host news.example.net has a Pubsub service running at pubsub.news.example.net which vcard correctly says "The pubsub news of example.net". And the comics.example.net...
Tell what ejabberd version are you using, how did you install it, and what configuration do you have set, specially all regarding hosts
Ok, that's a very recent version and I don't remember any recent bug related to this. As I was able to configure it, all indicates you messed the configuration, so...
I think that is not possible. This patch implements a new command for that. The comand doesn't work when SQL or MAM is enabled because that would require even more...