diff options
author | mathieui <mathieui@mathieui.net> | 2012-12-20 18:50:34 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-12-20 18:50:34 +0100 |
commit | 2a980838a9ccc576fe1699f047e00b783ccf7e7b (patch) | |
tree | d6fb04884173e63a6a3905343e9271602e069746 /doc | |
parent | 519f3afe06a8635b7471850a1c330604a14eb95e (diff) | |
download | poezio-2a980838a9ccc576fe1699f047e00b783ccf7e7b.tar.gz poezio-2a980838a9ccc576fe1699f047e00b783ccf7e7b.tar.bz2 poezio-2a980838a9ccc576fe1699f047e00b783ccf7e7b.tar.xz poezio-2a980838a9ccc576fe1699f047e00b783ccf7e7b.zip |
Fix #2186 (muc password in the config file)
Also use the passwords on start, and automatically use a password with
/join if there is one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/configure.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/configure.txt b/doc/en/configure.txt index 53b4cdb8..00a6a3c9 100644 --- a/doc/en/configure.txt +++ b/doc/en/configure.txt @@ -531,6 +531,10 @@ foo = true loaded from the log files. 0 or a negative value here disable that option. No value makes poezio fall back to the global value. +*password:: [empty] + + The password needed to join the room. + *private_auto_response*:: "Not in private, please." The message you want to be sent when someone tries to message you. |