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

이 릴리스 bugfix 릴리스입니다. 다른 변경 사항으로는, 그것은 코드베이스의 현재에 대한 패치를 제출 기여자의 미래에보다 쉽게​​ 코드와 깨끗한 - UPS에 여러 수정 프로그램이 포함되어 있습니다.
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

이 릴리스 선택 JabberBot에 자신의 메시지를 수신에 대한 지원을 추가합니다. 이것은 제휴 멀티 캐스트 JabberBot 네트워크를 구축하려고 할 때 유용합니다.
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

이 릴리스에는 민간 구독 도메인에 대한 지원을 추가합니다. JabberBot 지금은 다른 모든 도메인을 무시하고, 자체 도메인에서 또는 특정 대상 도메인에서 구독만을들을 수 있습니다. 기본 동작은 여전히 이전 버전 (구독에 제한)에서와 동일합니다.
Tags: Minor feature enhancements
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).

2011-01-24 09:54
0.11

예제와 기본 모듈의 여러 버그가 수정되었습니다. Jabber를 다중 사용자 채팅 (MUCs)에 대한 지원이 수반 예제를 통해, 추가되었습니다.
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

XMPP 조정 (현재 재생중인 노래에 대한 상태 메시지)과 XHTML 메시지에 대한 지원이 추가되었습니다. 명령 이름은 이제 botcmd 장식하는 특수 매개 변수와 재정의될 수 있습니다. 명령 처리기에서 기본 응답은 이제 회피할 수 있습니다. 은 (MUC) 다중 사용자 채팅을 조인 봇면, 그 이름은 재버 ID는 사용자 이름으로 사용하는 것을 피하기 위해 재정의될 수 있습니다.
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