mcabber/mcabberrc.example
changeset 1263 d1a111f39b7a
parent 1261 704adf4df2d0
child 1267 c5257cbe6ae4
equal deleted inserted replaced
1262:2ea6ca87cab9 1263:d1a111f39b7a
   141 # Set iq_last_disable to 1 if you want to disable response to jabber:iq:last
   141 # Set iq_last_disable to 1 if you want to disable response to jabber:iq:last
   142 # queries (XEP-0012).  Set iq_last_disable_when_notavail to 1 if you want
   142 # queries (XEP-0012).  Set iq_last_disable_when_notavail to 1 if you want
   143 # to disable Last Activity reports only when the not-available status is set.
   143 # to disable Last Activity reports only when the not-available status is set.
   144 # (Default is 0 for both options)
   144 # (Default is 0 for both options)
   145 #set iq_last_disable = 0
   145 #set iq_last_disable = 0
   146 #set iq_last_disable = 1
   146 #set iq_last_disable_when_notavail = 1
   147 
   147 
   148 # Beep
   148 # Beep
   149 # Set beep_on_message to 1 if you want mcabber to beep when receiving
   149 # Set beep_on_message to 1 if you want mcabber to beep when receiving
   150 # a new message (except in chatrooms).  If you want a more sophisticated
   150 # a new message (except in chatrooms).  If you want a more sophisticated
   151 # system (e.g. play a sound), have a look at 'events_command' below.
   151 # system (e.g. play a sound), have a look at 'events_command' below.