Mercurial > prosody-modules
comparison mod_muc_auto_reserve_nicks/README.md @ 4772:85d4ab318d66
mod_muc_auto_reserve_nicks: Automatically reserve nicknames of MUC occupants
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 16 Nov 2021 15:08:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4771:e227af629736 | 4772:85d4ab318d66 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'Automatically reserve nicknames of MUC users' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module automatically reserves the nickname of a user when they first join | |
11 a MUC. That's all. | |
12 | |
13 Details | |
14 ======= | |
15 | |
16 The module doesn't currently update the registration if the user changes their | |
17 nick. That could cause flip-flopping if the user has two clients in regular | |
18 use with different nicks configured. | |
19 | |
20 Compatibility | |
21 ============= | |
22 | |
23 Requires Prosody trunk (0.12) for the API introduced in commit | |
24 [0e7dedd8b18d](https://hg.prosody.im/trunk/rev/0e7dedd8b18d) and | |
25 [e0b58717f0c5](https://hg.prosody.im/trunk/rev/e0b58717f0c5). |