[package] update imspector to 0.8 (#5357)
[packages.git] / net / imspector / files / imspector.config
index fe3835a..4eb687a 100644 (file)
@@ -2,7 +2,7 @@ config imspector
        # Enable the proxy
        option enable 1
 
-       # The listening ip address  for redirected connections
+       # The listening ip address for redirected connections
        option listenaddr 0.0.0.0
 
        # The listening port for redirected connections
@@ -46,6 +46,21 @@ config imspector
        # Drop connection when the IM server has a bad cert
        #option ssl_verify "block"
 
+       # Prefix and postfix to all responses using all responder plugins
+       #option response_prefix "Message from IMSpector: -="
+       #option response_postfix "=-"
+
+       # SQLite DB filename for automated responses
+       #option responder_filename "/etc/imspector/sqlitedb_responder"
+       # Inform parties that chats are monitored every N days (default is never)
+       #option notice_days 7
+       # Customised notice text
+       #option notice_response "Your activities are being logged"
+       # Inform of a blocked event, but upto a max of every N mins (default is never)
+       #option filtered_mins 15
+       # Customised filtered text (message text or filename follows in response)
+       #option filtered_response "The message or action was blocked"
+
        # Will load enabled plugins in plugin_dir
        option icq_protocol on
        option irc_protocol on
@@ -86,9 +101,6 @@ config imspector
        # SQLite-backed filter
        #option db_filter_filename "/etc/imspector/sqlitedb_filter"
 
-       # Block all non whitelisted events?
-       option block_unlisted off
-
        # Block all filetransfers?
        option block_files off