]> 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 fbef1a408245b18f0f2e867ed01859551f707530..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
 
@@ -23,4 +23,56 @@ You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <announcement-answer>
+       <!--
+       The following data is from this node.
+       //-->
+       <my-data>
+               <!--
+               This node's external IP/hostname
+               //-->
+               <my-external-ip>{?my_external_ip?}</my-external-ip>
+               <!--
+               This node's internal IP/hostname
+               //-->
+               <my-internal-ip>{?my_internal_ip?}</my-internal-ip>
+               <!--
+               This node's TCP port
+               //-->
+               <my-tcp-port>{?my_tcp_port?}</my-tcp-port>
+               <!--
+               This node's UDP port
+               //-->
+               <my-udp-port>{?my_udp_port?}</my-udp-port>
+               <!--
+               This node's session id
+               //-->
+               <my-session-id>{?my_session_id?}</my-session-id>
+               <!--
+               This node's status
+               //-->
+               <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.
+       //-->
+       <your-data>
+               <!--
+               Other node's external IP/hostname
+               //-->
+               <your-external-ip>{?your_external_ip?}</your-external-ip>
+               <!--
+               Other node's internal IP/hostname
+               //-->
+               <your-internal-ip>{?your_internal_ip?}</your-internal-ip>
+               <!--
+               Other node's session id
+               //-->
+               <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.
+       //-->
+       <answer-status>{?answer_status?}</answer-status>
 </announcement-answer>