gnu: Add prosody-cloud-notify-encrypted.

* gnu/packages/messaging.scm (prosody-cloud-notify-encrypted): New variable.

Change-Id: Ibe2c6525865ffce54191d806f0e184c814000993
This commit is contained in:
Ricardo Wurmus 2024-04-16 12:00:35 +02:00
parent e2ec85d17d
commit 582bb94637
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1611,6 +1611,14 @@ (define (prosody-module module-name)
(description #f)
(license (package-license prosody)))))
(define-public prosody-cloud-notify-encrypted
(package
(inherit (prosody-module "mod_cloud_notify_encrypted"))
(propagated-inputs (list lua5.2-ossl))
(synopsis "Custom extension to XEP-0357: Push Notifications")
(description "This module implements support for a Encrypted Push
Notifications, a custom extension to XEP-0357: Push Notifications.")))
(define-public prosody-http-upload
(package
(inherit (prosody-module "mod_http_upload"))