Enable hats API and adhoc commands
This commit is contained in:
parent
4610f36375
commit
ccc04b07c9
1 changed files with 1 additions and 1 deletions
|
@ -264,6 +264,7 @@ VirtualHost "telepath.im"
|
|||
-- See https://prosody.im/doc/modules/mod_muc
|
||||
Component "room.telepath.im" "muc"
|
||||
name = "Rooms (MUC)"
|
||||
modules_enabled = { "muc_mam", "vcard_muc", "muc_moderation", "muc_offline_delivery", "muc_hats_adhoc" }
|
||||
restrict_room_creation = "local"
|
||||
component_admins_as_room_owners = true
|
||||
muc_tombstones = true
|
||||
|
@ -273,7 +274,6 @@ muc_room_default_history_length = 100
|
|||
|
||||
-- MUC MAM
|
||||
-- See https://prosody.im/doc/modules/mod_muc_mam
|
||||
modules_enabled = { "muc_mam", "vcard_muc", "muc_moderation", "muc_offline_delivery" }
|
||||
muc_log_by_default = true
|
||||
muc_log_presences = false
|
||||
log_all_rooms = true
|
||||
|
|
Loading…
Add table
Reference in a new issue