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 %test-prosody
 | 
					(define %test-prosody
 | 
				
			||||||
  (let* ((config (prosody-configuration
 | 
					  (let* ((config (prosody-configuration
 | 
				
			||||||
 | 
					                  (disable-sasl-mechanisms '())
 | 
				
			||||||
                  (virtualhosts
 | 
					                  (virtualhosts
 | 
				
			||||||
                   (list
 | 
					                   (list
 | 
				
			||||||
                    (virtualhost-configuration
 | 
					                    (virtualhost-configuration
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue