diff options
author | Carlo Zancanaro <carlo@zancanaro.id.au> | 2024-03-02 22:35:15 +1100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-03-02 13:57:32 +0100 |
commit | efdaa885b083e85bd380ca914addfcf32d0834f7 (patch) | |
tree | f7d5f0ccad99525baccf347f574e659ecaddddba /gnu | |
parent | 1298319c9bb5b02bc7ff43c0c4693c4f5fbb4b68 (diff) | |
download | guix-efdaa885b083e85bd380ca914addfcf32d0834f7.tar.gz guix-efdaa885b083e85bd380ca914addfcf32d0834f7.zip |
gnu: Add prosody-vcard-muc.
* gnu/packages/messaging.scm (prosody-vcard-muc): New variable.
Change-Id: I57eae8373369e7e954084803fd7b861ab85ce4ad
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 2e665f47e3..aa9feffb97 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1625,6 +1625,13 @@ upload files over HTTP."))) the client and server, it can allow clients to resume a disconnected session, and prevent message loss."))) +(define-public prosody-vcard-muc + (package + (inherit (prosody-module "mod_vcard_muc")) + (synopsis "Support for MUC vCards and avatars") + (description "This module adds the ability to set vCard for MUC rooms. One +of the most common use cases is to define avatars for MUC rooms."))) + (define-public libtoxcore (let ((revision "2") (commit "bf69b54f64003d160d759068f4816b2d9b2e1e21")) |