diff options
| author | Charles Roelli <charles@aurox.ch> | 2025-12-19 16:03:53 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:37 +0100 |
| commit | a63f4ac078c64b28f7b42e4ca159107d2d8e1c07 (patch) | |
| tree | e4a07dae8a761a1410d408838b0fd0756e075650 /gnu | |
| parent | 0eb1418d36f09a479fc9e3430616ceceb93dfe73 (diff) | |
gnu: prosody-rest: New package.
* gnu/packages/messaging.scm: Add.
Merges guix/guix!4969
Change-Id: I3c262e081d742338c4929029fa932ace301f62ee
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 739fd6025ce..48715ca0fdb 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1627,6 +1627,13 @@ to affiliated users who are not in the room. This is a custom extension by Tigase to allow push notifications from MUCs to users who are not currently connected."))) +(define-public prosody-rest + (package + (inherit (prosody-module "mod_rest")) + (synopsis "REST API support") + (description "This module adds an API for sending and receiving XMPP +stanzas."))) + (define-public prosody-smacks (package (inherit (prosody-module "mod_smacks")) |
