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"))