mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-11-09 03:23:43 -08: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