me
/
guix
Archived
1
0
Fork 0

gnu: Add prosody-cloud-notify-encrypted.

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

Change-Id: Ibe2c6525865ffce54191d806f0e184c814000993
master
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
1 changed files with 8 additions and 0 deletions

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"))