show/hide this revision's text 2 Added note about branches/0.2 is the last Python 2.5+ version

The recent O'Reilly book "XMPP: The Definitive Guide" uses SleekXMPP as a basis for its examples.

The cool thing about SleekXMPP is the number of extensions it supports: "The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage".

Documentation is a downside. It's GPL licensed which some people think of as a downside. Also, it's Python 3k* (which is both good and bad, depending on what state the rest of your code base is in).

*) Branches/0.2 is apparently the the last Python 2.5+ version. The developer of SleekXMPP mentioned on Twitter that he's happy to maintain that version, but not backport new features.

show/hide this revision's text 1

The recent O'Reilly book "XMPP: The Definitive Guide" uses SleekXMPP as a basis for its examples.

The cool thing about SleekXMPP is the number of extensions it supports: "The goals of the project are ease of implementation, and complete draft XEP (XMPP Extended Protocol) coverage".

Documentation is a downside. It's GPL licensed which some people think of as a downside. Also, it's Python 3k (which is both good and bad, depending on what state the rest of your code base is in).