[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism.
From: |
Clément Lassieur |
Subject: |
09/09: tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism. |
Date: |
Sun, 26 Nov 2017 09:36:09 -0500 (EST) |
snape pushed a commit to branch master
in repository guix.
commit 5c22f3726e6a3e44792fd44f7b42122194a16f35
Author: Clément Lassieur <address@hidden>
Date: Fri Nov 24 22:31:33 2017 +0100
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.
---
gnu/tests/messaging.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/tests/messaging.scm b/gnu/tests/messaging.scm
index 0ba0c83..60e2f33 100644
--- a/gnu/tests/messaging.scm
+++ b/gnu/tests/messaging.scm
@@ -146,6 +146,7 @@
(define %test-prosody
(let* ((config (prosody-configuration
+ (disable-sasl-mechanisms '())
(virtualhosts
(list
(virtualhost-configuration
- branch master updated (b8e7781 -> 5c22f37), Clément Lassieur, 2017/11/26
- 03/09: gnu: prosody: Add lua5.1-bitop to inputs., Clément Lassieur, 2017/11/26
- 01/09: gnu: prosody: Update to 0.10.0., Clément Lassieur, 2017/11/26
- 09/09: tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism.,
Clément Lassieur <=
- 07/09: services: prosody: Allow to add raw content to the config file., Clément Lassieur, 2017/11/26
- 02/09: gnu: Add lua5.1-bitop., Clément Lassieur, 2017/11/26
- 04/09: services: prosody: Adapt to Prosody 0.10.0., Clément Lassieur, 2017/11/26
- 05/09: services: prosody: Add support for http-external-url., Clément Lassieur, 2017/11/26
- 06/09: services: prosody: Add support for http-max-content-size., Clément Lassieur, 2017/11/26
- 08/09: services: prosody: Add support for disable-sasl-mechanisms., Clément Lassieur, 2017/11/26