Make the set of tested specifications configurable.

This commit is contained in:
Valentin Lorentz
2015-12-22 19:55:48 +01:00
parent ef8adc7ede
commit 2cc4ad4f0f
13 changed files with 91 additions and 4 deletions

View File

@ -56,6 +56,7 @@ server:
"""
class MammonController(BaseServerController, DirectoryBasedController):
software_name = 'Mammon'
supported_sasl_mechanisms = {
'PLAIN', 'ECDSA-NIST256P-CHALLENGE',
}