2
0
mirror of https://github.com/FluuxIO/go-xmpp synced 2024-11-11 07:11:03 +00:00
go-xmpp/CHANGELOG.md
2019-11-04 16:48:48 +01:00

585 B

Fluux XMPP Changelog

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
  • 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