Mercurial > libervia-backend
diff src/tmp/wokkel/pubsub.py @ 2198:44f12990e275
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 | 666ab06a9d81 |
children | 95dc90f1065a |
line wrap: on
line diff
--- a/src/tmp/wokkel/pubsub.py Mon Mar 13 23:18:57 2017 +0100 +++ b/src/tmp/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'],