summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 6157f86..7e2376f 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -238,6 +238,7 @@ struct rexmpp
int enable_service_discovery;
int manage_roster;
const char *roster_cache_file;
+ int track_roster_presence;
/* Resource limits. */
uint32_t stanza_queue_size;
@@ -256,6 +257,7 @@ struct rexmpp
xmlNodePtr stream_features;
xmlNodePtr roster_items;
char *roster_ver;
+ xmlNodePtr roster_presence;
/* Other dynamic data. */
xmlNodePtr disco_info;