Releases: vukoye/xmpp_dart
Releases · vukoye/xmpp_dart
0.4.4-dev.6
- Update dependencies to the latest possible versions;
0.4.4-dev.5
- Update dependencies to the latest possible versions;
0.4.4-dev.4
- update dependencies to latest possible versions;
0.4.4-dev.3
- Revert
descendants
processing (fix some issues on the different Chat Servers); - Fix
MessageArchiveManager
query date fields are not inxep-0082
format (thanks HaoCherHong); - Bug fix to xep-0030 support (thanks HaoCherHong);
- Fix auto-fixable lint warnings (thanks tanukijs);
0.4.4-dev.2
- Fix establishing a connection with some XMPP servers;
- Fixed bug in roster result processing, thanks to annarekonvald (#77);
- Fix removing Connection by key, thanks to seoyong-lim (#78);
0.4.4-dev.1
- Improvements for establishing a connection;
- Make WebSocket parameters configurable (see
XmppAccountSettings
for new parameterswsPath
andwsProtocols
). - Update dependencies to the latest possible versions;
0.4.4-dev.7
- Revert the version 1.18.0 of
collection
lib;