Hi,
I'm trying to configure Openfire to use Openfire Meetings plugin, but still get some error with focus user (and focu host and other focus-related issues). Here is my config:
- Openfire 4.0.3
- Active Directory (LDAP) integration
- Openfire Meetings 0.3.9
User authentication with AD works like a charm. I've created two accounts in AD dedicated for Openfire - one is for ldap.adminDN and the other is for this magic FOCUS user.
As far as I can understand, it doesn't have to be 'focus' name of this user, am I right? There is attribute called "Focus JID" and "Focus Password" so it could be any of my users. Of course it has granted admin rights for 'conference' service and it can create rooms in that service. No mather how i call yhis user (I even tried FOCUS) the problem still exists: When I enter the
https://my_server:7443/ofmeet/?r=roomname
I can't see any video nor audio. In the right lower corner dispalus error:
ofmeet-focus.mydomain.int - not available. Retry in... seconds
What is this ofmeet-focus.mydomain.int?? In terror log I can see
2016.10.28 21:46:18 INFO [pool-15-thread-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Create outgoing session for: mydomain.int to ofmeet-focus.mydomain.int] - Unable to create new session: Cannot create a plain socket connection with any applicable remote host.
2016.10.28 21:46:18 WARN [pool-15-thread-2]: org.jivesoftware.openfire.session.LocalOutgoingServerSession[Authenticate local domain: 'mydomain.int' to remote domain: 'ofmeet-focus.mydomain.int'] - Unable to authenticate: Fail to create new session.
2016.10.28 21:46:50 WARN [pool-15-thread-3]: org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'ofmeet-focus.mydomain.int' using remote host: ofmeet-focus.mydomain.int:5269. Cause: ofmeet-focus.mydomain.int (a full stacktrace is logged on debug level)
2016.10.28 21:46:50 WARN [pool-15-thread-3]: org.jivesoftware.openfire.net.SocketUtil - Unable to create a socket connection to XMPP domain 'ofmeet-focus.mydomain.int': Unable to connect to any of its remote hosts.
Where can I change this ofmeet-focus thing? what is it used for?
under https://my_server:7443/ofmeet/config I can see something like:
var config = {
hosts: {
domain: 'milnet-i.int',
muc: 'conference.milnet-i.int',
bridge: 'ofmeet-jitsi-videobridge.milnet-i.int',
call_control: null,
focus: 'ofmeet-focus.milnet-i.int',
},
but I can't see where I could change those vars. And should I....?
Please, could anyone explain me all those things with focus user and host? What is this and how does it not work?