Added push, image support to prosody
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user