RubyGems.org

jabbot

0.2.0

Jabbot is a Ruby micro-framework for creating Jabber/MUC bots, heavily inspired by Sinatra and Twibot. I modified the code of Twibot to fit my needs. The original Twibot code is located at: http://github.com/cjohansen/twibot/tree/master A big thank you to Christian Johansen, who wrote the code for Twibot. Jabbot is heavily based on his code. It's as easy as definig a small message handler: message do |message, params| post message.text end

installgem install jabbot -v 0.2.0
Authors

badboy

3,482 total downloads 930 for this version
Owners

Dd016fe8d3b2f44d2c9c5f3367b3ad25

Gemfile
gem "jabbot", "~> 0.2.0"
Versions
  1. 0.3.2 June 24, 2011
  2. 0.3.1 April 11, 2011
  3. 0.2.0 October 2, 2010
  4. 0.1.2 April 26, 2009
Show all versions (5 total)
Runtime Dependencies
  1. xmpp4r >= 0.4
Development Dependencies
  1. shoulda >= 2.10.1