Added push, image support to prosody

This commit is contained in:
2026-02-23 14:47:57 -05:00
parent b9c78b2694
commit de0d091658
23 changed files with 7753 additions and 285 deletions

View File

@@ -20,19 +20,22 @@ modules_enabled = {
"csi_simple";
"smacks";
"cloud_notify";
"http_file_share";
}
allow_registration = false
-- MAM settings
archive_expires_after = "4w"
default_archive_policy = true
-- Push
push_notification_with_body = false
push_notification_with_sender = false
http_file_share_size_limit = 524288000
http_file_share_expire_after = 60 * 60 * 24 * 30
VirtualHost "rishighan.com"
http_host = "xmpp.rishighan.com"
ssl = {
key = "/etc/prosody/certs/privkey.pem",
certificate = "/etc/prosody/certs/fullchain.pem",