Menu

#14 Removed deprecation warnings

open
nobody
None
5
2015-01-30
2009-06-13
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    A diff of the root package

     

Log in to post a comment.