-
Notifications
You must be signed in to change notification settings - Fork 8
Description
https://code.google.com/archive/p/perl-net-jabber-bot/issues/28
Posted on Nov 16, 2011 by Helpful Panda
What steps will reproduce the problem?
git clone git://github.com/toddr/perl-net-jabber-bot.git
[... build & install so we have the latest 2.1.6 version ...]
using the following script, attempt to login to GTalk:
https://raw.github.com/toddr/perl-net-jabber-bot/master/examples/gtalk_RSSbot.pl
Observe the following errors:
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl5/Net/Jabber/Bot.pm line 52. Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl5/Net/Jabber/Bot.pm line 52. Jabber server is down or connection was not allowed: at /usr/local/share/perl5/Net/Jabber/Bot.pm line 384.
What is the expected output? What do you see instead?
We expect to be able to connect to GTalk. Instead, the connection fails.
What version of the product are you using? On what operating system?
Perl 5.10.1 on CentOS 6 x86_64.
Log::Log4perl v1.34 Moose v2.0400 MooseX::Types v0.30 Net::Jabber v2.0 Net::Jabber::Bot v2.1.6 Net::XMPP v1.02 Sys::Hostname v1.11 Time::HiRes v1.9724
Comment #1
Posted on Feb 19, 2013 by Grumpy Camel
See comments per issue 30?