From e2c259138a6f84f910d774bedfab5871e9e653f5 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Thu, 5 Jul 2018 18:55:55 +0100 Subject: [PATCH] xmpp announce --- src/freedombone-app-xmpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone-app-xmpp b/src/freedombone-app-xmpp index b17160bb3..442a8b888 100755 --- a/src/freedombone-app-xmpp +++ b/src/freedombone-app-xmpp @@ -781,6 +781,7 @@ function xmpp_modules { echo ' "http";'; echo ' "http_upload";'; echo ' "websocket";'; + echo ' "announce";'; echo ' "throttle_presence"; -- Reduce battery and bandwidth usage'; echo ' "filter_chatstates"; -- Reduce battery and bandwidth usage'; echo '};'; } >> "$filename" -- GitLab