contentFilter Plugin Archive

Below is a list of versions that are available for the contentFilter plugin. To find other plugins, please review this listing of most recent releases of all plugins.

Plugins extend and enhance the functionality of Openfire. To install plugins, copy the .jar file into the plugins directory of your Openfire installation.

ContentFilter Plugin Readme

Overview

The content filter plugin allows admins to configure various actions based onmessage content. These actions include notifying the admin of content matches,notifying the sender that a message was rejected or masking the content withalternative content.

Installation

Copy the contentfilter.jar into the plugins directory of your Jive Messengerinstallation. The plugin will then be automatically deployed. To upgrade to anew version, copy the new contentfilter.jar file over the existing file.

Configuration

By default, after the plugin has been deployed all of its features are disabled.This plugin is configured via the "Content Filter" sidebar item located under the"System" tab in the Jive Messenger Admin Console.

The default comma separated patterns are "fox,dog". This will perform a casesensitive match on all words containing these strings. e.g. "fox", "firefox","foxy", "dog", "hotdog", "dogdays" but not "Fox", "firefoX". These simple patternscan be enhanced with more complex regular expressions as required e.g.:

  • for a complete word match, add boundary checks with \b e.g. \bfox\b will match against the word "fox" and nothing else.
  • for case insensitive matchs add (?i) e.g. (?i)\bfox\b will match against "fox", "Fox", "foX" etc.
  • it is also possible to group related patterns patterns e.g. fox|dog, this can be used to reduce the number of individual patterns to test for.

If you choose to filter your users presence status and there is a content match then:

  • if you are masking content, other users will see a masked status.
  • if you are rejecting content, other users not see the status change, how it affects the user with the invalid status is client dependant.

Want to know more about regular expressions in Java? This official tutorialis useful.

The default mask is "***", you can change it to anything you like including smilies!

Using the plugin

After the plugin has been configured, nothing else needs to be done to use it.

Trouble shooting

If the plugin behaviour is not as expected you can enable server debug logging. This will allow the plugin to start logging.Server debug logging should only be enabled temporarily, as it will generate a lot of additional logging that will both slowyour server down and consume a lot of disk space.

Releases Info File Version Released Openfire Version
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.8.2 Nov 20, 2023 4.0.0 +
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.8.1 Nov 11, 2020 4.0.0 +
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.8.0 Oct 12, 2015 4.0.0 +
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.7.0 Sep 13, 2013 3.9.0 +
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.6.1 Dec 1, 2009 3.7.0 +
Plugin Content Filter
Scans message packets for defined patterns
README Changelog Download 1.5.0 Apr 12, 2007 3.3.0 +

The plugins below, so-called SNAPSHOTS, are build automatically by the continuous integration system. They represent the latest development, but are untested.

Snapshots Info File Version Built at Openfire Version
Plugin Content Filter
README Changelog Download 1.8.3-SNAPSHOT Nov 20, 2023 9:34:36 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT May 3, 2023 7:56:56 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Jan 26, 2023 1:36:08 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Jan 23, 2023 9:06:30 AM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Jan 17, 2023 10:02:39 AM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Jan 8, 2023 7:09:45 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Oct 26, 2022 3:49:56 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Apr 21, 2022 1:30:37 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Oct 27, 2021 1:42:38 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Feb 12, 2021 1:16:12 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.2-SNAPSHOT Nov 12, 2020 8:09:22 AM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Oct 30, 2020 1:19:36 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Oct 27, 2020 2:59:18 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Oct 13, 2020 11:28:16 AM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Oct 13, 2020 12:38:55 AM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Apr 2, 2020 1:37:17 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Feb 11, 2020 3:09:01 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Feb 11, 2020 2:26:47 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Feb 11, 2020 2:11:25 PM 4.0.0 +
Plugin Content Filter
README Changelog Download 1.8.1-SNAPSHOT Jan 31, 2020 7:21:52 PM 4.0.0 +