Send 'AUTHENTICATE :+' at the end of a SCRAM auth.

https://github.com/ircv3/ircv3-specifications/pull/326
This commit is contained in:
Valentin Lorentz 2018-01-14 22:53:40 +01:00
parent 64f27eff74
commit 40b9bbcb1b

View File

@ -1191,6 +1191,7 @@ class Irc(IrcCommandDispatcher, log.Firewalled):
self.network, e)
self.tryNextSaslMechanism()
else:
self.sendSaslString(b'')
self.sasl_scram_state['step'] = 'authenticated'
def do903(self, msg):