// CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS
$cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine');
-// CFG: NODE-DHT-BOOTSTRAP-TEMPLATE-CLASS
-$cfg->setConfigEntry('node_dht_bootstrap_template_class', 'XmlDhtBootstrapTemplateEngine');
-
// CFG: NODE-ANNOUNCEMENT-ANSWER-TEMPLATE-CLASS
$cfg->setConfigEntry('node_announcement_answer_template_class', 'XmlAnnouncementAnswerTemplateEngine');
-// CFG: NODE-DHT-BOOTSTRAP-ANSWER-TEMPLATE-CLASS
-$cfg->setConfigEntry('node_dht_bootstrap_answer_template_class', 'XmlDhtBootstrapAnswerTemplateEngine');
-
// CFG: NODE-REQUEST-NODE-LIST-TEMPLATE-CLASS
$cfg->setConfigEntry('node_request_node_list_template_class', 'XmlRequestNodeListTemplateEngine');
+// CFG: NODE-DHT-BOOTSTRAP-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_dht_bootstrap_template_class', 'XmlDhtBootstrapTemplateEngine');
+
+// CFG: NODE-DHT-BOOTSTRAP-ANSWER-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_dht_bootstrap_answer_template_class', 'XmlDhtBootstrapAnswerTemplateEngine');
+
// CFG: NODE-REQUEST-NODE-LIST-ANSWER-TEMPLATE-CLASS
$cfg->setConfigEntry('node_request_node_list_answer_template_class', 'XmlRequestNodeListAnswerTemplateEngine');
$cfg->setConfigEntry('node_announcement_answer_stacker_class', 'FiLoStacker');
// CFG: NODE-DHT-BOOTSTRAP-STACKER-CLASS
-$cfg->setConfigEntry('node_dht_publish_stacker_class', 'FiLoStacker');
+$cfg->setConfigEntry('node_dht_bootstrap_stacker_class', 'FiLoStacker');
// CFG: NODE-DHT-BOOTSTRAP-ANSWER-STACKER-CLASS
$cfg->setConfigEntry('node_dht_bootstrap_answer_stacker_class', 'FiLoStacker');