Automatically reserve nicknames on MUC service #152
Notifications
Due Date
No due date set.
Depends on
#544 Upgrade ejabberd to 25.04
kosmos/chef
Reference: kosmos/akkounts#152
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 formod_muc
).Need ejabberd 24.12:
https://docs.ejabberd.im/developer/ejabberd-api/admin-api/#muc_register_nick
(But is really simple then.)