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 6da89129ba78c42e5d10cf253fa339550f0ac06d
tree 93265fdd3d134a5b94deb17da561c14c03b9ab5b
parent 79540d37e8cc9346e99248d66eb199876b16d7f8
tree 93265fdd3d134a5b94deb17da561c14c03b9ab5b
parent 79540d37e8cc9346e99248d66eb199876b16d7f8
camper /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sat Jun 06 02:12:45 -0700 2009 | |
| |
camper.rb | Sat Jun 06 13:10:15 -0700 2009 |
Camper
A Campfire (37Signals) to Jabber interface
Requirements
- rubygems
- tinder
- xmpp4r-simple
- daemons
Note: Tinder requires Hpricot, which requires a build utilities and Ruby development headers.
Start Camper with:
ruby camper.rb start
Configuration
You must setup a config.yaml file in a $HOME/.camper directory, formatted like so:
rooms:
- deliver_to: mainjabberaccount@example.com
campfire:
ssl: true
domain: campfiresubdomain
pass: foo
user: campfireaccount@example.com
room: My Chat Room
jabber:
pass: foo
user: jabberproxy@example.com
- deliver_to: anotherjabberaccount@example.com
campfire:
ssl: true
domain: campfiresubdomain
pass: bar
user: anothercampfireaccount@example.com
room: My Chat Room
jabber:
pass: bar
user: anotherjabberproxy@example.com











