From d03ce7e869efdec9efed855a73539b33027a52c8 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 13 Jun 2010 01:30:06 +0000 Subject: 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 --- data/default_config.cfg | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'data') 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 -- cgit v1.2.3