mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-12 05:02:32 +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.network, e)
|
||||||
self.tryNextSaslMechanism()
|
self.tryNextSaslMechanism()
|
||||||
else:
|
else:
|
||||||
|
self.sendSaslString(b'')
|
||||||
self.sasl_scram_state['step'] = 'authenticated'
|
self.sasl_scram_state['step'] = 'authenticated'
|
||||||
|
|
||||||
def do903(self, msg):
|
def do903(self, msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user