[Pidgin] #16822: IRC Sasl support
Pidgin
trac at pidgin.im
Mon Dec 14 14:53:31 EST 2015
#16822: IRC Sasl support
------------------------------------------+------------------
Reporter: tesas | Owner: elb
Type: defect | Status: new
Milestone: | Component: IRC
Version: 2.10.11 | Resolution:
Keywords: sasl, irc, charybdis, ratbox |
------------------------------------------+------------------
Description changed by tesas:
Old description:
> 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)
> }}}
New description:
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 sends this:
{{{
base64(\0username\0password)
}}}
--
--
Ticket URL: <https://developer.pidgin.im/ticket/16822#comment:1>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list