diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 01:30:06 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 01:30:06 +0000 |
commit | d03ce7e869efdec9efed855a73539b33027a52c8 (patch) | |
tree | 469b8999851d2c99d64dd762e4a83d27e464b52c /data | |
parent | 1ae7bc2f63a19569cbdc1ca18b6a400263c22011 (diff) | |
download | poezio-d03ce7e869efdec9efed855a73539b33027a52c8.tar.gz poezio-d03ce7e869efdec9efed855a73539b33027a52c8.tar.bz2 poezio-d03ce7e869efdec9efed855a73539b33027a52c8.tar.xz poezio-d03ce7e869efdec9efed855a73539b33027a52c8.zip |
fix the hide_join_exit and hide_status_change options not working, also don't send the vcard if we are not using anonymous auth
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index c7cef3d5..cbae24c3 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -1,3 +1,7 @@ +# 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. + [Poezio] # the server. Make sure the server you're using accepts anonymous authentification @@ -23,6 +27,8 @@ jid = password = # 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 rooms = poezio@conference.codingteam.net:discussion@kikoo.louiz.org # PROXY @@ -58,9 +64,15 @@ highlight_on = # 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 -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 +# Default settings are : +# - all quit and join notices will be displayed +# - status changes won't be displayed unless +# the user talked since less than 2 minutes + +hide_exit_join = -1 + +hide_status_change = 120 + # the full path to the photo (avatar) you want to use # it should be less than 16Ko @@ -91,10 +103,10 @@ logfile = logs full_name = # your personnal website -website = http://codingteam.net/project/poezio +website = http://poezio.eu # 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 +comment = I am using Poezio, it's a cool XMPP (Jabber) client. Check it out at http://poezio.eu
\ No newline at end of file |