]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/answer/announcement/announcement_answer.xml
Introduced experimental apt-proxy sub project (a connector for apt-proxy usage into...
[hub.git] / application / hub / templates / xml / answer / announcement / announcement_answer.xml
index 9360edd833c3efa263c40353719f1328eb158dd9..706869311eff01ad9d89a816a60ee1c4407efab7 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 - 2011 Hub Developer Team
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -26,50 +26,50 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        <!--
        The following data is from this node.
        //-->
-       <node-data>
+       <my-data>
                <!--
                This node's external IP/hostname
                //-->
-               <node-external-ip>{?external_ip?}</node-external-ip>
+               <my-external-ip>{?my_external_ip?}</my-external-ip>
                <!--
                This node's internal IP/hostname
                //-->
-               <node-internal-ip>{?internal_ip?}</node-internal-ip>
+               <my-internal-ip>{?my_internal_ip?}</my-internal-ip>
                <!--
                This node's TCP port
                //-->
-               <node-tcp-port>{?node_tcp_listen_port?}</node-tcp-port>
+               <my-tcp-port>{?my_tcp_port?}</my-tcp-port>
                <!--
                This node's UDP port
                //-->
-               <node-udp-port>{?node_udp_listen_port?}</node-udp-port>
+               <my-udp-port>{?my_udp_port?}</my-udp-port>
                <!--
                This node's session id
                //-->
-               <node-session-id>{?session_id?}</node-session-id>
+               <my-session-id>{?my_session_id?}</my-session-id>
                <!--
                This node's status
                //-->
-               <node-status>{?node_status?}</node-status>
-       </node-data>
+               <my-status>{?my_status?}</my-status>
+       </my-data>
        <!--
        The following data is the other node's data. This data is being sent to
        confirm that it has been received correctly.
        //-->
-       <other-data>
+       <your-data>
                <!--
                Other node's external IP/hostname
                //-->
-               <other-external-ip>{?other_external_ip?}</other-external-ip>
+               <your-external-ip>{?your_external_ip?}</your-external-ip>
                <!--
                Other node's internal IP/hostname
                //-->
-               <other-internal-ip>{?other_internal_ip?}</other-internal-ip>
+               <your-internal-ip>{?your_internal_ip?}</your-internal-ip>
                <!--
                Other node's session id
                //-->
-               <other-session-id>{?other_session_id?}</other-session-id>
-       </other-data>
+               <your-session-id>{?your_session_id?}</your-session-id>
+       </your-data>
        <!--
        Status of this answer. This can be something like OKAY if all went fine or
        any other error code.