mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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>
This commit is contained in:
parent
1298319c9b
commit
efdaa885b0
1 changed files with 7 additions and 0 deletions
|
@ -1625,6 +1625,13 @@ (define-public prosody-smack
|
|||
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"))
|
||||
|
|
Loading…
Reference in a new issue