Install xmpppy on CentOS

Wojtek on bash, jabber, Linux, xmpppy · · Comments · 1 min read

xmpppy is a Python library allowing you to send messages from your server to any Jabber enabled communicator. Firstly download and unpack xmpppy to a local directory. Next go into the unpacked directory and run: python setup.py install Next you need a script that will do the sending. Use your favourite text editor to create file i.e.: vim... Read more »