Skip Menu |

This queue is for tickets about the Jabber-Lite CPAN distribution.

Report information
The Basics
Id: 20686
Status: resolved
Priority: 0/
Queue: Jabber-Lite

People
Owner: Nobody in particular
Requestors: link [...] redbrick.dcu.ie
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.7
Fixed in: 0.8



Subject: SSL Support
When attempting to login using ssl the perl proccess dies. This seems to be caused by calling send on an IO::Socket::SSL object. send is not supported by IO::Socket::SSL. If I change the send to a print (as suggested in the IO::Socket::SSL docs) my login fails and the jabber server crashes.
On Tue Jul 25 18:04:13 2006, PSINNOTT wrote: Show quoted text
> When attempting to login using ssl the perl proccess dies. > > This seems to be caused by calling send on an IO::Socket::SSL object. > > send is not supported by IO::Socket::SSL. If I change the send to a > print (as suggested in the IO::Socket::SSL docs) my login fails and the > jabber server crashes.
Fixed in 0.8 (Feb 2007) by way of a similar report from Marc Pelzer in another venue.