summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-03-01 20:36:53 +0300
committerdefanor <defanor@uberspace.net>2020-03-01 20:41:37 +0300
commit0772398a6035a9a2afa1d7ce84542b9724d3520e (patch)
tree4819457f85b378e9346f6f8c0fb852a67cbfe8a7 /src/rexmpp.h
parent4b8bbd4f2f3e5179ea7e93cbead14ac4a0751876 (diff)
Allow manual (non-SRV) server configuration
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;