mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-05-02 01:27:00 -07:00

- 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