on RPL_SASLMECHS, we should still wait_for the ERR_SASLFAIL after it
This commit is contained in:
parent
5da82e7d66
commit
3700ba4ab6
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class SASLContext(ServerContext):
|
||||||
# prior to CAP v3.2 - ERR telling us which mechs are supported
|
# prior to CAP v3.2 - ERR telling us which mechs are supported
|
||||||
available = line.params[1].split(",")
|
available = line.params[1].split(",")
|
||||||
match = _common(available)
|
match = _common(available)
|
||||||
|
await self.server.wait_for(NUMERICS_FAIL)
|
||||||
elif line.command == "AUTHENTICATE" and line.params[0] == "+":
|
elif line.command == "AUTHENTICATE" and line.params[0] == "+":
|
||||||
auth_text = ""
|
auth_text = ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue