my $connection = Net::Jabber::Client->new();
$connection->Connect( "hostname" => SERVER,"port" => PORT ) or die
"Cannot connect ($!)\n";
as suggested at
Nagios Exchange
It dies without any additional information.
Two questions
1 - How do I get more info to troubleshoot the problem?
2 - I'm using talk.google.com and port 443 - will Net::Jabber connect ok to their server? My jabber client (iChat) does, but I'm not sure if google abortionized something....
Any feedback appreciated
Brian