diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 16:01:38 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-06-13 16:01:38 +0000 |
commit | a35866ba8d0ea2959133331f41ddfad8ef74e23f (patch) | |
tree | 6c9acd8acfe9dd0c8fc82da0b0031b71283ca502 /data | |
parent | accfe046bea252f12ecd441bee348d3cd7e1bf84 (diff) | |
download | poezio-a35866ba8d0ea2959133331f41ddfad8ef74e23f.tar.gz poezio-a35866ba8d0ea2959133331f41ddfad8ef74e23f.tar.bz2 poezio-a35866ba8d0ea2959133331f41ddfad8ef74e23f.tar.xz poezio-a35866ba8d0ea2959133331f41ddfad8ef74e23f.zip |
code cleanup before 0.6 beta
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
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 |