29 lines
821 B
Markdown
29 lines
821 B
Markdown
# Fluux XMPP Changelog
|
|
|
|
## v0.3.0
|
|
|
|
### Changes
|
|
|
|
- Update requirements to go1.13
|
|
- Add a websocket transport
|
|
- Add Client.SendIQ method
|
|
- Add IQ result routes to the Router
|
|
- Fix SIGSEGV in xmpp_component (#126)
|
|
- Add tests for Component and code style fixes
|
|
|
|
## v0.2.0
|
|
|
|
### Changes
|
|
|
|
- XMPP Over Websocket support
|
|
- Add support for getting IQ responses to client IQ queries (synchronously or asynchronously, passing an handler
|
|
function).
|
|
- Implement X-OAUTH2 authentication method. You can read more details here:
|
|
[Understanding ejabberd OAuth Support & Roadmap: Step 4](https://blog.process-one.net/understanding-ejabberd-oauth-support-roadmap/)
|
|
- Fix issues in the stanza builder when trying to add text inside and XMPP node.
|
|
- Fix issues with unescaped % characters in XMPP payload.
|
|
|
|
### Code migration guide
|
|
|
|
TODO
|