summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-29 16:56:17 +0300
committerdefanor <defanor@uberspace.net>2020-03-29 16:56:17 +0300
commit0f5a36335f64e0ac5bec290ec5e76d72b9acf10e (patch)
treecbc7dd79f732cb81417d4ab0b527476406588d69 /src/rexmpp.h
parent7889b698476397b60e0d43e7c498dd81ae2eb95e (diff)
Add initial Entity Capabilities support
Only announcing our own capabilities in the initial <presence>.
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 f064154..97592f7 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -225,6 +225,9 @@ struct rexmpp
uint16_t manual_port;
int manual_direct_tls;
+ /* Miscellaneous settings */
+ const char *disco_node;
+
/* Socks settings. */
const char *socks_host;
uint16_t socks_port;