Commit graph

10 commits

Author SHA1 Message Date
Mickaël Rémond 2f391fde80
Add Client Manager to monitor connection state and trigger reconnect (#39)
- 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
2019-06-06 11:58:50 +02:00
Mickael Remond 5eae7f4ef7
Move project to gosrc.io/xmpp
The URL will be more permanent as this is a place we dedicate as short URL for our go projects.
2018-12-26 18:50:01 +01:00
Mickael Remond fa5590e921
Rename Options to Config 2018-09-26 16:25:04 +02:00
Mickael Remond a43518b976
Better style 2018-09-23 18:40:13 +02:00
Mickael Remond ad6e09a0f6
Implements send / send raw 2018-01-26 09:55:39 +01:00
Mickael Remond 10219ec1e6
Refactor parsing / improve typing 2018-01-13 18:50:17 +01:00
Mickael Remond 01063ec284
Refactor attributes name 2018-01-13 17:54:07 +01:00
Mickael Remond 710174b165
Moving XMPP library to Fluux project 2018-01-01 18:12:33 +01:00
Mickael Remond 3ca015f307 Fix import after project move to processone github 2016-01-06 18:22:30 +01:00
Mickael Remond ff334ba729 Move example client in its own cmd directory 2016-01-06 17:17:48 +01:00
Renamed from xmpp_client.go (Browse further)