poezio/data/default_config.cfg

158 lines
5.3 KiB
INI
Raw Normal View History

# This is the default config for the XMPP client Poezio.
# Comments should be on their own line and NOT at the end
# of a meaningful line.
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
server = anon.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-10-04 01:45:16 +00:00
# If it's empty, your resource will be chosen (most likely randomly) by the server
# It is not recommended to use a resource that is easy to guess, because it can lead
# to presence leak.
resource =
2010-02-12 02:32:50 +00:00
# the nick you will use when joining a room with no associated nick
# If this is empty, the $USER environnement variable will be used
default_nick =
2010-02-12 02:32:50 +00:00
# Jabber identifiant. Specify it only if you want to connect using an existing
# account on a server. This is optional and useful only for some features,
# like room administration, nickname registration.
# The 'server' option will be ignored if you specify a JID (Jabber identifiant)
# It should be in the form nickname@server.tld
jid =
# A password is needed only if you specified a jid. It will be ignored otherwise
password =
2010-02-12 02:32:50 +00:00
# the rooms you will join automatically on startup, with associated nickname or not
# format : room@server.tld/nickname:room2@server.tld/nickname2
# default_nick will be used if "/nickname" is not specified
2010-06-13 16:01:38 +00:00
rooms = poezio@conference.codingteam.net
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 =
# 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 quit messages will be hidden only if hide_exit_join is 0
# if the value is incorrect, -1 is assumed
# Default settings are :
# - all quit and join notices will be displayed
# - status changes won't be displayed unless
2010-10-31 18:59:31 +00:00
# the user talked in the last 2 minutes
hide_exit_join = -1
hide_status_change = 120
2010-08-07 00:57:36 +00:00
# set to 'true' if you want to automatically rejoin the
# room when you're kicked
autorejoin = false
# If you want poezio to join
# the room with an alternative nickname when
# your nickname is already in use in the room you
# wanted to join, put a non-empty value.
# Else, poezio won't join the room
# This value will be added to your nickname to
# create the alternative nickname.
# For example, if you set "_", and wanted to use
# the nickname "john", your alternative nickname
# will be "john_"
alternative_nickname =
# Limit the number of messages you want to receive when the
# multiuserchat rooms send you recent history
# 0: You won't receive any
# -1: You will receive the maximum (default)
# n: You will receive at most n messages
muc_history_length = -1
2010-06-13 02:19:01 +00:00
# set to 'true' if you want to save logs of all the messages
# in files.
2010-06-13 02:19:01 +00:00
use_log = false
2010-02-12 03:30:40 +00:00
# If log_dir is not set, logs will be saved in $XDG_DATA_HOME/poezio/logs,
2010-08-22 16:34:14 +00:00
# i.e. in ~/.local/share/poezio/logs/. So, you should specify the directory
# you want to use instead. This directory will be created if it doesn't exist
log_dir =
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
2010-06-13 16:01:38 +00:00
# The avatar is not set by default, because it slows
# poezio's startup a little. Uncomment if you want the default avatar
#photo = ../data/poezio_80.png
2010-02-14 03:51:03 +00:00
2010-08-22 16:34:14 +00:00
# Theme
# If themes_dir is not set, logs will searched for in $XDG_DATA_HOME/poezio/themes,
# i.e. in ~/.local/share/poezio/themes/. Si you should specify the directory you
# want to use instead. This directory will be created at startup if it doesn't
# exist
themes_dir =
# The name of the theme file that will be used. The file should be located
# in the theme_dir directory.
# If the file is not found (or no filename is specified) the default
# theme will be used instead
2010-10-31 18:59:31 +00:00
theme = poezio
2010-08-22 16:34:14 +00:00
2010-02-14 03:51:03 +00:00
# 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
# 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 =
2010-02-14 03:51:03 +00:00
# your e-mail address
email =
# anything you want to say about you
2010-10-31 18:59:31 +00:00
comment =
[var]
# You should not edit this section, it is just used by poezio
# to save various data across restarts
folded_roster_groups =
info_win_height = 2