summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-29 20:18:46 +0300
committerdefanor <defanor@uberspace.net>2020-11-29 20:18:46 +0300
commit3bcb471cf3fbe628e33ca4c2ab1419f8790499bb (patch)
tree8c149371e4097f4c4d90e3338012c8d2e92dcec9 /src/rexmpp.h
parentff1dad7ec8717a3cf4a798daff9f025964c660f5 (diff)
Assign random instead of sequential stanza IDs
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 570cab1..bd6f8cb 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -280,7 +280,6 @@ struct rexmpp
rexmpp_iq_t *active_iq;
/* Connection and stream management. */
- unsigned int id_counter;
unsigned int reconnect_number;
time_t reconnect_seconds;
struct timeval next_reconnect_time;