40 lines
621 B
Lua
40 lines
621 B
Lua
modules_enabled = {
|
|
"roster";
|
|
"saslauth";
|
|
"tls";
|
|
"dialback";
|
|
"disco";
|
|
"carbons";
|
|
"pep";
|
|
"private";
|
|
"blocklist";
|
|
"vcard4";
|
|
"vcard_legacy";
|
|
"version";
|
|
"uptime";
|
|
"time";
|
|
"ping";
|
|
"register";
|
|
"admin_adhoc";
|
|
"mam";
|
|
"csi_simple";
|
|
"smacks";
|
|
"cloud_notify";
|
|
}
|
|
|
|
allow_registration = false
|
|
|
|
-- MAM settings
|
|
archive_expires_after = "4w"
|
|
default_archive_policy = true
|
|
|
|
-- Push
|
|
push_notification_with_body = false
|
|
push_notification_with_sender = false
|
|
|
|
VirtualHost "rishighan.com"
|
|
ssl = {
|
|
key = "/etc/prosody/certs/privkey.pem",
|
|
certificate = "/etc/prosody/certs/fullchain.pem",
|
|
}
|