]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/announcement/announcement.xml
Added also here ...
[hub.git] / application / hub / templates / xml / announcement / announcement.xml
index 542e60a48acd62814609dd98341d2babcc680880..06be0b345cb54524feeaca7253ba32b71dcaf914 100644 (file)
@@ -5,7 +5,7 @@ Please use config.php/config-local.php files at application/hub/ instead.
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -29,17 +29,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <node-status>{?node_status?}</node-status>
                <!-- Node mode: regular, master, list, boot again //-->
                <node-mode>{?node_default_mode?}</node-mode>
+               <!-- The node id. This should be announced to all other hubs. //-->
+               <node-id>{?node_id?}</session-id>
                <!-- The session id. This should be announced to all other hubs. //-->
                <session-id>{?session_id?}</session-id>
+               <!-- The private key's hash. This should be announced to all other hubs. //-->
+               <private-key-hash>{?private_key_hash?}</private-key-hash>
                <!-- 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 //-->
-                       <tcp-port>{?node_tcp_listen_port?}</tcp-port>
-                       <udp-port>{?node_udp_listen_port?}</udp-port>
+                       <!-- Public external address //-->
+                       <external-address>{?external_address?}</external-address>
+                       <!-- Private internal address //-->
+                       <internal-address>{?internal_address?}</internal-address>
                </listener>
        </announcement-data>
 </announcement>