services: prosody: Add a description to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[description]: New field.master
parent
1697048ff2
commit
9c6a461cf0
|
@ -691,7 +691,9 @@ See also @url{https://prosody.im/doc/modules/mod_muc}."
|
||||||
(service-extension account-service-type
|
(service-extension account-service-type
|
||||||
(const %prosody-accounts))
|
(const %prosody-accounts))
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
prosody-activation)))))
|
prosody-activation)))
|
||||||
|
(description
|
||||||
|
"Run Prosody, a modern XMPP communication server.")))
|
||||||
|
|
||||||
;; A little helper to make it easier to document all those fields.
|
;; A little helper to make it easier to document all those fields.
|
||||||
(define (generate-documentation)
|
(define (generate-documentation)
|
||||||
|
|
Reference in New Issue