]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/dht_publish/publish.xml
Continued:
[hub.git] / application / hub / templates / xml / dht_publish / publish.xml
index 0d2ad9ef2133f937da9bff869c2a3a320d3bf4d3..9608075f28ee64d526e31a9db2a7cf2c926c329b 100644 (file)
@@ -4,7 +4,7 @@ An XML for DHTs publishing their entries
 
 @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 - 2015 Hub Developer Team
 @license       GNU GPL 3.0 or any newer version
 @link          http://www.ship-simu.org
 
@@ -33,12 +33,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
        type as much as you want here, as all will be removed by the compaction
        step.
 
-       The following example data will be published (execept __idx):
+       The following example data will be published (except __idx):
 Array
 (
     [node_mode] => regular
-    [external_ip] => 192.168.2.3
-    [listen_port] => 9061
+    [external_address] => tcp://192.168.2.3:9060
     [node_id] => 38fc625d3d9aa05654bfc90a7aea7ff72c883f1573
     [session_id] => 38fc625d3dabe9ff09b54253b298e91985191472a3
     [private_key_hash] => 38fc625d3dad67db034d7e715fae8b8ea47fefb0dc
@@ -61,10 +60,8 @@ Array
                <accepted-object-types>{?accepted_object_types?}</accepted-object-types>
                <!-- Data from our listeners (e.g. which port) //-->
                <listener>
-                       <!-- Public external IP address //-->
-                       <external-ip>{?external_ip?}</external-ip>
-                       <!-- Listener ports for both connections //-->
-                       <listen-port>{?listen_port?}</listen-port>
+                       <!-- Public external address //-->
+                       <external-address>{?external_address?}</external-address>
                </listener>
        </publish-data>
 </publish>