a small project for command line jabber notification. this is a working example for using jabberoo c++ library.
it communicated via stdin/stdout, so you need to connect it eg. to tcp/ip stream with socat.
I decided to publish it because there seems to be no command line utility for simple jabber notification and it ate my few precious hours to dig into it. so I hope you like it :-)
socat -v EXEC:"./jabber-notify login password jabber.net login@jabber.net hello" TCP4:jabber.net:5222