1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 20:20:32 +02:00

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

View File

@@ -1611,6 +1611,14 @@ protocols.")
(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"))