[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: Add prosody-cloud-notify-encrypted.
From: |
guix-commits |
Subject: |
04/07: gnu: Add prosody-cloud-notify-encrypted. |
Date: |
Tue, 16 Apr 2024 06:01:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 582bb94637f32a0bfdf025fb1b99055f7b6fffe6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 16 12:00:35 2024 +0200
gnu: Add prosody-cloud-notify-encrypted.
* gnu/packages/messaging.scm (prosody-cloud-notify-encrypted): New variable.
Change-Id: Ibe2c6525865ffce54191d806f0e184c814000993
---
gnu/packages/messaging.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 05a801b642..5292e5f9b0 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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"))
- branch master updated (4d67912265 -> dbc4587fb1), guix-commits, 2024/04/16
- 02/07: gnu: lua-ossl: Update to 20220711., guix-commits, 2024/04/16
- 05/07: gnu: Add prosody-cloud-notify-filters., guix-commits, 2024/04/16
- 06/07: gnu: Add prosody-cloud-notify-priority-tag., guix-commits, 2024/04/16
- 03/07: gnu: lua-cqueues: Update to 20200726., guix-commits, 2024/04/16
- 04/07: gnu: Add prosody-cloud-notify-encrypted.,
guix-commits <=
- 07/07: gnu: Add prosody-muc-offline-delivery., guix-commits, 2024/04/16
- 01/07: gnu: prosody-module: Update to changeset 66e7d46b1d4b., guix-commits, 2024/04/16