[Pidgin] #15452: IRC SASL sends invalid commands for empty SASL data
Pidgin
trac at pidgin.im
Sun Jan 6 10:27:54 EST 2013
#15452: IRC SASL sends invalid commands for empty SASL data
---------------------+-----------------
Reporter: grawity | Owner: elb
Type: defect | Status: new
Milestone: 2.10.7 | Component: IRC
Version: 2.10.6 | Keywords:
---------------------+-----------------
In some cases, `sasl_client_step()` returns a zero-length response (for
example, when using the EXTERNAL mechanism).
When this happens, Pidgin sends `AUTHENTICATE` without any arguments and
the server complains about "missing parameter". The correct way is to send
a `+` as the data (i.e. `AUTHENTICATE +`).
Patch attached...hopefully.
--
Ticket URL: <https://developer.pidgin.im/ticket/15452>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list