Yes, here u go:
Sorry for the delay. Weekend, Friends ...
var config = { hosts: { domain: 'MYDOMAIN.TLD', muc: 'conference.MYDOMAIN.TLD', bridge: 'jitsi-videobridge.MYDOMAIN.TLD' }, useIPv6: false, // ipv6 support. use at your own risk useNicks: false, useWebsockets: false, // change this if you have websockets plugin for openfire resolution: 360, bosh: window.location.protocol + "//" + window.location.host + '/http-bind/'};
This is the config I'm working with.
Kind regards!