comparison mod_support_room/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_support_room/README.markdown@f72aa8840042
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
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