*
* @param root the one and only "root" CollectionNode
*/
public AbstractPublishSubscribeIQHandler(PubSubServiceConfiguration serviceConfiguration) {
this.serviceConfiguration = serviceConfiguration;
this.idGenerator = new JVMBuiltinUUIDGenerator();
errorStanzaGenerator = new ErrorStanzaGenerator();
}