]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Added announcement answer XML, template engine and acceptance of announcements
[hub.git] / application / hub / config.php
index 49bee6e908cc197ef87144c67b4887a336793001..a5712268d5985c2c915f6eb1e05e3ea7b475d520 100644 (file)
@@ -210,14 +210,23 @@ $cfg->setConfigEntry('message_type_announcement_handler_class', 'NodeMessageAnno
 // CFG: MESSAGE-TYPE-SELF-CONNECT-HANDLER-CLASS
 $cfg->setConfigEntry('message_type_self_connect_handler_class', 'NodeMessageSelfConnectHandler');
 
+// CFG: NODE-ANSWER-MESSAGE-ANNOUNCEMENT-HELPER-CLASS
+$cfg->setConfigEntry('node_answer_message_announcement_helper_class', 'NodeAnnouncementMessageAnswerHelper');
+
 // CFG: NEWS-READER-CLASS
 $cfg->setConfigEntry('news_reader_class', 'ConsoleNewsReader');
 
 // CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS
 $cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine');
 
-// CFG: NODE-ANNOUNCEMENT-TEMPLATE-EXTENSION
-$cfg->setConfigEntry('node_announcement_template_extension', '.xml');
+// CFG: NODE-ANSWER-ANNOUNCEMENT-TEMPLATE-CLASS
+$cfg->setConfigEntry('node_answer_announcement_template_class', 'XmlAnnouncementAnswerTemplateEngine');
+
+// CFG: NODE-MESSAGE-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('node_message_template_extension', '.xml');
+
+// CFG: NODE-ANSWER-TEMPLATE-EXTENSION
+$cfg->setConfigEntry('node_answer_template_extension', '.xml');
 
 // CFG: NODE-ANNOUNCEMENT-TEMPLATE-TYPE
 $cfg->setConfigEntry('node_announcement_template_type', 'xml/announcement');
@@ -225,12 +234,15 @@ $cfg->setConfigEntry('node_announcement_template_type', 'xml/announcement');
 // CFG: NODE-ANNOUNCEMENT-STACKER-CLASS
 $cfg->setConfigEntry('node_announcement_stacker_class', 'FiLoStacker');
 
+// CFG: NODE-ANNOUNCEMENT-ANSWER-STACKER-CLASS
+$cfg->setConfigEntry('node_announcement_answer_stacker_class', 'FiLoStacker');
+
+// CFG: NODE-ANNOUNCEMENT-ANSWER-TEMPLATE-TYPE
+$cfg->setConfigEntry('node_announcement_answer_template_type', 'xml/answer/announcement');
+
 // CFG: NODE-SELF-CONNECT-TEMPLATE-CLASS
 $cfg->setConfigEntry('node_self_connect_template_class', 'XmlSelfConnectTemplateEngine');
 
-// CFG: NODE-SELF-CONNECT-TEMPLATE-EXTENSION
-$cfg->setConfigEntry('node_self_connect_template_extension', '.xml');
-
 // CFG: NODE-SELF-CONNECT-TEMPLATE-TYPE
 $cfg->setConfigEntry('node_self_connect_template_type', 'xml/self_connect');