summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-02 03:39:32 +0300
committerdefanor <defanor@uberspace.net>2020-03-02 03:47:05 +0300
commit3b38c1223851ac41288644e0b7618655f75fd89a (patch)
tree06f9f5943e82598a3b8ae8bc95de12df5a9bdb48 /src/rexmpp.h
parent2f504fef5de92f6f37d69dd0eaef9d7eba5e29a9 (diff)
Improve reconnect timings
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 08edf43..411be7d 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -206,6 +206,7 @@ struct rexmpp
/* Connection and stream management. */
unsigned int id_counter;
unsigned int reconnect_number;
+ time_t reconnect_seconds;
struct timeval next_reconnect_time;
xmlNodePtr stanza_queue;
uint32_t stanzas_out_count;