summaryrefslogtreecommitdiff
path: root/aurox
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-21 16:09:34 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-21 16:09:34 +0100
commit058a02ee165e5250af7e5aa8e0d66a768fd057aa (patch)
tree633c587aeee6b66af3634eec85a0295711f4a62e /aurox
New prosody-rest package
Diffstat (limited to 'aurox')
-rw-r--r--aurox/packages/messaging.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/aurox/packages/messaging.scm b/aurox/packages/messaging.scm
new file mode 100644
index 0000000..45741fd
--- /dev/null
+++ b/aurox/packages/messaging.scm
@@ -0,0 +1,10 @@
+(define-module (aurox packages messaging)
+ #:use-module (gnu packages messaging)
+ #:use-module (guix packages))
+
+(define-public prosody-rest
+ (package
+ (inherit ((@@ (gnu packages messaging) prosody-module) "mod_rest"))
+ (synopsis "REST API support")
+ (description "This module adds an API for sending and receiving XMPP
+stanzas.")))