Commit 46ff50f3 authored by guus's avatar guus

OF-534: Removing obsolete STUN module references.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13016 b35dd754-fafc-0310-a699-88a17e54d16e
parent d0a20d7d
...@@ -98,7 +98,6 @@ import org.jivesoftware.openfire.spi.PacketTransporterImpl; ...@@ -98,7 +98,6 @@ import org.jivesoftware.openfire.spi.PacketTransporterImpl;
import org.jivesoftware.openfire.spi.PresenceManagerImpl; import org.jivesoftware.openfire.spi.PresenceManagerImpl;
import org.jivesoftware.openfire.spi.RoutingTableImpl; import org.jivesoftware.openfire.spi.RoutingTableImpl;
import org.jivesoftware.openfire.spi.XMPPServerInfoImpl; import org.jivesoftware.openfire.spi.XMPPServerInfoImpl;
import org.jivesoftware.openfire.stun.STUNService;
import org.jivesoftware.openfire.transport.TransportHandler; import org.jivesoftware.openfire.transport.TransportHandler;
import org.jivesoftware.openfire.update.UpdateManager; import org.jivesoftware.openfire.update.UpdateManager;
import org.jivesoftware.openfire.user.UserManager; import org.jivesoftware.openfire.user.UserManager;
...@@ -1422,17 +1421,6 @@ public class XMPPServer { ...@@ -1422,17 +1421,6 @@ public class XMPPServer {
return (MediaProxyService) modules.get(MediaProxyService.class); return (MediaProxyService) modules.get(MediaProxyService.class);
} }
/**
* Returns the <code>STUNService</code> registered with this server. The
* <code>MediaProxyService</code> was registered with the server as a module while starting up
* the server.
*
* @return the <code>STUNService</code> registered with this server.
*/
public STUNService getSTUNService() {
return (STUNService) modules.get(STUNService.class);
}
/** /**
* Returns the <code>FlashCrossDomainHandler</code> registered with this server. The * Returns the <code>FlashCrossDomainHandler</code> registered with this server. The
* <code>FlashCrossDomainHandler</code> was registered with the server as a module while starting up * <code>FlashCrossDomainHandler</code> was registered with the server as a module while starting up
......
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