diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-21 06:39:20 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-21 06:45:11 +0100 |
commit | a50ca30e769a628f609f8cc0eedf5bc10b3f1b5a (patch) | |
tree | 9119399eefe68d086e80eeaa3fc35e673257cdc7 /CHANGELOG | |
parent | 3032dc3580e2d6c3fab57b587945fbb213271557 (diff) | |
download | biboumi-a50ca30e769a628f609f8cc0eedf5bc10b3f1b5a.tar.gz biboumi-a50ca30e769a628f609f8cc0eedf5bc10b3f1b5a.tar.bz2 biboumi-a50ca30e769a628f609f8cc0eedf5bc10b3f1b5a.tar.xz biboumi-a50ca30e769a628f609f8cc0eedf5bc10b3f1b5a.zip |
Use a timer to try reconnecting to the XMPP server only each 2 seconds
When the connection is lost, immediately try to reconnect, then try to
reconnect every 2 seconds. This is much better than the previous “Try to
re-connect as fast as possible”.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Version 2.0 - Setting a participant's role/affiliation now results in a change of IRC mode, instead of being ignored. Setting Toto's affiliation to admin is now equivalent to “/mode +o Toto” + - Fix the reconnection to the XMPP server to try every 2 seconds + instead of immediately. This avoid hogging resources for nothing Version 1.1 2014-16-07 |