diff options
| author | Nox <noximilien@riseup.net> | 2026-05-22 13:54:51 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-07 23:13:06 +0900 |
| commit | d84e228cbcd61b5fdfbdbeffa4aaca833019ac5c (patch) | |
| tree | e52853627e2e6982c7bf0e8e699c62e540ec14d8 /gnu/packages/messaging.scm | |
| parent | 7b1702f6d61c5306182378c985ecbee9c5789821 (diff) | |
gnu: Add prosody-invites-api.
* gnu/packages/messaging.scm (prosody-invites-api): New variable.
Change-Id: Ib79fe613fbda7a7ba2aebdfe607b8b23519f33d0
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/packages/messaging.scm')
| -rw-r--r-- | gnu/packages/messaging.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index db6e9abfdff..b7a7d95f790 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -1603,6 +1603,15 @@ them. | |||
| 1603 | You can override the filesystem location using the @code{libjs_path} | 1603 | You can override the filesystem location using the @code{libjs_path} |
| 1604 | configuration option. The default is @code{/usr/share/javascript}."))) | 1604 | configuration option. The default is @code{/usr/share/javascript}."))) |
| 1605 | 1605 | ||
| 1606 | (define-public prosody-invites-api | ||
| 1607 | (package | ||
| 1608 | (inherit (prosody-module "mod_invites_api")) | ||
| 1609 | (synopsis "Authenticated HTTP API to create invites using mod_invites.") | ||
| 1610 | (description "mod_invites_api provides an authenticated HTTP API to create | ||
| 1611 | invites using mod_invites. | ||
| 1612 | |||
| 1613 | You can use the command-line to create and manage API keys."))) | ||
| 1614 | |||
| 1606 | (define-public prosody-http-upload | 1615 | (define-public prosody-http-upload |
| 1607 | (package | 1616 | (package |
| 1608 | (inherit (prosody-module "mod_http_upload")) | 1617 | (inherit (prosody-module "mod_http_upload")) |
