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
@ -1619,6 +1619,15 @@ protocols.")
|
||||
(description "This module implements support for a Encrypted Push
|
||||
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
|
||||
(package
|
||||
(inherit (prosody-module "mod_http_upload"))
|
||||
|
Loading…
Reference in New Issue
Block a user