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

838 B

CHANGELOG

0.6.1 (2014-11-20)

0.6.0 (2014-11-13)

  • [MINOR] Issue #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

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