mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-22 03:53:46 -07:00
2f391fde80
- Support for exponential backoff on reconnect to be gentle on the server. - Clean up client by moving metrics and retry strategy to the connection manager. - Update echo_client to use client manager - Fix echo client XMPP message matching Fixes #21 Improvements for #8