poezio/data/default_config.cfg

361 lines
13 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]
# The server used for anonymous connection.
# Make sure the server you're using accepts anonymous authentication
server = anon.louiz.org
2010-02-12 02:32:50 +00:00
# SSL Certificate fingerprint
# Do not touch this if you dont know what you are doing
certificate =
2012-03-08 23:48:49 +00:00
# Skip the SSL certificate fingerprint verification
# Should be false in most cases, as you want to check that the server keeps
# the same certificate.
ignore_certificate = false
2012-03-13 17:46:02 +00:00
# The interval to send a whitespace keepalive to the server
# 300 should be fine, except for specific services, in that case, change the
# value to the services default.
whitespace_interval = 300
2012-03-08 23:48:49 +00:00
# Path to the certificate authenticating the Authority
# A server may have several certificates, but if it uses a CA, it will often
# keep the same for obvious reasons, so this is a good option if your server
# does this, rather than skipping all verifications.
# This is not affected by ignore_certificate
ca_cert_path =
2012-01-26 16:21:13 +00:00
# Auto-reconnects you when you get disconnected from the server
# defaults to false because it should not be necessary
auto_reconnect = false
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
2012-02-15 22:01:50 +00:00
# Send the initial presence
# true, unless you want to be invisible from your roster
# warning: this disables any presence sending other than MUCs or directed
# presences via /presence
send_initial_presence = true
2011-10-24 19:27:37 +00:00
# Jabber identifier. 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.
2011-10-24 19:27:37 +00:00
# The 'server' option will be ignored if you specify a JID (Jabber identifier)
# 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
# If you leave this empty, the password will be asked at each startup
password =
# A custom host that will be used instead of the DNS records for the server
# (anonymous or the jids) defined above.
# You should not need this in a "normal" use case.
custom_host =
# A custom port to use instead of the 5222.
# This option can be combined with custom_host.
# You should not need this in a "normal" use case.
custom_port =
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
2011-10-16 19:55:14 +00:00
rooms = poezio@muc.poezio.eu
2010-02-12 02:32:50 +00:00
# the method that poezio will use to store your bookmarks online
2011-11-27 12:06:49 +00:00
# possible values are: privatexml, pep
# You should not have to modify this, but if you have to, please do.
use_bookmarks_method =
2011-11-27 12:06:49 +00:00
# use this option to force the use of local bookmarks
# possible values are: anything/false
use_remote_bookmarks = true
2010-02-12 02:32:50 +00:00
# what will be put after the name, when using autocompletion
# a SPACE will always be added after that
after_completion = ,
# The maximum length of the nickname that will be displayed in the
# conversation window.
max_nick_length = 25
# Words that you want to complete on recent words completion,
# separated by a colon (:).
# e.g. words = "anticonstitutionellement:I protest:I like bananas:"
words =
2011-09-18 23:17:01 +00:00
# a list of words (separated by a colon (:)) that will be
2010-02-14 03:51:03 +00:00
# highlighted if said by someone on a room
highlight_on =
2010-02-13 01:08:44 +00:00
2011-04-04 17:19:27 +00:00
# XHTML-IM is an XMPP extension letting users send messages
# containing XHTML and CSS formating. We can use this to make
# colored text for example.
# It is disabled by default because this is only in an experimental
# state: you could miss some part of a message (mainly the URL)
# but you can still send colored messages. You just wont be able te see
# the colors, though
# Set to true if you want to see colored messages
enable_xhtml_im = true
2011-04-04 17:19:27 +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 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
# Some informational messages (error, a contact getting connected, etc)
# are sometimes added to the information buffer. These settings can make
# it grow temporarly so you can read these information when they appear.
# A list of message types that should make the information buffer grow
# Possible values; error, roster, warning, info, help
information_buffer_popup_on = error roster warning help info
# The time the message will be visible. If the message takes more than
# one line, the popup will stay visible two second per additional lines
popup_time = 4
# Set to 'true' if you want to automatically rejoin the
# rooms when you're kicked or banned
2010-08-07 00:57:36 +00:00
autorejoin = false
# Set to the number of seconds before reconnecting when you are kicked
# or banned. No value, 0, or a negative value means you will be reconnected
# instantly. Only effective if autorejoin is set to true.
autorejoin_delay = 5
2010-08-07 00:57:36 +00:00
# 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 =
2010-08-07 00:57:36 +00:00
# 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
2010-08-07 00:57:36 +00:00
# n: You will receive at most n messages
muc_history_length = 50
2010-08-07 00:57:36 +00:00
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 =
2011-09-24 20:29:02 +00:00
# If plugins_dir is not set, plugins will be loaded from $XDG_DATA_HOME/poezio/plugins.
# You can specify an other directory to use. It will be created if it doesn't exist
plugins_dir =
2011-09-24 21:44:52 +00:00
# Space separated list of plugins to load on startup
plugins_autoload =
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
# If you want to show all the tabs in the Tab bar, even those
# with no activity, set to true. Else, set to false
show_inactive_tabs = true
2012-04-18 13:57:43 +00:00
# If you want to show the tab names in the bottom tab bar, set this to true
show_tab_names = false
# If you want to disable the numbers in the bottom tab bar, set this to false
# If show_tab_names and show_tab_numbers are both false, the numbers will be
# shown
show_tab_numbers = true
# Use the contact name, the nick in the MUC instead of the full JID to
# display the tab if set to true.
use_tab_nicks = true
# If set to false, poezio will only display the user part of the JID (before
# the @) when displaying the MUC tab name.
show_muc_jid = true
2012-04-18 22:20:03 +00:00
# If this option is set to false, the roster will not show the contact JIDs
# when that is possible.
# e.g. instead of: toto (toto@example.org) (2)
# poezio will only show: toto (2)
show_roster_jids = true
2012-05-10 17:25:32 +00:00
# If set to true, the roster will display the offline contacts too
roster_show_offline = false
# How to sort the contacts inside the roster groups.
# They are used sequentially, (from left to right)
# Available sorting methods are:
# - reverse: reverse the sorting
# - jid: sort by JID (alphabetical order)
# - show: sort by show (available/away/xa/…)
# - name: sort by roster name (if no name, then the bare jid is used)
# - sname: case-sensitive name sorting (uppercase first)
# - resource: sort by resource number
# - online: sort by online presence (online or not)
# You can arrange them however you like, and you have to separate them with
# colons (":"). Keep in mind that if there are more than 3 or 4 your
# sorting is most likely inefficient.
roster_sort = jid:show
# How to sort the roster groups.
# The principles are the same as roster_sort.
# Available methods are:
# - reverse: reverse the sorting
# - name: sort by group name (alphabetical order)
# - sname: case-sensitive name sorting (uppercase first)
# - fold: sort unfolded/folded
# - connected: sort by number of connected contacts
# - size: sort by group size
# - none: put the "none" group (if any) at the end of the list
roster_group_sort = name
# The terminal can beep on various event. Put the event you want in a list
# (separated by spaces).
# The events can be
# - highlight (when you are highlighted in a MUC)
# - private (when a new private message is received, from your contacts or
# someone from a MUC)
# - message (any message from a MUC)
# - invite (when you receive an invitation for joining a MUC)
beep_on = highlight private invite
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/. So you should specify the directory you
2010-08-22 16:34:14 +00:00
# want to use instead. This directory will be created at startup if it doesn't
# exist
themes_dir =
2010-08-22 16:34:14 +00:00
# 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
theme =
2010-08-22 16:34:14 +00:00
2012-02-15 21:29:13 +00:00
# If true, a vertical list of tabs, with their name, is displayed on the left of
# the screen.
2011-11-16 01:05:37 +00:00
enable_vertical_tab_list = false
vertical_tab_list_size = 20
2012-02-15 21:29:13 +00:00
# If set to desc, the tabs will be displayed from top to bottom in the list,
# if set to asc, they will be displayed from bottom to top.
vertical_tab_list_sort = desc
# Show the user list at the bottom when in a MUC
# (useful when you want to look at the bottom of the screen only)
# possible values: desc, asc
user_list_sort = desc
# The nick of people who join, part, change their status, etc. in a MUC will
# be displayed using their nick color if true.
display_user_color_in_join_part = false
2010-08-22 16:34:14 +00:00
# if true, chat states will be sent to the people you are talking to.
# Chat states are, for example, messages informing that you are composing
# a message or that you closed the tab, etc
# Set to false if you don't want people to know these information
# Note that you wont receive the chat states of your contacts
# if you don't send yours.
send_chat_states = true
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
# Note that this information will not be sent if send_poezio_info is False
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
# Configure the number of maximum lines and messages (for each tab) that
# can be kept in memory. If poezio consumes too much memory, lower these
# values
max_messages_in_memory = 2048
max_lines_in_memory = 2048
# Show the separator at the bottom of the text buffer, even if no one
# spoke
show_useless_separator = false
2012-05-10 17:25:32 +00:00
# Set this to true if you want the commands to be executed remotely
# (with ssh & the daemon), see the documentation of the /link plugin
# for details
exec_remote = false
# Path of the FIFO in which the remote commands will be sent.
# Used with exec_remote set to true, see the documentation of /link for details
# Defaults to ./poezio.fifo
remote_fifo_path =
# Defines if all tabs are resized at the same time (if set to false)
# or if they are really resized only when needed (if set to true).
# “true” should be the most comfortable value
lazy_resize = true
2011-07-03 00:06:40 +00:00
[bindings]
# Bindings are keyboard shortcut aliases. You can use them
# to define your own keys and bind them with some functions
# The syntaxe is
# key = bind
# where ^x means Control + x
# and M-x means Alt + x
# The example turns Alt + i into a tab key
M-i = ^I
[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