ComponentStanzaProcessor processor = new ComponentStanzaProcessor(serverRuntimeContext);
addPubsubHandlers(processor);
addPubsubOwnerHandlers(processor);
processor
.addDictionary(new NamespaceHandlerDictionary(NamespaceURIs.XEP0060_PUBSUB_EVENT, new MessageHandler()));
stanzaProcessor = processor;
this.serviceConfiguration.setServerJID(serverRuntimeContext.getServerEnitity());
this.serviceConfiguration.initialize();
}