]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml
Continued rewriting:
[hub.git] / application / hub / templates / xml / dht_bootstrap / dht_bootstrap.xml
index e21be501e4f3eb0350827255796e00b06165f2c8..06f9eab673da33a0b90c575489389c128e774db8 100644 (file)
@@ -4,7 +4,7 @@ An XML for DHT bootstrapping
 
 @author                Roland Haeder <webmaster@ship-simu.org>
 @version       0.0.0
-@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+@copyright     Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -21,7 +21,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<bootstrap>
+<dht-bootstrap>
        <!--
        The data in this message is similar to that in announcement, except that an
        announcement is sent to boot, master and list nodes but this to "all" nodes
@@ -42,12 +42,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                <session-id>{?session_id?}</session-id>
                <!-- Data from our listeners (e.g. which port) //-->
                <listener>
-                       <!-- Public external IP address //-->
-                       <external-ip>{?external_ip?}</external-ip>
-                       <!-- Private internal IP address //-->
-                       <internal-ip>{?internal_ip?}</internal-ip>
+                       <!-- Public external address //-->
+                       <external-address>{?external_address?}</external-address>
+                       <!-- Private internal address //-->
+                       <internal-address>{?internal_address?}</internal-address>
                        <!-- Listener ports for both connections //-->
                        <listen-port>{?node_listen_port?}</listen-port>
                </listener>
        </dht-bootstrap-data>
-</bootstrap>
+</dht-bootstrap>