From a83743cbb7b46bb541a9cf06862edbe255b45558 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Fri, 12 Jan 2024 19:20:55 +0000 Subject: 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. --- files/prosody.cfg.lua | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3