guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: Add prosody-muc-offline-delivery.


From: guix-commits
Subject: 07/07: gnu: Add prosody-muc-offline-delivery.
Date: Tue, 16 Apr 2024 06:01:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dbc4587fb137313c6e4da4d4030d1ad4d166045a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 16 12:00:53 2024 +0200

    gnu: Add prosody-muc-offline-delivery.
    
    * gnu/packages/messaging.scm (prosody-muc-offline-delivery): New variable.
    
    Change-Id: I145ea713e5b12aef5f700669fe2ffc1e017322d2
---
 gnu/packages/messaging.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9cc03b6d39..beb1cfea96 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1643,6 +1643,15 @@ Notifications.")))
     (description "This module implements XEP-0363: it allows clients to
 upload files over HTTP.")))
 
+(define-public prosody-muc-offline-delivery
+  (package
+    (inherit (prosody-module "mod_muc_offline_delivery"))
+    (synopsis "Deliver MUC messages to users who are not in the room")
+    (description "This module implements support for sending messages in a MUC
+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-smacks
   (package
     (inherit (prosody-module "mod_smacks"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]