public
Description: A toolkit for assembling XMPP clients and interacting with XMPP servers.
Homepage:
Clone URL: git://github.com/mojodna/switchboard.git
name age message
file .gitignore Wed Nov 12 14:20:44 -0800 2008 minimal gemspec [mojodna]
file README.markdown Loading commit data...
file Rakefile
directory bin/ Sun Nov 16 20:29:54 -0800 2008 cleanup [mojodna]
directory examples/ Wed Nov 12 17:55:47 -0800 2008 moved election results example into examples/ [mojodna]
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
$ ...