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
|
@ -146,6 +146,7 @@
|
||||||
|
|
||||||
(define %test-prosody
|
(define %test-prosody
|
||||||
(let* ((config (prosody-configuration
|
(let* ((config (prosody-configuration
|
||||||
|
(disable-sasl-mechanisms '())
|
||||||
(virtualhosts
|
(virtualhosts
|
||||||
(list
|
(list
|
||||||
(virtualhost-configuration
|
(virtualhost-configuration
|
||||||
|
|
Loading…
Reference in New Issue