Problem setting up Openfire cluster with Hazelcast plugin

Hi,

I have been trying to setup a Openfire cluster with Hazelcast plugin. I am on Openfire 3.9.1, Hazelcast Clusteing plugin 1.2.0 and Oracle Java 1.7.0_15-b13. These are possible configs I have tried on the cluster all without any success.

    <join>

224.2.2.3

54327

92.197.xyz.abc

92.197.xyz.def

92.197.xyz.ghi

10.0.3.10

92.197.xyz.ghi

,

    <join>

224.2.2.3

54327

92.197.xyz.abc:5701

92.197.xyz.def:5701

92.197.xyz.ghi:5701

10.0.3.10

92.197.xyz.ghi

I also tried the same config with internal ip address for the peer-nodes. I can telnet to the port 5701 to each of these nodes from any of the three nodes.

None of the configurations are working. I have already tried uninstalling and re-installing the hazelcast plugin and enabling/disabling clustering.