From 64d9f44833ce199fb463e205add95ce7a8fcc5ce Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 14 Feb 2010 03:51:03 +0000 Subject: fixed #1138 #1111 --- data/default_config.cfg | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 8f6123d2..d4fe45a0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -25,8 +25,8 @@ completion = normal # a SPACE will always be added after that after_completion = , -# a list of words (separated by a semicolon (:)) that will be highlighted if said by -# someone on a room +# a list of words (separated by a semicolon (:)) that will be +# highlighted if said by someone on a room highlight_on = # if true, no join or quit message will be displayed in the rooms @@ -35,5 +35,39 @@ hide_enter_join = False # if true, no status change will be displayed in the rooms hide_status_change = False +# 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) +# Set to false if you don't want people to know that information +send_poezio_info = true + +# if true, information about the Operation System you're using +# will be sent when asked. +# Set to false if you don't want people to know that information +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 + # the file where logs are saved (useless for the moment) logfile = logs + +# 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. \ No newline at end of file -- cgit v1.2.3