fastpath Plugin Archive

Below is a list of versions that are available for the fastpath 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.

Fastpath Plugin Readme

Overview

The Fastpath plugin adds support for managed queued chat requests, such asa support team might use. For example, a web based "Live Support" interfacecan point a potential customer at a workgroup representing the Sales team.Members of that workgroup will receive notification that a someone iswaiting and when someone from that workgroup accepts, the customer and theteam member will be connected to communicate with each other.

Installation

Copy fastpath.jar into the plugins directory of your Openfire installation. Theplugin will then be automatically deployed. To upgrade to a new version, copythe new fastpath.jar file over the existing file. Make sure to follow theupgrading instructions under the Upgrading section, regardless of ifyou have the old Fastpath plugin or Enterprise installed currently or not. The only time you can skip the Upgrading section is if you know for a factthat you have never run Fastpath or Enterprise.

Make sure that the enterprise plugin is removed before installing this plugin.Otherwise the enterprise plugin will rename the fastpath.jar to fastpath.jar.oldthus removing thus plugin. If this happens just stop the server, remove theenterprise.jar plugin and rename fastpath.jar.old to fastpath.jar and start theserver again.

Upgrading from Pre-Enterprise Fastpath and Enterprise

Due to the previous version of Fastpath existing before it was incorporatedinto Enterprise, and due to this replacing part of the Enterprise plugin,upgrading to this Fastpath plugin requires some manual steps. Effectively,we need to clean up the old database a bit and change the names of a couple ofthings. So the steps you will need to perform are as follows:

  1. Shut down your server.
  2. Remove enterprise.jar and the directory enterprise.
  3. Log into your database, you can use the embedded-db-viewer scripts in bin/extra to access the Embedded database.
  4. Execute the following SQL: DELETE FROM ofVersion WHERE name = 'fastpath'
  5. Execute the following SQL (this may fail if you never had enterprise instaled, that is ok): UPDATE fpWorkgroupProp SET propValue = REPLACE(propValue, 'com.jivesoftware.openfire.fastpath','org.jivesoftware.openfire.fastpath')
  6. Execute the following SQL (this may fail if you never had enterprise installed, that is ok): UPDATE fpAgentProp SET propValue = REPLACE(propValue, 'com.jivesoftware.openfire.fastpath','org.jivesoftware.openfire.fastpath')
  7. Execute the following SQL (this may fail if you never had enterprise installed, that is ok): UPDATE fpWorkgroupProp SET propValue = REPLACE(propValue, 'com.jivesoftware.xmpp.workgroup','org.jivesoftware.xmpp.workgroup')
  8. Execute the following SQL (this may fail if you never had enterprise installed, that is ok): UPDATE fpAgentProp SET propValue = REPLACE(propValue, 'com.jivesoftware.xmpp.workgroup','org.jivesoftware.xmpp.workgroup')
  9. Execute the following SQL (this may fail if you never had enterprise installed, that is ok): UPDATE fpDispatcherProp SET propValue = REPLACE(propValue, 'com.jivesoftware.xmpp.workgroup','org.jivesoftware.xmpp.workgroup')
  10. Start up your server. If you had enterprise installed, you -will- see an SQL error show up, but it should only show up once and is ok. (it is an attempt to recreate a table that already exists) The error will look like: fastpath - Database update failed. Please manually upgrade your database.
You only need to do these steps once when moving to this Fastpath plugin.Do not repeat these steps on future Fastpath plugin updates.

Configuration

Configuration is performed under the Fastpath tab in the Openfireadmin console. The quick start guide can be foundhere.
Releases Info File Version Released Openfire Version
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.5 Sep 20, 2019 4.1.1 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.4 Oct 30, 2020 4.1.1 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.3 Jan 3, 2018 4.1.0 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.2 Dec 2, 2016 4.1.0 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.1 Nov 18, 2016 4.0.0 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.4.0 Oct 12, 2015 3.11.0 alpha +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.3.1 Sep 13, 2013 3.9.0 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.2.0 Dec 2, 2009 3.7.0 +
Plugin Fastpath Service
Support for managed queued chat requests, such as a support team might use.
README Changelog Download 4.1.0 Aug 12, 2008 3.6.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 Fastpath Service
README Changelog Download 4.4.5 4.1.1 +
Plugin Fastpath Service
README Changelog Download 4.4.4 4.1.1 +
Plugin Fastpath Service
README Changelog Download 4.4.3 4.1.0 +
Plugin Fastpath Service
README Changelog Download 4.4.2 4.1.0 +
Plugin Fastpath Service
README Changelog Download 4.4.1 4.0.0 +
Plugin Fastpath Service
README Changelog Download 4.4.0 3.11.0 alpha +
Plugin Fastpath Service
README Changelog Download 4.3.1 3.9.0 +
Plugin Fastpath Service
README Changelog Download 4.2.0 3.7.0 +
Plugin Fastpath Service
README Changelog Download 4.1.0 3.6.0 +