Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Releases: fabiang/xmpp

0.7.0

23 May 12:53
Compare
Choose a tag to compare
  • [MAJOR]: PR #46 Added support for password-protected chatrooms
  • [MAJOR]: PR #44 Added anonymous authentication method
  • [MAJOR]: PR #34 Added support for registereing user
  • [MAJOR]: PR #34 Added vCard support
  • [MAJOR]: PR #34 Added support for blocking and unblocking an user
  • [MAJOR]: Drop support for PHP lower than 5.6
  • [MAJOR]: PR #31: Possibility to set context for SocketClient

Incomplete buffer response

20 Nov 09:00
Compare
Choose a tag to compare
  • [PATCH] Issue #4: Incomplete buffer response

Better handling of connections

13 Nov 13:22
Compare
Choose a tag to compare
  • [MINOR] Issue #3: Library now tries to reconnect via TLS if connection with TCP failed
  • [PATCH]: Reducing output for blocking listeners.

Quoting of messages

13 Nov 13:22
Compare
Choose a tag to compare
  • [MINOR]: Messages get now quoted
  • [MINOR]: Classes are now autoloaded with PSR-4

Added Timeout

28 Feb 23:04
Compare
Choose a tag to compare
  • [MINOR]: Added a timeout to connection

Code optimizations and fixed Digest-MD5 authentication

05 Feb 20:11
Compare
Choose a tag to compare
  • [MINOR]: Digest-MD5 authentication wasn't working
  • [PATCH]: various code optimizations

0.2.0

27 Jan 16:57
Compare
Choose a tag to compare
  • [MINOR]: Added support for DIGEST-MD5 authentication
  • [PATCH]: Fixed a bug in xml parser, which triggered wrong events

0.1.0

27 Jan 16:58
Compare
Choose a tag to compare
  • [MINOR]: First release