summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index f36f438..08edf43 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -176,6 +176,11 @@ struct rexmpp
/* Basic configuration. */
const char *initial_jid;
+ /* Manual host/port configuration. */
+ const char *manual_host;
+ uint16_t manual_port;
+ int manual_direct_tls;
+
/* Socks settings. */
const char *socks_host;
uint16_t socks_port;