I would like to enable XMPP communication between my Beaglebone Black and an Openfire server. Nothing fancy, just send a time stamped message when a Digital Input is tripped.
Two routes seem to present themselves
- Implement via PERL via NET::JABBER but I do not see this perl module in my angstrom build
- Implement via PYTHON XMPP bot.
I am more comfortable with perl but can use PYTHON if necessary. I searched the group but did not see any XMPP examples. Does anybody have XMPP examples that they could share?
Thanks