mojodna / switchboard
- Source
- Commits
- Network (3)
- Issues (3)
- Downloads (14)
- Wiki (1)
- Graphs
-
Tree:
45b57a4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 12 14:20:44 -0800 2008 | |
| |
README.markdown | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
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
$ ...

