Commit 024b0c00 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added new module IQOfflineMessagesHandler. JM-8


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1696 b35dd754-fafc-0310-a699-88a17e54d16e
parent bbe16a58
......@@ -251,6 +251,7 @@ public class XMPPServer {
loadModule(PresenceUpdateHandler.class.getName());
loadModule(IQDiscoInfoHandler.class.getName());
loadModule(IQDiscoItemsHandler.class.getName());
loadModule(IQOfflineMessagesHandler.class.getName());
loadModule(MultiUserChatServerImpl.class.getName());
loadModule(MulticastDNSService.class.getName());
// Load this module always last since we don't want to start listening for clients
......
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