]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/answer/announcement/announcement_answer.xml
Added missing my-node-id ...
[hub.git] / application / hub / templates / xml / answer / announcement / announcement_answer.xml
index 8421fe80128a4336e91868a43ff01e2eae4aeeea..48c57da429e448b7ccd6b4c1d9911837b9795400 100644 (file)
@@ -5,7 +5,7 @@ be used to indicate that this node does not want to receive announcements.
 
 @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
 
@@ -28,22 +28,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        //-->
        <my-data>
                <!--
-               This node's external IP/hostname
+               This node's external address
                //-->
-               <my-external-ip>{?my_external_ip?}</my-external-ip>
+               <my-external-address>{?my_external_address?}</my-external-address>
                <!--
-               This node's internal IP/hostname
+               This node's internal address
                //-->
-               <my-internal-ip>{?my_internal_ip?}</my-internal-ip>
+               <my-internal-address>{?my_internal_address?}</my-internal-address>
                <!--
-               This node's TCP/UDP listen port
+               This node's node id
                //-->
-               <my-listen-port>{?my_listen_port?}</my-listen-port>
+               <my-node-id>{?my_node_id?}</my-node-id>
                <!--
                This node's session id
                //-->
                <my-session-id>{?my_session_id?}</my-session-id>
                <!--
+               This node's private key hash
+               //-->
+               <my-private-key-hash>{?my_private_key_hash?}</my-private-key-hash>
+               <!--
                This node's status
                //-->
                <my-status>{?my_status?}</my-status>
@@ -54,17 +58,21 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        //-->
        <your-data>
                <!--
-               Other node's external IP/hostname
+               Other node's external address
                //-->
-               <your-external-ip>{?your_external_ip?}</your-external-ip>
+               <your-external-address>{?your_external_address?}</your-external-address>
                <!--
-               Other node's internal IP/hostname
+               Other node's internal address
                //-->
-               <your-internal-ip>{?your_internal_ip?}</your-internal-ip>
+               <your-internal-address>{?your_internal_address?}</your-internal-address>
                <!--
                Other node's session id
                //-->
                <your-session-id>{?your_session_id?}</your-session-id>
+               <!--
+               Other node's private key hash
+               //-->
+               <your-private-key-hash>{?your_private_key_hash?}</your-private-key-hash>
        </your-data>
        <!--
        Status of this answer. This can be something like OKAY if all went fine or