From 1f874b03511095e6dfc72fb47b77b29d94b1b0ed Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 13 Apr 2024 07:44:23 -0700 Subject: [PATCH] add support for push notifications --- Jenkinsfile | 4 ++-- prosody.cfg.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9d7a7fd..3fd3d2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,8 @@ pipeline { steps { jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}" script { - docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-forgejo-pkg') { - def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${TAG}") + docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') { + def customImage = docker.build("git.dreamfall.space/spacenerdmo/prosody:${TAG}") customImage.push() } } diff --git a/prosody.cfg.lua b/prosody.cfg.lua index 852c534..96a0e86 100644 --- a/prosody.cfg.lua +++ b/prosody.cfg.lua @@ -72,6 +72,7 @@ modules_enabled = { "websocket"; -- XMPP over WebSockets -- Other specific functionality + "cloud_notify" --"announce"; -- Send announcement to all online users --"groups"; -- Shared roster support --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.