Enable Cloud Push Notifications

This commit is contained in:
Oliver Hattshire 2026-07-10 03:02:32 -04:00
parent b874c560fc
commit ae48279bc1

View file

@ -52,7 +52,7 @@ modules_enabled = {
--"mimicking"; -- Prevent address spoofing
--"motd"; -- Send a message to users when they log in
--"proxy65"; -- Enables a file transfer proxy service which clients behind NAT can use
--"s2s_bidi"; -- Bi-directional server-to-server (XEP-0288)
"s2s_bidi"; -- Bi-directional server-to-server (XEP-0288)
--"server_contact_info"; -- Publish contact information for this service
--"tombstones"; -- Prevent registration of deleted accounts
--"watchregistrations"; -- Alert admins of registrations
@ -60,6 +60,7 @@ modules_enabled = {
"http_files";
"privilege";
"pubsub";
"cloud_notify"; -- XEP-0357: Cloud push notifications
}
-- modules_disabled = {}