changeset 35:79e36496994a

plugin XEP-0060: added setConfiguration/psNodeConfigurationSet + fix in tmp.wokkel.pubsub
author Goffi <goffi@goffi.org>
date Tue, 14 Mar 2017 00:18:02 +0100
parents 213122b92b08
children a67d9617b4ef
files wokkel/pubsub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wokkel/pubsub.py	Fri Mar 18 09:14:00 2016 +0100
+++ b/wokkel/pubsub.py	Tue Mar 14 00:18:02 2017 +0100
@@ -338,7 +338,7 @@
         'create': ['nodeOrNone', 'configureOrNone'],
         'default': ['default'],
         'configureGet': ['nodeOrEmpty'],
-        'configureSet': ['nodeOrEmpty', 'configure'],
+        'configureSet': ['nodeOrEmpty', 'configureOrNone'],
         'items': ['node', 'maxItems', 'itemIdentifiers', 'subidOrNone'],
         'retract': ['node', 'notify', 'itemIdentifiers'],
         'purge': ['node'],