diff options
Diffstat (limited to 'data/default_config.cfg')
-rw-r--r-- | data/default_config.cfg | 38 |
1 files changed, 36 insertions, 2 deletions
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 |