0
0
Fork 0

Enable hats API and adhoc commands

This commit is contained in:
telepath 2024-11-23 00:00:42 +01:00
parent 4610f36375
commit ccc04b07c9

View file

@ -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