Software / code / prosody-modules
Comparison
mod_support_room/README.markdown @ 3426:f72aa8840042
mod_support_room: Module that invites newly registered users to a room
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 03 Jan 2019 12:06:09 +0100 |
comparison
equal
deleted
inserted
replaced
| 3425:461429e0db58 | 3426:f72aa8840042 |
|---|---|
| 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 |