]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/answer/announcement/announcement_answer.xml
Renamed all 'node-foo' to 'my-foo' and 'other-bar' to 'your-bar' to make them more...
[hub.git] / application / hub / templates / xml / answer / announcement / announcement_answer.xml
index 9360edd833c3efa263c40353719f1328eb158dd9..7694b4449b0594342666cbea9f023e9cfce63da4 100644 (file)
@@ -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>{?external_ip?}</my-external-ip>
                <!--
                This node's internal IP/hostname
                //-->
-               <node-internal-ip>{?internal_ip?}</node-internal-ip>
+               <my-internal-ip>{?internal_ip?}</my-internal-ip>
                <!--
                This node's TCP port
                //-->
-               <node-tcp-port>{?node_tcp_listen_port?}</node-tcp-port>
+               <my-tcp-port>{?node_tcp_listen_port?}</my-tcp-port>
                <!--
                This node's UDP port
                //-->
-               <node-udp-port>{?node_udp_listen_port?}</node-udp-port>
+               <my-udp-port>{?node_udp_listen_port?}</my-udp-port>
                <!--
                This node's session id
                //-->
-               <node-session-id>{?session_id?}</node-session-id>
+               <my-session-id>{?session_id?}</my-session-id>
                <!--
                This node's status
                //-->
-               <node-status>{?node_status?}</node-status>
-       </node-data>
+               <my-status>{?node_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.