mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05: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:
parent
e2ec85d17d
commit
582bb94637
1 changed files with 8 additions and 0 deletions
|
@ -1611,6 +1611,14 @@ (define (prosody-module module-name)
|
||||||
(description #f)
|
(description #f)
|
||||||
(license (package-license prosody)))))
|
(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
|
(define-public prosody-http-upload
|
||||||
(package
|
(package
|
||||||
(inherit (prosody-module "mod_http_upload"))
|
(inherit (prosody-module "mod_http_upload"))
|
||||||
|
|
Loading…
Reference in a new issue