along with this program. If not, see <http://www.gnu.org/licenses/>
//-->
<bootstrap>
+ <!--
+ The data in this message is similar to that in announcement, except that an
+ announcement is sent to boot, master and list nodes but this to "all" nodes
+ that matches some criteria. If we would send this to *really* all nodes,
+ this would easily flood the network.
+
+ Currently this XML message contains the same data fields as announcement.xml
+ but this might be changed in the future. And please remember that you can
+ type as much as you want here, as all will be removed by the compaction
+ step.
+ //-->
+ <bootstrap-data>
+ <!-- Status of this node, see node_status.xml for details. //-->
+ <node-status>{?node_status?}</node-status>
+ <!-- Node mode: regular, master, list, boot again //-->
+ <node-mode>{?node_default_mode?}</node-mode>
+ <!-- The session id. This should be announced to all other hubs. //-->
+ <session-id>{?session_id?}</session-id>
+ <!-- Data from our listeners (e.g. which port) //-->
+ <listener>
+ <!-- Public external IP address //-->
+ <external-ip>{?external_ip?}</external-ip>
+ <!-- Private internal IP address //-->
+ <internal-ip>{?internal_ip?}</internal-ip>
+ <!-- Listener ports for both connections //-->
+ <listen-port>{?node_listen_port?}</listen-port>
+ </listener>
+ </bootstrap-data>
</bootstrap>