]> git.mxchange.org Git - hub.git/blob - application/hub/templates/xml/answer/announcement/announcement_answer.xml
ce2e18eee397c2a53b54899616e662d7fa0e5777
[hub.git] / application / hub / templates / xml / answer / announcement / announcement_answer.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!--
3 An XML template for answering announcements from other nodes. This template may
4 be used to indicate that this node does not want to receive announcements.
5
6 @author         Roland Haeder <webmaster@ship-simu.org>
7 @version        0.0.0
8 @copyright      Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
9 @license        GNU GPL 3.0 or any newer version
10 @link           http://www.ship-simu.org
11
12 This program is free software: you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation, either version 3 of the License, or
15 (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program. If not, see <http://www.gnu.org/licenses/>
24 //-->
25 <announcement-answer>
26         <!--
27         The following data is from this node.
28         //-->
29         <my-data>
30                 <!--
31                 This node's external address
32                 //-->
33                 <my-external-address>{?my_external_address?}</my-external-address>
34                 <!--
35                 This node's internal address
36                 //-->
37                 <my-internal-address>{?my_internal_address?}</my-internal-address>
38                 <!--
39                 This node's session id
40                 //-->
41                 <my-session-id>{?my_session_id?}</my-session-id>
42                 <!--
43                 This node's status
44                 //-->
45                 <my-status>{?my_status?}</my-status>
46         </my-data>
47         <!--
48         The following data is the other node's data. This data is being sent to
49         confirm that it has been received correctly.
50         //-->
51         <your-data>
52                 <!--
53                 Other node's external address
54                 //-->
55                 <your-external-address>{?your_external_address?}</your-external-address>
56                 <!--
57                 Other node's internal address
58                 //-->
59                 <your-internal-address>{?your_internal_address?}</your-internal-address>
60                 <!--
61                 Other node's session id
62                 //-->
63                 <your-session-id>{?your_session_id?}</your-session-id>
64         </your-data>
65         <!--
66         Status of this answer. This can be something like OKAY if all went fine or
67         any other error code.
68         //-->
69         <answer-status>{?answer_status?}</answer-status>
70 </announcement-answer>