mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add prosody-cloud-notify-priority-tag.
* gnu/packages/messaging.scm (prosody-cloud-notify-priority-tag): New variable. Change-Id: I22dc032112bf537058405ef0d8f42f371502a5ea
This commit is contained in:
parent
46ba40de97
commit
e9393087fc
1 changed files with 8 additions and 0 deletions
|
@ -1628,6 +1628,14 @@ (define-public prosody-cloud-notify-filters
|
||||||
filters to be applied to push notifications. It is a custom extension to
|
filters to be applied to push notifications. It is a custom extension to
|
||||||
XEP-0357: Push Notifications.")))
|
XEP-0357: Push Notifications.")))
|
||||||
|
|
||||||
|
(define-public prosody-cloud-notify-priority-tag
|
||||||
|
(package
|
||||||
|
(inherit (prosody-module "mod_cloud_notify_priority_tag"))
|
||||||
|
(synopsis "Tigase priorities for XEP-0357: Push Notifications")
|
||||||
|
(description "This module implements support for a Tigase XMPP extension,
|
||||||
|
Priority of 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…
Reference in a new issue