comparison mcabber/mcabberrc.example @ 1498:2eaa52d314e3

Add option 'iq_hide_requests' (Suggested by dpc)
author Mikael Berthe <mikael@lilotux.net>
date Tue, 15 Jul 2008 21:37:43 +0200
parents b9f8c1fddb23
children 939e2957f8a8
comparison
equal deleted inserted replaced
1497:35020a2ed115 1498:2eaa52d314e3
170 # queries (XEP-0012). Set iq_last_disable_when_notavail to 1 if you want 170 # queries (XEP-0012). Set iq_last_disable_when_notavail to 1 if you want
171 # to disable Last Activity reports only when the not-available status is set. 171 # to disable Last Activity reports only when the not-available status is set.
172 # (Default is 0 for both options) 172 # (Default is 0 for both options)
173 #set iq_last_disable = 0 173 #set iq_last_disable = 0
174 #set iq_last_disable_when_notavail = 1 174 #set iq_last_disable_when_notavail = 1
175 #
176 # Set iq_hide_requests to 1 if you don't want received IQ requests to be
177 # displayed in the status window (default: 0).
178 #set iq_hide_requests = 1
175 179
176 # Beep 180 # Beep
177 # Set beep_on_message to 1 if you want mcabber to beep when receiving 181 # Set beep_on_message to 1 if you want mcabber to beep when receiving
178 # a new message (except in chatrooms). If you want a more sophisticated 182 # a new message (except in chatrooms). If you want a more sophisticated
179 # system (e.g. play a sound), have a look at 'events_command' below. 183 # system (e.g. play a sound), have a look at 'events_command' below.