Openfire meetings 0.3.23

Hi,

I’ve tried the latest plugin from community-plugins/openfire_4_0_2/target/openfire/plugins at master · igniterealtime/community-plugins in both openfire 4.0.1 and 4.0.3 but I can’t get past the index.html main page. It just constantly seems to hang and I can’t click on anything. Debugging the page it seems to get stuck in moderator.js a lot:

my.isModerator = function () {

return connection.emuc.isModerator(); <- ReferenceError: connection is not defined

};

I’m not sure if that is related though. Has anyone managed to get the latest plugin working? Are there some other requirements that I’m not aware of when upgrading from plugin v0.3.9 -> 0.3.23?

Daire