]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/object_registry/object_registry.xml
Added internal IP handling (unfinished), added package tags
[hub.git] / application / hub / templates / xml / object_registry / object_registry.xml
index feabd6d8c38c474701fd020f1eeaa85965470b05..bdc52c341c783910448a7fe1f8c392e4a3148f05 100644 (file)
@@ -39,10 +39,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!--
                        Recipient limitation:
                        ---------------------
-                       upper - Only uploaded to "upper" hubs, these are bootstrap and
-                               list-nodes
-                       self  - Only upload to itself
-                       ???   - More to follow ...
+                       upper  - Only uploaded to "upper" hubs, these are bootstrap and
+                                list-nodes
+                       self   - Only upload to itself
+                       direct - Only direct recipient(s)
+                       ???    - More to follow ...
                        //-->
                        <object-recipient-limitation>upper</object-recipient-limitation>
                        <!--
@@ -81,5 +82,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        <!-- The recipient type for this type of object //-->
                        <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
+               <!-- A single object type we want to share. //-->
+               <object-list-entry>
+                       <!-- The actual name, this must be the same as tag names are. //-->
+                       <object-name>announcement_answer</object-name>
+                       <!-- Recipient limitation //-->
+                       <object-recipient-limitation>direct</object-recipient-limitation>
+                       <!-- Maximum spread of the object //-->
+                       <object-max-spread>1</object-max-spread>
+                       <!-- The protocol we should use for transmission //-->
+                       <object-protocol>tcp</object-protocol>
+                       <!-- The recipient type for this type of object //-->
+                       <object-recipient-type>hub</object-recipient-type>
+               </object-list-entry>
        </object-list>
 </object-registry>