add support for push notifications
All checks were successful
thrrgilag/prosody-docker/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-04-13 07:44:23 -07:00
parent f55a924e36
commit 1f874b0351
2 changed files with 3 additions and 2 deletions

4
Jenkinsfile vendored
View file

@ -12,8 +12,8 @@ pipeline {
steps { steps {
jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}" jabberNotify buildToChatNotifier: [$class: 'ExtraMessageOnlyBuildToChatNotifier'], extraMessage: 'Build Started', notifySuspects: true, targets: "${CHAT}"
script { script {
docker.withRegistry('https://git.dreamfall.space/thrrgilag', 'thrrgilag-forgejo-pkg') { docker.withRegistry('https://git.dreamfall.space/spacenerdmo', 'thrrgilag-forgejo-pkg') {
def customImage = docker.build("git.dreamfall.space/thrrgilag/prosody:${TAG}") def customImage = docker.build("git.dreamfall.space/spacenerdmo/prosody:${TAG}")
customImage.push() customImage.push()
} }
} }

View file

@ -72,6 +72,7 @@ modules_enabled = {
"websocket"; -- XMPP over WebSockets "websocket"; -- XMPP over WebSockets
-- Other specific functionality -- Other specific functionality
"cloud_notify"
--"announce"; -- Send announcement to all online users --"announce"; -- Send announcement to all online users
--"groups"; -- Shared roster support --"groups"; -- Shared roster support
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots. --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.