Releases: xmpppy/xmpppy
Releases · xmpppy/xmpppy
0.7.1
What's Changed
- Use
six.ensure_str()
andsix.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
- Documentation: Improve README and setup.py
xmpp-message
: Evaluate return value fromconnection.auth()
and croak when it failsxmpp-message
: Optionally read credentials from~/.xsend
file. Thanks, @gdt!- Remove
basic.py
andxsend.py
example programs
Full Changelog: 0.6.5...0.7.0