Comparison

mod_muc_auto_member/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: "Automatically register new MUC participants as members"
5 ...
6
7 # Introduction
8
9 This module automatically makes anybody who joins a MUC become a registered
10 member. This can be useful for certain use cases.
11
12 Note: there is no automatic cleanup of members. If you enable this on a server
13 with busy public channels, your member list will perpetually increase in size.
14
15 Also, there is currently no per-room option for this behaviour. That may be
16 added in the future, along with membership expiry.
17
18 # Configuration
19
20 There is currently no configuration for this module. The module should be
21 enabled on your MUC component, i.e. in the modules_enabled option under your
22 Component:
23
24 ``` {.lua}
25 Component "conference.example.com" "muc"
26 modules_enabled = {
27 "muc_auto_member";
28 }
29 ```
30
31 # Compatibility
32
33 0.12 and later.