jabbot 1.0.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 by Christian Johansen is located at: http://github.com/cjohansen/twibot It's as easy as definig a small message handler: message {|message, params| post message.text }
Gemfile:
=
installation:
=
Dépendances de Runtime (2):
eventmachine
~> 0.12
xmpp4r
~> 0.4
Dépendances de Development (1):
shoulda
~> 2.10.1