From deddef38f226dabd5801d7718161950a27f4c11a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 16 Oct 2021 21:22:50 +0100 Subject: [PATCH] prosody: Use new cloud_notify_extensions meta-module --- ansible/files/prosody.cfg.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/files/prosody.cfg.lua b/ansible/files/prosody.cfg.lua index a1d9a8b..29ade47 100644 --- a/ansible/files/prosody.cfg.lua +++ b/ansible/files/prosody.cfg.lua @@ -55,9 +55,7 @@ modules_enabled = { -- Push notifications "cloud_notify"; - "cloud_notify_encrypted"; - "cloud_notify_priority_tag"; - "cloud_notify_filters"; + "cloud_notify_extensions"; -- HTTP modules "bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"