NAME

Net::Jabber::Bot - Automated Bot creation with safeties

VERSION

Version 2.1.6

SYNOPSIS

Program design: This is a Moose based Class.

The idea behind the module is that someone creating a bot should not really have to know a whole lot about how the Jabber protocol works in order to use it. It also allows us to abstract away all the things that can get a bot maker into trouble. Essentially the object helps protect the coders from their own mistakes.

All someone should have to know and define in the program away from the object is:

The object at present has the following enforced safeties as long as you do not override safety mode:

FUNCTIONS

AUTHOR

Todd Rinaldo <perl-net-jabber-bot@googlegroups.com) >

BUGS

Please report any bugs or feature requests to perl-net-jabber-bot@googlegroups.com, or through the web interface at http://code.google.com/p/perl-net-jabber-bot/issues/entry. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Net::Jabber::Bot

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Todd E Rinaldo, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.