comparison libervia/backend/plugins/plugin_xep_0060.py @ 4284:3a550e9a2b55

black reformatting
author Goffi <goffi@goffi.org>
date Sun, 14 Jul 2024 16:47:45 +0200
parents 23842a63ea00
children a0ed5c976bf8
comparison
equal deleted inserted replaced
4283:23842a63ea00 4284:3a550e9a2b55
601 the dict maps option name to value(s) 601 the dict maps option name to value(s)
602 - self.EXTRA_ON_PRECOND_NOT_MET(str): policy to have when publishing is 602 - self.EXTRA_ON_PRECOND_NOT_MET(str): policy to have when publishing is
603 failing du to failing precondition. Value can be: 603 failing du to failing precondition. Value can be:
604 * raise (default): raise the exception 604 * raise (default): raise the exception
605 * force: try to re-configure the node with the given option. Be sure to 605 * force: try to re-configure the node with the given option. Be sure to
606 use this option carefully, and not not give public access to a node 606 use this option carefully, and not give public access to a node
607 which has not on purpose. 607 which has not on purpose.
608 * publish_without_options: re-publish without the publish-options. 608 * publish_without_options: re-publish without the publish-options.
609 A warning will be logged showing that the publish-options could not 609 A warning will be logged showing that the publish-options could not
610 be used 610 be used
611 @return: ids of the created items 611 @return: ids of the created items