summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-10 17:20:47 +0100
committermathieui <mathieui@mathieui.net>2011-11-10 17:20:47 +0100
commit2dc4ec3badcf12d8208aa623a283ebc77b04ee63 (patch)
tree577c6023cab07e964a4afbfe16c698b503e60094 /data
parent80edd248ecbf1d983c796c6436c80e9e8c6726e9 (diff)
downloadpoezio-2dc4ec3badcf12d8208aa623a283ebc77b04ee63.tar.gz
poezio-2dc4ec3badcf12d8208aa623a283ebc77b04ee63.tar.bz2
poezio-2dc4ec3badcf12d8208aa623a283ebc77b04ee63.tar.xz
poezio-2dc4ec3badcf12d8208aa623a283ebc77b04ee63.zip
Doc for custom_host and custom_port (config file and asciidoc)
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index e803a7d1..0ad9e328 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -31,6 +31,16 @@ jid =
# If you leave this empty, the password will be asked at each startup
password =
+# A custom host that will be used instead of the DNS records for the server
+# (anonymous or the jid’s) defined above.
+# You should not need this in a "normal" use case.
+custom_host =
+
+# A custom port to use instead of the 5222.
+# This option can be combined with custom_host.
+# You should not need this in a "normal" use case.
+custom_port =
+
# the rooms you will join automatically on startup, with associated nickname or not
# format : room@server.tld/nickname:room2@server.tld/nickname2
# default_nick will be used if "/nickname" is not specified