mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-04-26 23:06:24 -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