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.