mojodna / switchboard
- Source
- Commits
- Network (3)
- Issues (3)
- Downloads (14)
- Wiki (1)
- Graphs
-
Tree:
e775fe8
commit e775fe821465cf23bf007652a61baece75b76334
tree 72c5c4d8895118489994b0cb0e4fb0f75ae3cb58
parent 8a46064fa2ea8d95b5e7ebb3ba63c633cc5bc41e
tree 72c5c4d8895118489994b0cb0e4fb0f75ae3cb58
parent 8a46064fa2ea8d95b5e7ebb3ba63c633cc5bc41e
| 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
$ ...

