igniterealtime/openfire-ofmeet-plugin

Force offocus to wait for ofmeet before attempting to connect to videobridge

deleolajide opened this issue · 3 comments

offocus does a service discovery at startup which sometimes happens before ofmeet is fully loaded and ready. I had to add a Thread.sleep(5000) hack to get consistent results.

Not sure if service discovery is tried again, but the list of videobridges remains empty causing offocus to assume there is no available VB. It became more pronounced with my custom version of XMPPTCPConnection with an openfire vitrualconnection.

There was a reference to this in the open_chat at igniterealtime.org. Just to point out that I have only applied to my clone. I considered it a hack and not a fix.