public
Description: A toolkit for assembling XMPP clients and interacting with XMPP servers.
Homepage:
Clone URL: git://github.com/mojodna/switchboard.git
mojodna (author)
Thu Nov 13 11:34:31 -0800 2008
commit  436bfef4b4bbbfc1a9657d05a73441c9c02d621c
tree    dfbbf49739eda1fe004acb9e0611ea082a07cfd2
parent  9ae9118955892d2d035f959402f61c3a0a78b52c
name age message
file .gitignore Wed Nov 12 14:20:44 -0800 2008 minimal gemspec [mojodna]
file README.markdown Loading commit data...
directory bin/
directory examples/
directory lib/
file switchboard.gemspec
README.markdown

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 jid@example.com
$ switchboard config password pa55word

Settings will be stored in $HOME/.switchboardrc

Run it:

$ switchboard <command> <args>
$ switchboard roster list
$ switchboard roster add fireeagle.com
$ ...