Apply connection backoff to reconnect attempts.
commita81162edd2434756e21d7f9a79d71d770a43db7b
authorLance Stout <lancestout@gmail.com>
Tue, 31 May 2011 17:53:14 +0000 (31 10:53 -0700)
committerLance Stout <lancestout@gmail.com>
Tue, 31 May 2011 17:55:15 +0000 (31 10:55 -0700)
treea313e9f3476cafec342e245701dcc71f33f54cbf
parent8080b4cae2000ccd5be2eaa442b903d1b180273b
Apply connection backoff to reconnect attempts.

Backoff was only being done for the initial connection attempt
before. Now any reconnection will start with a minimum 1 sec
delay which will approximately double between attempts.
sleekxmpp/xmlstream/xmlstream.py