Joggle 0.1.0 Released: Jabber to Twitter Relay

Joggle is a Jabber to Twitter relay, written in Ruby. Tweets (Twitter
messages) are sent as Jabber instant messages, and instant messages are
sent as tweets.

Joggle is available as a gem (gem install joggle), or as a tarball. The
full release announcement, setup instructions, and links to the tarball
and bug tracker are all available at the following URL:

http://pablotron.org/?cid=1563

Questions or comments are appreciated.

Paul D. wrote:

Joggle is a Jabber to Twitter relay, written in Ruby. Tweets (Twitter
messages) are sent as Jabber instant messages, and instant messages are
sent as tweets.

I’ve been running a similar script for a month or so (here:
GitHub - lazyatom/jitter: A tiny script to post to twitter via a Jabber interface), although I’m sure yours is more
robust; mine is just a thin layer of glue between the Twitter and
Jabber::Simple libraries.

There’s definitely something nice about having a client that can be
hacked to suit, though.

James