2010-01-26 17:10:37 +00:00
|
|
|
[Poezio]
|
2010-02-12 02:32:50 +00:00
|
|
|
# the server. Make sure the server you're using accepts anonymous authentification
|
2010-01-31 05:33:54 +00:00
|
|
|
server = louiz.org
|
2010-02-12 02:32:50 +00:00
|
|
|
|
|
|
|
# the port you'll use to connect
|
2010-01-31 05:33:54 +00:00
|
|
|
port = 5222
|
2010-02-12 02:32:50 +00:00
|
|
|
|
|
|
|
# the resource you will use
|
2010-01-26 17:10:37 +00:00
|
|
|
resource = poezio
|
2010-02-12 02:32:50 +00:00
|
|
|
|
|
|
|
# the nick you will use when joining a room with no associated nick
|
2010-01-31 15:35:59 +00:00
|
|
|
default_nick = poezio
|
2010-02-12 02:32:50 +00:00
|
|
|
|
|
|
|
# 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)
|
2010-01-31 03:42:25 +00:00
|
|
|
logfile = logs
|