new ServiceIdentity("component", "generic", "Stanza Receiver"));
serviceEntity.addFeatures(DEF_FEATURES);
ServiceEntity com = new ServiceEntity(my_hostname, "commands",
"Tasks management commands");
com.addFeatures(DEF_FEATURES);
com.addIdentities(
new ServiceIdentity("automation", "command-list",
"Tasks management commands"));
serviceEntity.addItems(com);
for (TaskCommandIfc comm: commands.values()) {
ServiceEntity item =