Software /
code /
prosody-modules
Comparison
mod_support_room/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 # Introduction | |
2 | |
3 This module adds newly registered users as members to a specified MUC | |
4 room and sends them an invite. In a way, this is similar in purpose to | |
5 [mod_support_contact] and [mod_default_bookmarks]. | |
6 | |
7 # Example | |
8 | |
9 VirtualHost"example.com" | |
10 modules_enabled = { "support_room" } | |
11 support_room = "room@muc.example.com" | |
12 support_room_inviter = "support@example.com" | |
13 support_room_reason = "Invite new users to the support room" | |
14 | |
15 Component "muc.example.com" | |
16 | |
17 # Compatibility | |
18 | |
19 This module | |
20 | |
21 Version Works | |
22 --------- ------- | |
23 0.11.x Yes | |
24 0.10.x No |