Q&A: How to install XMPP Perl Module?
Question (Q):
How to install XMPP Perl Module?
Answer (A):
Net::XMPP provides a Perl user with access to the Extensible Messaging and Presence Protocol (XMPP). You can installing the XMPP module for Perl with following command:
[sourcecode language="bash"]
perl -MCPAN -e shell
o conf prerequisites_policy follow
o conf commit
install Net::XMPP IO::Socket::SSL exit
[/sourcecode]