[Pidgin] #16822: IRC Sasl support
Pidgin
trac at pidgin.im
Mon Dec 14 14:52:54 EST 2015
#16822: IRC Sasl support
---------------------+------------------------------------------
Reporter: tesas | Owner: elb
Type: defect | Status: new
Milestone: | Component: IRC
Version: 2.10.11 | Keywords: sasl, irc, charybdis, ratbox
---------------------+------------------------------------------
Hello,
The sasl implementation pidgin is using doesn't work for all ircd servers
i know of.
The correct format for the sasl plain method is the following:
{{{
base64(username\0username\0password)
}}}
However pidgin sents this:
{{{
base64(\0username\0password)
}}}
--
Ticket URL: <https://developer.pidgin.im/ticket/16822>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list