Skip Menu |

This queue is for tickets about the Authen-SASL CPAN distribution.

Report information
The Basics
Id: 42193
Status: rejected
Priority: 0/
Queue: Authen-SASL

People
Owner: Nobody in particular
Requestors: andi [...] collax.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Docs clarification on 'client_step'
Date: Tue, 6 Jan 2009 22:37:08 +0100
To: bug-Authen-SASL [...] rt.cpan.org
From: Andreas Hofmeister <andi [...] collax.com>
POD on that method states "Returns the next value to pass to the server or an empty list on error." It would be worthwhile to point out that the result is 'undef' in case of an error while an empty string is a valid challenge (happens with GSSAPI). There is at least one piece of software (Anyevent::XMPP) that got that wrong.