This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 436bfef4b4bbbfc1a9657d05a73441c9c02d621c
tree dfbbf49739eda1fe004acb9e0611ea082a07cfd2
parent 9ae9118955892d2d035f959402f61c3a0a78b52c
tree dfbbf49739eda1fe004acb9e0611ea082a07cfd2
parent 9ae9118955892d2d035f959402f61c3a0a78b52c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Nov 12 14:20:44 -0800 2008 | |
| |
README.markdown | ||
| |
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
$ ...








