Revision history for Net-Jabber-Bot

2.0.5
Missed a test file mentioning IO::Prompt (t/03)

2.0.4
Removed some email addresses present.
Tidy up manifest
Referring to google project in POD now.
Inserted gtalk fixes so the module will work with them.
Funky eval issue with gtalk client commented out. We'll have to look at that later, but for now we don't need it at all

2.0.3
Creation of Mock Client to allow automation of testing without a server.
Also added Example script so someone can see how to use the module.

2.0.2
Added Log::Log4Perl as dependancy. This should be in everyone's CPAN so it shouldn't be a big deal that people need to install it even though it's not necessary for people to use the module...

2.0.1
Oops! Guess I need to make this module dependant on Net::Jabber if it's ever going to make test.

2.0.0
Move to 3 digit version (see pause.perl.org FAQ about starting with 2 digit version and going to 3)
internal callback maker created to reduce code.

1.2.1 Call back functions how call self funcion via anonymous subs.
Minor bug fixes and cleanup.

1.2.0 Re-enabled config test, plus fixed some docs. Versioning changes from here out to be 3 digit.
Bot will respond to different addressings per forum (all messages, jbot:, etc.)

1.1 Initial CPAN release - Basic tests built. Still more needed. Some of the limits are hard
coded. Arguably, these should be more in a child module, not the base class?

1.0 Initial pre-CPAN release -- Does basic stuff but no tests yet. not CPAN ready