Mar 20

Jabber::Bot makes it simple to create a Jabber bot with little fuss. It is a perfect starting point for creating and customizing a powerful Jabber bot, public or private. A Jabber::Bot's command repertoire is a combination of regular expressions and pure Ruby code. With a little creativity, there's really nothing a Jabber::Bot can't do.

For example, I recently created a Jabber::Bot that interfaces with a custom Lace chat room I extended with a RESTful API, and it's been working great.

Installing Jabber::Bot is a snap with RubyGems: gem install jabber-bot.

You'll find some brief documentation with examples on the Jabber::Bot home page. Also, the RubyGem contains full RDoc, and the gzipped tarball includes a sample Jabber::Bot implementation.

Comments

Can you suggest me any host or server where I can host my jabber bot for free?

Re: Jabber bot hosting

I'm not sure about completely free hosting, but there are quite a few inexpensive services out there. The trick is finding one that includes Ruby.

While not free, you really can't go wrong with Slicehost if you know what you're doing, and I've heard good things about A Small Orange.

XMPP server for laconi.ca

How can we setup an XMPP Server for Laconi.ca Installation ? Can you please help... ?

Further comments on this article have been disabled.