]> git.mxchange.org Git - hub.git/blobdiff - application/hub/templates/xml/object_registry/object_registry.xml
A lot 'FooClientBar' classes renamed to 'FooPeerBar' for naming convention, added...
[hub.git] / application / hub / templates / xml / object_registry / object_registry.xml
index 6c0b7d9d9d185dd3fe8c19b32d0355198cfcb39a..d1b1c9a9ee1c975858e9cd7457470fdf4d283b87 100644 (file)
@@ -56,6 +56,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
                        'tcp' or 'udp', without the quotes.
                        //-->
                        <object-protocol>tcp</object-protocol>
+                       <!--
+                       The recipient type for this type of object. This can be only one of
+                       the following:
+                       --------------------------
+                       hub  - Only other hubs may receive this object
+                       peer - Only connected peers (not hubs) may receive this object
+                       all  - Hubs and peers may receive this object
+                       //-->
+                       <object-recipient-type>hub</object-recipient-type>
                </object-list-entry>
        </object-list>
 </object-registry>