1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/vendor/fabiang/xmpp/CHANGELOG.md

34 lines
838 B
Markdown

# CHANGELOG
## 0.6.1 (2014-11-20)
- [PATCH] [Issue #4](https://github.com/fabiang/xmpp/issues/4): Incomplete buffer response
## 0.6.0 (2014-11-13)
- [MINOR] [Issue #3](https://github.com/fabiang/xmpp/issues/3): Library now tries to reconnect via TLS if connection with TCP failed
- [PATCH]: Reducing output for blocking listeners.
## 0.5.0 (2014-10-29)
- [MINOR]: Messages get now quoted
- [MINOR]: Classes are now autoloaded with PSR-4
- [PATCH]: Cleanups
## 0.4.0 (2014-02-28)
- [MINOR]: Added a timeout to connection
## 0.3.0 (2014-02-05)
- [MINOR]: Digest-MD5 authentication wasn't working
- [PATCH]: various code optimizations
## 0.2.0 (2014-01-27)
- [MINOR]: Added support for DIGEST-MD5 authentication
- [PATCH]: Fixed a bug in xml parser, which triggered wrong events
## 0.1.0 (2014-01-23)
- [MINOR]: First release