summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNox <noximilien@riseup.net>2026-05-22 14:53:02 +0200
committerNguyễn Gia Phong <cnx@loang.net>2026-06-07 23:13:37 +0900
commit4512f5b33194aa7dddeff2b14ffa0575baccd8fd (patch)
treecb89b11faade5414f247f2b4435becf584c488a9 /gnu
parentf8b4b35facdc26814f7ee3c8bf43c9a739c5a7d3 (diff)
gnu: Add prosody-register-apps.
* gnu/packages/messaging.scm (prosody-register-apps): New variable. Change-Id: Id22261a2176ec796a3db8164ebd9fff8138792bd Merges: https://codeberg.org/guix/guix/pulls/8711 Reviewed-by: Carlo Zancanaro <carlo@zancanaro.id.au> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/messaging.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index d2b7e0e3e3c..771c48a737c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1666,6 +1666,18 @@ connected.")))
1666 (synopsis "Password policy enforcement") 1666 (synopsis "Password policy enforcement")
1667 (description "This package provides a password policy enforcement"))) 1667 (description "This package provides a password policy enforcement")))
1668 1668
1669(define-public prosody-register-apps
1670 (package
1671 (inherit (prosody-module "mod_register_apps"))
1672 (synopsis "Configure a list of XMPP client apps recommended by the current
1673server")
1674 (description "This module provides a way to configure a list of XMPP
1675client apps recommended by the current server. This list is used by other
1676modules such as @code{mod_invites_page} and @code{mod_invites_register_web}.
1677
1678It also contains the logos of a number of popular XMPP clients, and serves
1679them over HTTP for other modules to reference when serving web pages.")))
1680
1669(define-public prosody-rest 1681(define-public prosody-rest
1670 (package 1682 (package
1671 (inherit (prosody-module "mod_rest")) 1683 (inherit (prosody-module "mod_rest"))