I use the Net::Jabber::Bot module in my Perl script and it works correctly, but one problem is that when I want to send a message, all new lines are deleted! Two questions:
- How can we have new lines in our posts? Should we disable
chomp somewhere? - What happens to newlines in Jabber / XMPP?
source share