Hardware: Old laptop at home i5 16gb ram 1tb YunoHost version: 11.0.9.13 I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
I thinking of setting a public XMPP as an alternative to Discord for my podcasts. I’m not expecting it (XMPP) to get big. Do I want to do this using Prosody? I’m asking cause I have it installed and it seems that only those with accounts to my Yunohost can get in. Is there a way to enable account creation on Prosody in the configuration somewhere? And will it then be public so that anyone can create an account?
To allow clients to create themselves accounts on your server (also known as “in-band” registration) you will need mod_register loaded. This usually means adding “register” to modules_enabled as described above. The options in this section only apply when mod_register is active.
An alternative way to create user accounts on non-Windows servers is to use prosodyctl.
allow_registration
Whether to allow registration of new accounts via Jabber clients. Default is false.
Additional options are documented on the mod_register page.