diff --git a/config/prosody.cfg.lua b/config/prosody.cfg.lua index dfd4560..d45605b 100755 --- a/config/prosody.cfg.lua +++ b/config/prosody.cfg.lua @@ -276,6 +276,7 @@ Component "chat.thirdculture.top" "muc" modules_enabled = { "muc_mam", "vcard_muc"} Component "upload.thirdculture.top" "http_file_share" + modules_enabled = { "http_altconnect" } http_external_url = "https://upload.thirdculture.top" http_file_share_size_limit = 20971520 http_file_share_expire_after = 60 * 60 * 24 * 7