diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-12 02:32:50 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-12 02:32:50 +0000 |
commit | 66ea0ea1c15c6c3ef869d255dc7da11674570b62 (patch) | |
tree | 725b418bbc38d66d2d7a71bfd83a3ad9973b938f /data | |
parent | fa58dce0f83c8157594300215c15a6253f46844b (diff) | |
download | poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.gz poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.bz2 poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.tar.xz poezio-66ea0ea1c15c6c3ef869d255dc7da11674570b62.zip |
fixed #1112
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 72470335..3b01ed0c 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -1,7 +1,29 @@ [Poezio] +# the server. Make sure the server you're using accepts anonymous authentification server = louiz.org + +# the port you'll use to connect port = 5222 + +# the resource you will use resource = poezio + +# the nick you will use when joining a room with no associated nick default_nick = poezio -rooms = poezio@conference.codingteam.net:discussion@chat.jabberfr.org + +# the rooms you will join automatically on startup, with associated nickname or not +rooms = poezio@conference.codingteam.net:discussion@kikoo.louiz.org + +# the completion type you will use to complete nicknames +# if "normal", complete the entire name to the first available completion +# and then cycle through the possible completion with the next TABs +# if "shell", if there's more than one nick for this completion, complete +# only the part that all then nicks have in common (like in a shell) +completion = normal + +# what will be put after the name, when using autocompletion +# a SPACE will always be added after that +after_completion = , + +# the file where logs are saved (useless for the moment) logfile = logs |