summaryrefslogtreecommitdiff
path: root/data/default_config.cfg
blob: c7cef3d5a19ba979e1f554e2b74143bd85ddbd5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
[Poezio]

# the server. Make sure the server you're using accepts anonymous authentification
server = louiz.org

# the port you'll use to connect
port = 5222

# the resource you will use
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 will have no effect
use_proxy = false
proxy_server = 
proxy_port = 
proxy_user = 
proxy_password = 

# the completion type you will use to complete nicknames
# if "normal", complete the entire name to the first available completion
# and then cycle through the possible completion with the next TABs
# if "shell", if there's more than one nick for this completion, complete
# only the part that all then nicks have in common (like in a shell)
completion = normal

# what will be put after the name, when using autocompletion
# 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
highlight_on = 

# Set a number for this setting.
# The join OR status-change notices will be
# displayed according to this number.
# -1: the notices will ALWAYS be displayed
#  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 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
			 # the user talked since less than 2 minutes

# 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)
# will be sent if requested by anyone
# Set to false if you don't want people to know these information
send_poezio_info = true

# if true, information about the Operation System you're using
# will be sent when requested by anyone
# Set to false if you don't want people to know these 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.