]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/announcement/self_announcement.xml
Node-id is now deemed 'classified' because it will be used to create signatures,...
[hub.git] / application / hub / templates / xml / announcement / self_announcement.xml
index dabd764c0af9ad79f842e8f69fc0212464308662..be4da786d4f216892e3d360367e5b3bac11834d9 100644 (file)
@@ -25,10 +25,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 <announcement>
        <!-- Announcement data like, node id, session id and object types. //-->
        <announcement-data>
-               <!-- Our node id. This should be announced only to upper hubs. //-->
-               <node-id>{?node_id?}</node-id>
                <!-- Status of this node, see node_status.xml for details. //-->
                <node-status>{?node_status?}</node-status>
+               <!-- 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>
                        <!-- Listener ports for hub connections //-->
@@ -42,7 +42,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                                <udp-port>{?node_udp_listen_port?}</udp-port>
                        </client-listener>
                </listener>
-               <!-- The session id. This should be announced to all other hubs. //-->
-               <session-id>{?session_id?}</session-id>
        </announcement-data>
 </announcement>