Simple python snippet for sending log strings via xmpp/jabber

So, I needed to get some information from a process running, and I thought I'd get those using XMPP.

I often pick python when doing something small and random and "seriously, it's never going into production" kind of plans, so installed a py-xmpppy package and put this together.

#!/usr/bin …
more ...