xmpp: Add a test for SCRAM-SHA-256
This commit is contained in:
@@ -207,9 +207,9 @@ Future<void> entrypoint() async {
|
||||
StreamManagementNegotiator(),
|
||||
CSINegotiator(),
|
||||
RosterFeatureNegotiator(),
|
||||
// TODO(Unknown): These two may not work
|
||||
// TODO(Unknown): This one may not work
|
||||
//SaslScramNegotiator(10, '', '', ScramHashType.sha512),
|
||||
//SaslScramNegotiator(9, '', '', ScramHashType.sha256),
|
||||
SaslScramNegotiator(9, '', '', ScramHashType.sha256),
|
||||
SaslScramNegotiator(8, '', '', ScramHashType.sha1),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user