Mercurial > libervia-backend
diff src/plugins/plugin_xep_0060.py @ 2393:8ed4ac10cb5e
plugin tickets import: create comments nodes with open access/publishing
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Oct 2017 08:35:22 +0200 |
parents | 5675af905725 |
children | 70399d1acb47 |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0060.py Fri Oct 27 08:33:48 2017 +0200 +++ b/src/plugins/plugin_xep_0060.py Fri Oct 27 08:35:22 2017 +0200 @@ -445,6 +445,7 @@ @param option(dict[unicode, unicode], None): node configuration options @return (unicode): identifier of the created node (may be different from requested name) """ + # TODO: if pubsub service doesn't hande publish-options, configure it in a second time return client.pubsub_client.createNode(service, nodeIdentifier, options) @defer.inlineCallbacks