summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2024-01-12 19:20:55 +0000
committerMatthew Fennell <matthew@fennell.dev>2024-01-12 19:20:55 +0000
commita83743cbb7b46bb541a9cf06862edbe255b45558 (patch)
tree5cdea676c9c8852c2e2f592b27b47f6d874e0b1a /files/prosody.cfg.lua
parentee6016754a89bdfdf347874804f817093ab6d15f (diff)
Enable mod_cloud_notify
This commit adds support for XEP-0357, or cloud push notifications, and lets notifications be reliably delivered on iOS and Android.
Diffstat (limited to 'files/prosody.cfg.lua')
-rw-r--r--files/prosody.cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/prosody.cfg.lua b/files/prosody.cfg.lua
index 903a4a7..0c45772 100644
--- a/files/prosody.cfg.lua
+++ b/files/prosody.cfg.lua
@@ -12,6 +12,7 @@ modules_enabled = {
"blocklist";
"bookmarks";
"carbons";
+ "cloud_notify";
"csi_battery_saver";
"dialback";
"disco";