comparison mcabber/mcabberrc.example @ 1261:704adf4df2d0

Send service-unavailable when Last Activity is disabled According to XEP-0012, the client should return a <service-unavailable/> error when it doesn't wish to divulge the information. This patch also adds a new option: iq_last_disable_when_notavail.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 01 Jul 2007 12:22:54 +0200
parents 401639413340
children d1a111f39b7a
comparison
equal deleted inserted replaced
1260:b4ccc5b2a6de 1261:704adf4df2d0
137 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve 137 # Set iq_version_hide_os to 1 if you do not want to allow people to retrieve
138 # your OS version. 138 # your OS version.
139 #set iq_version_hide_os = 0 139 #set iq_version_hide_os = 0
140 # 140 #
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). 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.
144 # (Default is 0 for both options)
143 #set iq_last_disable = 0 145 #set iq_last_disable = 0
146 #set iq_last_disable = 1
144 147
145 # Beep 148 # Beep
146 # 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
147 # 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
148 # 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.