Mercurial > prosody-modules
view mod_muc_auto_reserve_nicks/README.md @ 5798:fdf3056021dc
mod_http_oauth2: Tweak fallback error text
Since the oauth error is more like the error condition, a symbolic error
code, not the most human-friendly. Many error cases do have
human-readable error descriptions that should be fine on their own, or
changed to be.
As a fallback, capitalize the error name.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 23 Dec 2023 00:01:30 +0100 |
parents | 85d4ab318d66 |
children |
line wrap: on
line source
--- labels: - 'Stage-Alpha' summary: 'Automatically reserve nicknames of MUC users' ... Introduction ============ This module automatically reserves the nickname of a user when they first join a MUC. That's all. Details ======= The module doesn't currently update the registration if the user changes their nick. That could cause flip-flopping if the user has two clients in regular use with different nicks configured. Compatibility ============= Requires Prosody trunk (0.12) for the API introduced in commit [0e7dedd8b18d](https://hg.prosody.im/trunk/rev/0e7dedd8b18d) and [e0b58717f0c5](https://hg.prosody.im/trunk/rev/e0b58717f0c5).