[1811] in BarnOwl Developers
[nelhage/barnowl] a957e9: Make Jabber try to reconnect when disconnected, at...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:22:31 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Sun, 18 Oct 2009 13:00:00 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: a957e9285b443c0e7c978318a7e67324b6085139
http://github.com/nelhage/barnowl/commit/a957e9285b443c0e7c978318a7e67324b6085139
Author: Alex Vandiver <alexmv@mit.edu>
Date: 2009-10-18 (Sun, 18 Oct 2009)
Changed paths:
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber/Connection.pm
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm
Log Message:
-----------
Make Jabber try to reconnect when disconnected, at exponential intervals
Make the ConnectionManager store auth information on connect, and use
that auth information to try to reconnect and re-auth. Use some
simple exponential backoff, capped at 5 minutes, as intervals for
reconnecting.
Commit: f3678c324b8086ca07cd0baaa425a0aa99a75524
http://github.com/nelhage/barnowl/commit/f3678c324b8086ca07cd0baaa425a0aa99a75524
Author: Alex Vandiver <alexmv@mit.edu>
Date: 2009-10-18 (Sun, 18 Oct 2009)
Changed paths:
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
M perl/modules/Jabber/lib/BarnOwl/Module/Jabber/ConnectionManager.pm
Log Message:
-----------
Add a jabber:reconnect (default to on) which controls auto-reconnect