On Tue Mar 26 12:15:43 2013, ilesik wrote:
Show quoted text> $text = '0'; # JUST ONE SYMBOL '0' => it evaluates to false in perl,
> and AnyEvent::XMPP::IM::Message do this check.
> AnyEvent::XMPP::IM::Message->new(body => $text, to => '...')->send($con);
I don’t see the check you are referring to.
Can you please send a link to the specific line in the source? See
https://github.com/AnyEvent-XMPP/AnyEvent-XMPP for the latest version.
Or just send a pull request on GitHub if you can fix the bug.