igniterealtime / openfire-ofmeet-plugin

Provides an HTTP Online Meeting solution for Openfire using Jitsi Meet.
Apache License 2.0
46 stars 44 forks source link

Update Jitsi-based dependencies to latest release. #37

Closed guusdk closed 7 years ago

guusdk commented 7 years ago

Updated:

As a result, OFMeet now requires Java 8 to run. Note that Openfire does not (see https://github.com/igniterealtime/Openfire/pull/915)

Jitsi's upstream changes include a switch from Smack 3 to Smack 4. This can bring changes to runtime behavior.

I dropped the email listener (which provided FastPath support), as it's implementation was based on Smack 3.

deleolajide commented 7 years ago

I dropped the email listener (which provided FastPath support), as it's implementation was based on Smack 3.

I have upgraded it from smack 3 to smack 4 and added it to the chatapi plugin instead.

guusdk commented 6 years ago

As none of these changes got released yet (they'll be in 0.9.3), I'll add the latest round of updates here:

guusdk commented 6 years ago

I've now updated Jicofo to 1.1-20180303.151352-15 to pull in a fix for #38.