I'm using Net::Jabber::Bot
module in my Perl script and it works properly but one problem is that when I want to send a message all new lines get removed! Two questions :
- How we can have new lines in our messages? Should we disable a
chomp
somewhere? - What happens with new lines in Jabber/XMPP?