diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:20:55 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-01-12 19:20:55 +0000 |
commit | a83743cbb7b46bb541a9cf06862edbe255b45558 (patch) | |
tree | 5cdea676c9c8852c2e2f592b27b47f6d874e0b1a | |
parent | ee6016754a89bdfdf347874804f817093ab6d15f (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.
-rw-r--r-- | files/prosody.cfg.lua | 1 |
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"; |