From 78b3d4e7e4a61f9298961a93bcb8502f8c61bc09 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 26 Sep 2021 11:56:59 +0100 Subject: [PATCH] ansible: Update Prosody and prosody-modules Specifically for cloud_notify and mod_message fixes to support MUC push notifications. --- ansible/snikket.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/snikket.yml b/ansible/snikket.yml index a340962..bf5cf3b 100644 --- a/ansible/snikket.yml +++ b/ansible/snikket.yml @@ -7,9 +7,9 @@ vars: prosody: package: "prosody-trunk" - build: "1499" + build: "1515" prosody_modules: - revision: "6e5572fc6840" + revision: "4157773ed4d3" tasks: - import_tasks: tasks/prosody.yml - import_tasks: tasks/supervisor.yml