We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c47272 commit 8b9d4a8Copy full SHA for 8b9d4a8
CHANGELOG.md
@@ -58,3 +58,10 @@ Introducing optional parameter for domain name in account settings
58
## 0.1.3
59
60
- Initial published version
61
+
62
63
+## 0.4.4-dev.1
64
65
+- Improvements for establishing a connection;
66
+- Make WebSocket parameters configurable (see `XmppAccountSettings` for new parameters `wsPath` and `wsProtocols`).
67
+- Update dependencies to the latest possible versions;
pubspec.yaml
@@ -2,7 +2,7 @@ name: xmpp_stone
2
3
description: "Xmpp Stone is lightweight XMPP client library written completely in Dart."
4
5
-version: 0.3.3
+version: 0.4.4-dev.1
6
7
homepage: https://vukoye.github.io
8
0 commit comments