Below is a list of versions that are available for the userstatus 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.
User Status Plugin Readme
Overview
Openfire plugin to save the user status to the database.
This plugin automatically saves the last status (presence, IP address, logon and logoff time) per user and resource to userStatus table in the Openfire database.
Optionally you can archive user status entries (IP address, logon and logoff time) for a specified time. History entries are stored in the userStatusHistory table. The settings for history archiving can be configured on the "User Status Settings" page that you'll find on the "Server" tab of the Openfire Admin Console.
Limitations
Of the databases supported by Openfire, this plugin does notsupport Oracle. This is not due to any technical reason, just nobody hassubmitted the needed sql script to initialize the userStatus plugin databaseschema for Oracle.
Database Schema
The userStatus table contains the last status per user and resource:
CREATE TABLE userStatus ( username VARCHAR(64) NOT NULL, resource VARCHAR(64) NOT NULL, online TINYINT NOT NULL, presence CHAR(15), lastIpAddress CHAR(45) NOT NULL, lastLoginDate CHAR(15) NOT NULL, lastLogoffDate CHAR(15), PRIMARY KEY pk_userStatus (username, resource));
The userStatusHistory table contains the archived status entries if enabled:
CREATE TABLE userStatusHistory ( historyID BIGINT NOT NULL, username VARCHAR(64) NOT NULL, resource VARCHAR(64) NOT NULL, lastIpAddress CHAR(45) NOT NULL, lastLoginDate CHAR(15) NOT NULL, lastLogoffDate CHAR(15) NOT NULL, PRIMARY KEY pk_userStatusHistory (historyID));
Releases | Info | File | Version | Released | Openfire Version | ||||
|
Download | 1.3.0 |
|
4.0.0 + | |||||
|
Download | 1.2.3 |
|
4.0.0 - 4.8.0 | |||||
|
Download | 1.2.2 |
|
4.0.0 + | |||||
|
Download | 1.2.1 |
|
4.0.0 + | |||||
|
Download | 1.2.0 |
|
4.0.0 + | |||||
|
Download | 1.0.4 |
|
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 | ||
|
Download | 1.3.1-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.3.0-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.4-SNAPSHOT |
|
4.0.0 - 4.8.0 | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.3-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.2-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.2-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.2-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.2-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.2-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.1-SNAPSHOT |
|
4.0.0 + | |||
|
Download | 1.2.1-SNAPSHOT |
|
4.0.0 + |