From 14d4fda0c2fd0a4ddde0eaeda271a2c012249cd1 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 15 Jul 2011 14:01:46 -0500 Subject: use constants for all paths, add responder support --- config/imspector-wip/imspector.xml | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) (limited to 'config/imspector-wip/imspector.xml') diff --git a/config/imspector-wip/imspector.xml b/config/imspector-wip/imspector.xml index 20c661cd..e0e37ac9 100644 --- a/config/imspector-wip/imspector.xml +++ b/config/imspector-wip/imspector.xml @@ -194,6 +194,60 @@ Replace characters of matched bad word with *. checkbox + + Enable response messages + resonder + + Inform the users (both local and remote) that the conversation they are having is being recorded. This might be needed for legal reasons. + Inform the sender that a file (or message) was blocked. This is useful because the sender will know a block occured, instead of the transfer simply failing. + checkbox + + + Notification frequency + notice_days + input + Frequency in number of days for notifying users they are being logged. Default 1 day if responses are enabled, set to 0 to disable + + + Filtered frequency + filtered_minutes + input + The time between sending “filtered” in minutes. Default 15 minutes if responses are enabled, set to 0 to disable + + + Custom message prefix + prefix_message + + Message to prepend to all IMSpector generated messages. The default is "Message from IMSpector" + + textarea + base64 + 5 + 40 + + + Custom recorded message response + recorded_message + + Message to send to users to let them know they are being recorded. The default is "Your activities are being logged" + + textarea + base64 + 5 + 40 + + + Custom filtered message response + filtered_message + + Message to send to users to let them know about filtered messages. + + textarea + base64 + 5 + 40 + + Bad words list badwords_list -- cgit v1.2.3