mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
Send 'AUTHENTICATE :+' at the end of a SCRAM auth.
https://github.com/ircv3/ircv3-specifications/pull/326
This commit is contained in:
parent
64f27eff74
commit
40b9bbcb1b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user