Switchboard
Switchboard is both a toolkit for assembling XMPP clients as well as a set of command-line tools for interacting with XMPP servers.
Getting Started
Install it:
$ sudo gem install mojodna-switchboard -s http://gems.github.com
Configure it:
$ switchboard config jid [email protected]
$ switchboard config password pa55word
Settings will be stored in $HOME/.switchboardrc
Run it:
$ switchboard <command> <args>
$ switchboard roster list
$ switchboard roster add fireeagle.com
$ ...