Commit 88a8209b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Ported from 3.6.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10087 b35dd754-fafc-0310-a699-88a17e54d16e
parent 641cdac9
...@@ -715,6 +715,10 @@ public class ConnectionManagerImpl extends BasicModule implements ConnectionMana ...@@ -715,6 +715,10 @@ public class ConnectionManagerImpl extends BasicModule implements ConnectionMana
} }
} }
public SocketAcceptor getComponentAcceptor() {
return componentAcceptor;
}
public int getComponentListenerPort() { public int getComponentListenerPort() {
return JiveGlobals.getIntProperty("xmpp.component.socket.port", DEFAULT_COMPONENT_PORT); return JiveGlobals.getIntProperty("xmpp.component.socket.port", DEFAULT_COMPONENT_PORT);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment