python-jabberbot: Changes since the initial release from 2007-07-28 Mon, 17 Sep 2007 11:32:55 +0200 Patch from John Martinez * Version 0.2 + Support for unknown_command handler in subclasses + New jabberbot.quit() method to break out of the main loop + Sample subscribe command in docstring to show how it's done + Sample unknown_command implementation in docstring * Jabber server names changed to server.example.com (RFC 2606) Fri, 19 Oct 2007 11:01:04 +0200 Patch from Dan Sanders * Version 0.3 + Set thread/type of message when sending a reply * Skip encrypted messages and other message types Sat, 12 Jul 2008 12:55:54 +0200 Add Python Module Distribution * Version 0.4 + Add setup.py for inclusion in Python Cheese Shop Mon, 21 Jul 2008 13:25:28 +0200 Help sorting, support for HIDDEN keyword * Version 0.5 + Add support for "HIDDEN" in docstring to hide from help * Sort help command index alphabetically * Thanks to Todd Eddy for the suggestions