mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_support_room / README.markdown
blobefac55637a3fdfdfbe9d8fb3e01ecae18e0b1e2e
1 # Introduction
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].
7 # Example
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"
15     Component "muc.example.com"
17 # Compatibility
19 This module
21   Version   Works
22   --------- -------
23   0.11.x    Yes
24   0.10.x    No