summaryrefslogtreecommitdiff
path: root/doc/en/configure.txt
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-11-12 16:51:24 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-11-12 16:51:24 +0100
commite67e22766f0da948ee9f310d29278371ef9b0563 (patch)
tree736b13f2f7f217ef94bec95404d7fa8a87c16d87 /doc/en/configure.txt
parent75ae1772e49a59b373c26d1c942f25edd473921c (diff)
parent05ef3594894e0bcbe80b98e81c2a2659ea01855f (diff)
downloadpoezio-e67e22766f0da948ee9f310d29278371ef9b0563.tar.gz
poezio-e67e22766f0da948ee9f310d29278371ef9b0563.tar.bz2
poezio-e67e22766f0da948ee9f310d29278371ef9b0563.tar.xz
poezio-e67e22766f0da948ee9f310d29278371ef9b0563.zip
Merge branch 'master' of http://git.louiz.org/poezio
Diffstat (limited to 'doc/en/configure.txt')
-rw-r--r--doc/en/configure.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt
index 94f8e121..5928ef3e 100644
--- a/doc/en/configure.txt
+++ b/doc/en/configure.txt
@@ -263,3 +263,26 @@ Configuration options
Defines if all tabs are resized at the same time (if set to false)
or if they are really resized only when needed (if set to true).
“true” should be the most comfortable value
+
+*custom_host*:: [empty]
+
+ 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_port*:: [empty]
+
+ 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.
+
+*plugins_autoload*:: [empty]
+
+ Space separated list of plugins to load on startup.
+
+*plugins_dir*:: [empty]
+
+ If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins
+ You can specify another directory to use. It will be created if it does not
+ exist.
+