~ruther/guix-local

a63f4ac078c64b28f7b42e4ca159107d2d8e1c07 — Charles Roelli 2 months ago 0eb1418
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>
1 files changed, 7 insertions(+), 0 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +7 -0
@@ 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"))