Commit 28b8bd32 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added blocking communication support. JM-102

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3425 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2905ee53
......@@ -411,6 +411,7 @@ public class XMPPServer {
loadModule(MulticastDNSService.class.getName());
loadModule(IQSharedGroupHandler.class.getName());
loadModule(AdHocCommandHandler.class.getName());
loadModule(IQPrivacyHandler.class.getName());
// Load this module always last since we don't want to start listening for clients
// before the rest of the modules have been started
loadModule(ConnectionManagerImpl.class.getName());
......
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