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
|
|
|
|
|
2010-02-16 13:37:08 +00:00
|
|
|
# PROXY
|
|
|
|
# set to true if you want to use an http proxy server
|
|
|
|
# if false, no proxy will be used and the proxy_* settings have no effect
|
2010-02-16 13:37:40 +00:00
|
|
|
use_proxy = false
|
2010-02-16 13:37:08 +00:00
|
|
|
proxy_server =
|
|
|
|
proxy_port =
|
|
|
|
proxy_user =
|
|
|
|
proxy_password =
|
|
|
|
|
2010-02-12 02:32:50 +00:00
|
|
|
# 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 = ,
|
|
|
|
|
2010-02-14 03:51:03 +00:00
|
|
|
# a list of words (separated by a semicolon (:)) that will be
|
|
|
|
# highlighted if said by someone on a room
|
2010-02-13 01:08:44 +00:00
|
|
|
highlight_on =
|
|
|
|
|
2010-05-11 16:45:14 +00:00
|
|
|
# Set a number for this setting.
|
|
|
|
# The join OR status-change notices will be
|
|
|
|
# displayed according to this number.
|
|
|
|
# -1: the notices will ALWAYS be displayed
|
|
|
|
# 0: the notices will NEVER be displayed
|
|
|
|
# n: On any other number, the notices will only be displayed
|
|
|
|
# if the user involved has talked since the last n seconds
|
|
|
|
# The join messages will be hidden only if hide_exit_join is 0
|
|
|
|
# if the value is incorrect, -1 is assumed
|
|
|
|
hide_exit_join = -1 # all quit and join notices will be displayed
|
|
|
|
hide_status_change = 120 # status changes won't be displayed unless
|
|
|
|
# the user talked since less than 2 minutes
|
2010-02-12 03:30:40 +00:00
|
|
|
|
2010-02-14 03:51:03 +00:00
|
|
|
# the full path to the photo (avatar) you want to use
|
|
|
|
# it should be less than 16Ko
|
|
|
|
photo = ../data/poezio_80.png
|
|
|
|
|
|
|
|
# if true, information about the software (name and version)
|
2010-05-10 15:18:18 +00:00
|
|
|
# will be sent if requested by anyone
|
|
|
|
# Set to false if you don't want people to know these information
|
2010-02-14 03:51:03 +00:00
|
|
|
send_poezio_info = true
|
|
|
|
|
|
|
|
# if true, information about the Operation System you're using
|
2010-05-10 15:18:18 +00:00
|
|
|
# will be sent when requested by anyone
|
|
|
|
# Set to false if you don't want people to know these information
|
2010-02-14 03:51:03 +00:00
|
|
|
send_os_info = true
|
|
|
|
|
|
|
|
# if true, your current time will be sent if asked
|
|
|
|
# Set to false if you don't want people to know that information
|
|
|
|
send_time = true
|
|
|
|
|
2010-02-12 02:32:50 +00:00
|
|
|
# the file where logs are saved (useless for the moment)
|
2010-01-31 03:42:25 +00:00
|
|
|
logfile = logs
|
2010-02-14 03:51:03 +00:00
|
|
|
|
|
|
|
# Vcard
|
|
|
|
# here are personal informations that you can set in your Vcard
|
|
|
|
# Obviously, everything is optionnal.
|
|
|
|
|
|
|
|
# your real full name
|
|
|
|
full_name =
|
|
|
|
|
|
|
|
# your personnal website
|
|
|
|
website = http://codingteam.net/project/poezio
|
|
|
|
|
|
|
|
# your e-mail address
|
|
|
|
email =
|
|
|
|
|
|
|
|
# anything you want to say about you
|
|
|
|
comment = I am using Poezio, it's a cool Jabber client. Check it out at http://codingteam.net/project/poezio.
|