Automatically reserve nicknames on MUC service #152

Open
opened 2023-10-28 11:17:38 +00:00 by raucao · 1 comment
Owner

When a user registers their account, their username part of their address should automatically be reserved as a nickname for the XMPP server's MUC service. External users should not be able to register names.

Currently, only local users can register their nicks at all. But we should then change it so that only a service account can register names. Otherwise someone could register a nick that will be someone else's username in the future (see access_register option for mod_muc).

When a user registers their account, their username part of their address should automatically be reserved as a nickname for the XMPP server's MUC service. External users should not be able to register names. Currently, only local users can register their nicks at all. But we should then change it so that only a service account can register names. Otherwise someone could register a nick that will be someone else's username in the future (see `access_register` option for `mod_muc`).
raucao added the
feature
label 2023-10-28 11:17:38 +00:00
raucao added the
integration
ejabberd
label 2024-02-25 11:24:23 +00:00
Author
Owner

Need ejabberd 24.12:

https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#muc_register_nick

(But is really simple then.)

Need ejabberd 24.12: https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#muc_register_nick (But is really simple then.)
raucao added a new dependency 2025-05-16 08:42:28 +00:00
Sign in to join this conversation.
No description provided.