This repository has been archived by the owner on Jan 10, 2022. It is now read-only.
Releases: fabiang/xmpp
Releases · fabiang/xmpp
0.7.0
- [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
- [PATCH] Issue #4: Incomplete buffer response
Better handling of connections
- [MINOR] Issue #3: Library now tries to reconnect via TLS if connection with TCP failed
- [PATCH]: Reducing output for blocking listeners.
Quoting of messages
- [MINOR]: Messages get now quoted
- [MINOR]: Classes are now autoloaded with PSR-4
Added Timeout
- [MINOR]: Added a timeout to connection
Code optimizations and fixed Digest-MD5 authentication
- [MINOR]: Digest-MD5 authentication wasn't working
- [PATCH]: various code optimizations