summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg9
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