mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add prosody-cloud-notify-filters.
* gnu/packages/messaging.scm (prosody-cloud-notify-filters): New variable. Change-Id: I3c0ea90cb44aa9f623573de98f7d79b46c696232
This commit is contained in:
parent
582bb94637
commit
46ba40de97
1 changed files with 9 additions and 0 deletions
|
@ -1619,6 +1619,15 @@ protocols.")
|
||||||
(description "This module implements support for a Encrypted Push
|
(description "This module implements support for a Encrypted Push
|
||||||
Notifications, a custom extension to XEP-0357: Push Notifications.")))
|
Notifications, a custom extension to XEP-0357: Push Notifications.")))
|
||||||
|
|
||||||
|
(define-public prosody-cloud-notify-filters
|
||||||
|
(package
|
||||||
|
(inherit (prosody-module "mod_cloud_notify_filters"))
|
||||||
|
(synopsis "Filters for XEP-0357: Push Notifications")
|
||||||
|
(description "This module implements support for a group of push
|
||||||
|
notification extensions by the Tigase team that allow a client to specify
|
||||||
|
filters to be applied to push notifications. It is 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…
Add table
Add a link
Reference in a new issue