Skip to content

Releases: vukoye/xmpp_dart

0.4.4-dev.6

16 Sep 18:37
Compare
Choose a tag to compare
  • Update dependencies to the latest possible versions;

0.4.4-dev.5

28 Feb 16:39
Compare
Choose a tag to compare
  • Update dependencies to the latest possible versions;

0.4.4-dev.4

16 May 09:24
Compare
Choose a tag to compare
  • update dependencies to latest possible versions;

0.4.4-dev.3

22 Feb 11:46
Compare
Choose a tag to compare
  • Revert descendants processing (fix some issues on the different Chat Servers);
  • Fix MessageArchiveManager query date fields are not in xep-0082 format (thanks HaoCherHong);
  • Bug fix to xep-0030 support (thanks HaoCherHong);
  • Fix auto-fixable lint warnings (thanks tanukijs);

0.4.4-dev.2

06 Oct 07:58
Compare
Choose a tag to compare
  • 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

20 Sep 09:45
Compare
Choose a tag to compare
  • Improvements for establishing a connection;
  • Make WebSocket parameters configurable (see XmppAccountSettings for new parameters wsPath and wsProtocols).
  • Update dependencies to the latest possible versions;

0.4.4-dev.7

16 Sep 18:46
Compare
Choose a tag to compare
  • Revert the version 1.18.0 of collection lib;