Skip to content
forked from srt/openarchive

Open Archive XEP-0136 Plugin for Openfire

Notifications You must be signed in to change notification settings

sdolgy/openarchive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openfire open-archive plugin

This plugin, originally created by Stefan Reuter is available at: https://github.com/srt/openarchive

This is my hack ...

To get it going...

To generate the OpenArchive SNAPSHOT jar, the following were performed in sequence:

  1. Obtain https://github.com/sdolgy/maven-openfire-plugin OR https://github.com/srt/maven-openfire-plugin and run: maven install
  2. Obtain the openfire.jar from Openfire, and the dwr-2.0.5.jar, and install the files into the local maven repository
  3. Update the pom.xml to reflect the updated Openfire version (changed to 3.7.1)
  4. maven install

Add jars to local maven repo

mvn install:install-file -Dfile=contrib\dwr-2.0.5.jar -DgroupId=org.directwebremoting -DartifactId=dwr -Dversion=2.0.5 -Dpackaging=jar
mvn install:install-file -Dfile=contrib\openfire.jar -DgroupId=org.igniterealtime.openfire -DartifactId=openfire -Dversion=3.7.1 -Dpackaging=jar

About

Open Archive XEP-0136 Plugin for Openfire

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.4%
  • JavaScript 14.6%