8000 Releases · xmpppy/xmpppy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: xmpppy/xmpppy

0.7.1

10 Apr 18:27
Compare
Choose a tag to compare

What's Changed

  • Use six.ensure_str() and six.ensure_binary() instead of custom decoding. Thanks, @normanr!
  • Fix Non-SASL (XEP-0078) authentication for Python 3. Thanks, @smudge1977!
  • Add B64 shortcut function to streamline base64 encoding.

Full Changelog: 0.7.0...0.7.1

0.7.0

28 Dec 16:49
Compare
Choose a tag to compare
  • Documentation: Improve README and setup.py
  • xmpp-message: Evaluate return value from connection.auth() and croak when it fails
  • xmpp-message: Optionally read credentials from ~/.xsend file. Thanks, @gdt!
  • Remove basic.py and xsend.py example programs

Full Changelog: 0.6.5...0.7.0

0.6.5

27 Dec 23:52
Compare
Choose a tag to compare

Full Changelog: 0.6.4...0.6.5

0