Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
Mike Taylor edited this page Apr 11, 2015 · 7 revisions

SleekXMPP

See Also: http://sleekxmpp.com

SleekXMPP is a flexible XMPP client/component/server library for Python 2.6+ and 3+ focused on flexibility, ease of use, and every XMPP extension (XEP) as a plugin.

SleekXMPP is featured in O’Reilly’s XMPP: The Definitive Guide by Peter Saint-Andre, Kevin Smith, and Remko Tronçon and was used for all of the code examples. As SleekXMPP's API has had major revisions since 0.2.1 as featured in the book, please read the transition docs.

Community

Developer Documentation

If the topic you need isn't clear or documented, please note it on the Documentation Requests page, or join the chat room above and ask. We're focusing on the documentation for 1.0 now, and we want to be sure to address the common issues people have faced.

How do I...