mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Fix SASL EXTERNAL authentication
The "AUTHENTICATE" command is always required – it's part of the IRCv3 SASL framing. RFC 4422 only documents the Base64 payload.
This commit is contained in:
parent
64bac950fc
commit
4baefd2574
@ -145,7 +145,7 @@ static void sasl_step(IRC_SERVER_REC *server, const char *data, const char *from
|
||||
|
||||
case SASL_MECHANISM_EXTERNAL:
|
||||
/* Empty response */
|
||||
irc_send_cmdv(server, "+");
|
||||
irc_send_cmdv(server, "AUTHENTICATE +");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user