Download List

專案描述

python-jabberbot is a Jabber bot framework for
Python that makes it easy to write simple Jabber
bots. One can use these Jabber bots to provide
information about running systems, to make Web
sites interact with Jabber-enabled visitors, or
notify the bot owner about updates or changes that
are monitored with custom Python scripts.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-31 20:21
0.14

This release is a bugfix release. Among other changes, it includes various fixes to the code and clean-ups that should make it easier in the future for contributors to submit patches against the current code-base.

2011-04-05 02:13
0.13

This release adds support for optionally receiving one's own messages in the JabberBot. This is helpful when trying to build a federated multicast JabberBot network.

2011-02-11 00:49
0.12

This release adds support for private subscription domains. A JabberBot can now listen only to subscriptions from its own domain or from a specific target domain, ignoring all other domains. The default behavior is still the same as in previous versions (no restrictions in subscriptions).
標籤: Minor feature enhancements

2011-01-24 09:54
0.11

Several bugs in the examples and in the main module have been fixed. Support for Jabber Multi-User-Chats (MUCs) has been added, with an accompanying example.

2010-07-31 14:03
0.10

Support for XMPP TUNE (a status message about the currently playing song) and XHTML messages has been added. Command names can now be overridden with a special parameter to the botcmd decorator. The default response in the command handler can now be suppressed. If the bot joins a multi-user chat (MUC), its username can be overridden to avoid having the Jabber ID used as username.

Project Resources