scripting with Jabber. Similar projects are Twisted Words
and jabber.py.
This library was not designed from scratch. It inherits some
code from jabberpy and have very similar API in many places.
Though it is separate project since it have almost completely
different architecture and primarily aims to work with jabberd2
- the new Open Source Jabber Server.
WWW: http://xmpppy.sourceforge.net/
The IRC transport is a dynamic gateway that allows XMPP/Jabber
users to connect to IRC using their Groupchat and MUC clients.
It is based on xmpppy and irclib Python libraries.
WWW: http://xmpppy.sourceforge.net/irc/
PR: ports/96362
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>