From a35866ba8d0ea2959133331f41ddfad8ef74e23f Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 13 Jun 2010 16:01:38 +0000 Subject: code cleanup before 0.6 beta --- data/default_config.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index d4dfe5bc..59d0917f 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -29,7 +29,7 @@ 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 +rooms = poezio@conference.codingteam.net # PROXY # set to true if you want to use an http proxy server @@ -79,7 +79,10 @@ use_log = false # the full path to the photo (avatar) you want to use # it should be less than 16Ko -photo = ../data/poezio_80.png +# 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 # if true, information about the software (name and version) # will be sent if requested by anyone @@ -109,4 +112,4 @@ website = http://poezio.eu email = # anything you want to say about you -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 +comment = I am using Poezio, it's a console XMPP (Jabber) client. Check it out at http://poezio.eu \ No newline at end of file -- cgit v1.2.3