summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 7679546..f064154 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -252,6 +252,9 @@ struct rexmpp
xmlNodePtr roster_items;
char *roster_ver;
+ /* Other dynamic data. */
+ xmlNodePtr disco_info;
+
/* IQs we're waiting for responses to. */
rexmpp_iq_t *active_iq;