badlop
badlop
mod_conversejs correctly sends the i18n option to Converse, and serves the language files correctly. If you try: - Converse 11.0.1: the feature works correctly - Converse 12.0.0: fails, as you...
The feature works correctly when using Converse 11.0.1. Here I provide a 100% reproducible guide. If you repeat those same steps, you will see that it works. Then you can...
> How can I create a release myself? Steps 1, 2, 3 from https://conversejs.org/docs/html/quickstart.html#c-build-from-source
The problems related to ejabberd are addressed. The remaining doubts and problems are not related to ejabberd, so I'll close this issue.
It would be great if you update your issue description providing all the details required to reproduce the problem. Right now there's just a part of a YAML file that...
Thanks, now that allows to reproduce the scenario. I attempted many different approaches, but didn't find any clue about where the problem is. I post here what I tried, in...
The problem appears when the passwords are stored in scram instead of plaintext. I have just pushed a fix for that, which also modifies how the credentials are passed from...
How exactly did you install ejabberd?
Yes, better wait for the next release. In the meantime, you can login to Converse manually, providing the account and password manually.
Is it listed in modules_available? Do other modules install correctly, or all fail? ``` $ ejabberdctl module_install mod_cron Error: error Error: not_available $ ejabberdctl modules_available $ ejabberdctl modules_update_specs $ ejabberdctl...