summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-14 03:51:03 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-14 03:51:03 +0000
commit64d9f44833ce199fb463e205add95ce7a8fcc5ce (patch)
tree50cc3c8c6855e961b7373b615ea26567d07b1528 /data
parentde80b15e89a2caf62eb40c00d96b1d061a1383b9 (diff)
downloadpoezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.gz
poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.bz2
poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.xz
poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.zip
fixed #1138 #1111
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg38
1 files changed, 36 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index 8f6123d2..d4fe45a0 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -25,8 +25,8 @@ completion = normal
# a SPACE will always be added after that
after_completion = ,
-# a list of words (separated by a semicolon (:)) that will be highlighted if said by
-# someone on a room
+# a list of words (separated by a semicolon (:)) that will be
+# highlighted if said by someone on a room
highlight_on =
# if true, no join or quit message will be displayed in the rooms
@@ -35,5 +35,39 @@ hide_enter_join = False
# if true, no status change will be displayed in the rooms
hide_status_change = False
+# the full path to the photo (avatar) you want to use
+# it should be less than 16Ko
+photo = ../data/poezio_80.png
+
+
+# if true, information about the software (name and version)
+# Set to false if you don't want people to know that information
+send_poezio_info = true
+
+# if true, information about the Operation System you're using
+# will be sent when asked.
+# Set to false if you don't want people to know that information
+send_os_info = true
+
+# if true, your current time will be sent if asked
+# Set to false if you don't want people to know that information
+send_time = true
+
# the file where logs are saved (useless for the moment)
logfile = logs
+
+# Vcard
+# here are personal informations that you can set in your Vcard
+# Obviously, everything is optionnal.
+
+# your real full name
+full_name =
+
+# your personnal website
+website = http://codingteam.net/project/poezio
+
+# 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