In py2.6, this package throws a few deprecation warnings when making and connecting with an xmpp.client.Client. I've included a patch to resolve those warnings; md5 and sha are no longer used, in favor of hashlib.md5 and hashlib.sha1, and socket.ssl is no long used, in favor of ssl.wrap_socket.
A diff of the root package
There's an update to the changes in transports.py, as visible in this patch: https://github.com/freebsd/freebsd-ports/blob/master/net-im/py-xmpppy/files/patch-xmpp-transports.py
//edit: Nevermind, seems like this is dead and has been forked by https://github.com/ArchipelProject/xmpppy
Last edit: sj 2015-01-31