Commit dcca8f3b authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Added IQSharedGroupHandler module. JM-437

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2982 b35dd754-fafc-0310-a699-88a17e54d16e
parent 03b3f448
......@@ -338,6 +338,7 @@ public class XMPPServer {
loadModule(IQOfflineMessagesHandler.class.getName());
loadModule(MultiUserChatServerImpl.class.getName());
loadModule(MulticastDNSService.class.getName());
loadModule(IQSharedGroupHandler.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