summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-28 23:48:02 +0300
committerdefanor <defanor@uberspace.net>2020-03-28 23:48:02 +0300
commit7889b698476397b60e0d43e7c498dd81ae2eb95e (patch)
treec7902fbdf8fcb76f88db886fdb4b8023c124f6b6 /src/rexmpp.h
parent3869cb3f33d2694fa94b7a6d45b52c9a7568a2a2 (diff)
Handle service discovery requests
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;