summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/messaging.scm17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c86725266d6..43540c22e0f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1619,6 +1619,23 @@ You can use the command-line to create and manage API keys.")))
1619 (description "This package provides group handling for 1619 (description "This package provides group handling for
1620mod_invites_register"))) 1620mod_invites_register")))
1621 1621
1622(define-public prosody-invites-page
1623 (package
1624 (inherit (prosody-module "mod_invites_page"))
1625 (synopsis "Generate unique links per invitation.")
1626 (description "This package provides a unique web page for each generated
1627invitation. Without this module, Prosody will only be able to generate invite
1628links as @code{xmpp:} URIs (they look something like
1629@code{xmpp:example.com?register;preauth=29Xbxr91}). URIs will only work if the
1630invited user already has an XMPP client installed. This is usually not the
1631case.
1632
1633This module transforms the URI into a friendly web page that can be shared via
1634any method (email, SMS, etc.), and opened in any browser. The page explains
1635the invitation and guides the user to set up their account using one of a
1636configurable list of XMPP clients (to configure the list, see
1637mod_register_apps documentation).")))
1638
1622(define-public prosody-http-upload 1639(define-public prosody-http-upload
1623 (package 1640 (package
1624 (inherit (prosody-module "mod_http_upload")) 1641 (inherit (prosody-module "mod_http_upload"))