This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new 8d78346633 gnu: prosody-rest: New package.
8d78346633 is described below
commit 8d78346633c43e04e9f8e0c1e5344a1482cf9ef3
Author: Charles Roelli <[email protected]>
AuthorDate: Fri Dec 19 16:03:53 2025 +0100
gnu: prosody-rest: New package.
* gnu/packages/messaging.scm: Add.
Merges guix/guix!4969
Change-Id: I3c262e081d742338c4929029fa932ace301f62ee
Signed-off-by: Cayetano Santos <[email protected]>
---
gnu/packages/messaging.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 739fd6025c..48715ca0fd 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"))