summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:16:40 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-05-21 13:16:40 +0000
commit36c5269b0ef1773eb1b578e8d288785c19581bbf (patch)
treeeadfc816be725d8f4a92d1ea8081627c54995972 /data
parent45e0615cd0e8818422ea709295a6d9485b3b3612 (diff)
downloadpoezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.gz
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.bz2
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.tar.xz
poezio-36c5269b0ef1773eb1b578e8d288785c19581bbf.zip
non-anonymous authentication, fixed #1185
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg15
1 files changed, 13 insertions, 2 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index a9873eb3..c7cef3d5 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -1,4 +1,5 @@
[Poezio]
+
# the server. Make sure the server you're using accepts anonymous authentification
server = louiz.org
@@ -11,12 +12,22 @@ resource = poezio
# the nick you will use when joining a room with no associated nick
default_nick = poezio
+# Jabber identifiant. Specify it only if you want to connect using an existing
+# account on a server. This is optional and useful only for some features,
+# like room administration, nickname registration.
+# The 'server' option will be ignored if you specify a JID (Jabber identifiant)
+# It should be in the form nickname@server.tld
+jid =
+
+# A password is needed only if you specified a jid. It will be ignored otherwise
+password =
+
# the rooms you will join automatically on startup, with associated nickname or not
rooms = poezio@conference.codingteam.net:discussion@kikoo.louiz.org
# PROXY
# set to true if you want to use an http proxy server
-# if false, no proxy will be used and the proxy_* settings have no effect
+# if false, no proxy will be used and the proxy_* settings will have no effect
use_proxy = false
proxy_server =
proxy_port =
@@ -45,7 +56,7 @@ highlight_on =
# 0: the notices will NEVER be displayed
# n: On any other number, the notices will only be displayed
# if the user involved has talked since the last n seconds
-# The join messages will be hidden only if hide_exit_join is 0
+# 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