diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-21 16:09:34 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-21 16:09:34 +0100 |
| commit | 058a02ee165e5250af7e5aa8e0d66a768fd057aa (patch) | |
| tree | 633c587aeee6b66af3634eec85a0295711f4a62e | |
New prosody-rest package
| -rw-r--r-- | aurox/packages/messaging.scm | 10 |
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."))) |
