mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism.
GNU Freetalk doesn't support SCRAM-SHA-1. * gnu/tests/messaging.scm (%test-prosody): Override default disable-sasl-mechanisms value.
This commit is contained in:
parent
e30038dae1
commit
5c22f3726e
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ (define %create-prosody-account
|
|||
|
||||
(define %test-prosody
|
||||
(let* ((config (prosody-configuration
|
||||
(disable-sasl-mechanisms '())
|
||||
(virtualhosts
|
||||
(list
|
||||
(virtualhost-configuration
|
||||
|
|
Loading…
Reference in a new issue