Anyway, I think I've gotten us far enough off topic. I'll pick this up in other threads if I get ambitious enough. Thanks for the help.
Here is a perl script to send a Jabber message (gmail/facebook) http://www.scribd.com/doc/2074991/Ho...ages-to-jabber
1. make sure that you are using latest sendxmpp (I have sendxmpp 1.20) 2. add your Google Talk account info to the .sendxmpprc file: your_name@gmail.com;talk.google.com your_password 3. use the following command to send message to Google Talk user someone@gmail.com: $ echo "GTalk test" | sendxmpp -t -u your_name -o gmail.com someone Example: .sendxmpprc: john@gmail.com;talk.google.com password $ echo "GTalk test" | sendxmpp -t -u john -o gmail.com someone