mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Temporarily disabling sts on Limnoria until it's released.
This commit is contained in:
@ -31,7 +31,7 @@ class LimnoriaController(BaseClientController, DirectoryBasedController):
|
|||||||
supported_sasl_mechanisms = {
|
supported_sasl_mechanisms = {
|
||||||
'PLAIN', 'ECDSA-NIST256P-CHALLENGE', 'SCRAM-SHA-256', 'EXTERNAL',
|
'PLAIN', 'ECDSA-NIST256P-CHALLENGE', 'SCRAM-SHA-256', 'EXTERNAL',
|
||||||
}
|
}
|
||||||
supported_capabilities = {'sts'} # Not exhaustive
|
supported_capabilities = set() # Not exhaustive
|
||||||
|
|
||||||
def create_config(self):
|
def create_config(self):
|
||||||
create_config = super().create_config()
|
create_config = super().create_config()
|
||||||
|
Reference in New Issue
Block a user