# HG changeset patch # User Goffi # Date 1489447082 -3600 # Node ID 79e36496994ab4dc3485ffac08d91cd4c4a8d1f6 # Parent 213122b92b0852c56745047feef756d41be0b689 plugin XEP-0060: added setConfiguration/psNodeConfigurationSet + fix in tmp.wokkel.pubsub diff -r 213122b92b08 -r 79e36496994a wokkel/pubsub.py --- 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'],