typo
This commit is contained in:
parent
cfc623cfea
commit
0894d642bb
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Module(object):
|
|||
if event["subcommand"] == "NAK":
|
||||
event["server"].send_capability_end()
|
||||
elif event["subcommand"] == "ACK":
|
||||
if not "sasl" in event["capability_list"]:
|
||||
if not "sasl" in event["capabilities"]:
|
||||
event["server"].send_capability_end()
|
||||
else:
|
||||
event["server"].send_authenticate("PLAIN")
|
||||
|
|
Loading…
Reference in a new issue