shrhdk / openfire-plugin-example

Building the Openfire plugin with Gradle.
4 stars 3 forks source link

Where can I find Openfire.jar ? #1

Open karanvs opened 5 years ago

karanvs commented 5 years ago

Openfire.jar is required for classes to load. It is not in source that I downloaded from official site, where/how can I get it ?

shrhdk commented 5 years ago

It seems that classes in openfire.jar have moved intoxmppserver-x.x.x.jar in latest Openfire. (See: https://github.com/igniterealtime/Openfire/pull/1171)

Please try to modify below line to include xmppserver-x.x.x.jar.

https://github.com/shrhdk/openfire-plugin-example/blob/e5bed533ee88c915e3481431d601b3db55e98419/build.gradle#L9