service: Register the CSINegotiator

This commit is contained in:
PapaTutuWawa 2022-07-17 12:03:47 +02:00
parent 989f0fd48d
commit e067993ec9

View File

@ -201,6 +201,7 @@ Future<void> entrypoint() async {
ResourceBindingNegotiator(),
StartTlsNegotiator(),
StreamManagementNegotiator(),
CSINegotiator(),
SaslScramNegotiator(10, "", "", ScramHashType.sha512),
SaslScramNegotiator(9, "", "", ScramHashType.sha256),
SaslScramNegotiator(8, "", "", ScramHashType.sha1),