]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/announcement/announcement.xml
Fixed (opps).
[hub.git] / application / hub / templates / xml / announcement / announcement.xml
index b8c1dcb320017103e218149ec0f71223319a366c..4d94ea5ca3b8a0a5cbb33458ed53c049be5db020 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 - 2014 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,8 +29,12 @@ 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?}</node-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 address //-->