2023-03-11 18:00:42 +00:00
|
|
|
## 0.3.0
|
2023-03-11 17:59:22 +00:00
|
|
|
|
|
|
|
- **BREAKING**: Removed `connectAwaitable` and merged it with `connect`.
|
|
|
|
|
2022-11-26 14:48:48 +00:00
|
|
|
## 0.1.6+1
|
|
|
|
|
|
|
|
- **FIX**: Fix LMC not working.
|
|
|
|
|
2022-11-26 14:09:05 +00:00
|
|
|
## 0.1.6
|
|
|
|
|
|
|
|
- **FEAT**: Implement XEP-0308.
|
|
|
|
|
2022-11-22 21:49:41 +00:00
|
|
|
## 0.1.5
|
|
|
|
|
|
|
|
- **FEAT**: Message events now contain the stanza error, if available.
|
|
|
|
|
2022-11-21 15:06:49 +00:00
|
|
|
## 0.1.4
|
|
|
|
|
|
|
|
- **FIX**: Only stanza-id required 'sid:0' support.
|
|
|
|
- **FEAT**: Implement parsing and sending of retractions.
|
|
|
|
|
2022-11-19 21:50:39 +00:00
|
|
|
## 0.1.3+1
|
|
|
|
|
|
|
|
- **FIX**: Expose the error classes.
|
|
|
|
|
2022-11-19 21:32:56 +00:00
|
|
|
## 0.1.3
|
|
|
|
|
|
|
|
- **REFACTOR**: Replace MayFail by Result.
|
|
|
|
- **FIX**: Remove the old Results API.
|
|
|
|
- **FEAT**: Rework how the negotiator system works.
|
|
|
|
|
2022-11-16 14:37:44 +00:00
|
|
|
## 0.1.2+3
|
|
|
|
|
|
|
|
- **FIX**: SASL SCRAM-SHA-{256,512} should now work.
|
|
|
|
|
2022-11-12 20:49:29 +00:00
|
|
|
## 0.1.2+2
|
|
|
|
|
|
|
|
- **FIX**: Fix reconnections when the connection is awaited.
|
|
|
|
|
2022-11-12 20:00:16 +00:00
|
|
|
## 0.1.2+1
|
|
|
|
|
|
|
|
- **FIX**: A certificate rejection does not crash the connection.
|
|
|
|
|
2022-11-12 11:46:36 +00:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
- **FEAT**: Remove Moxxy specific strings.
|
|
|
|
|
2022-11-09 15:19:22 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
- **REFACTOR**: Move packages into packages/.
|
|
|
|
- **FEAT**: Fix moxxmpp_socket_tcp's pubspec.
|
|
|
|
|
2022-11-05 12:40:05 +00:00
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
- Initial version copied over from Moxxyv2
|