# HG changeset patch # User Goffi # Date 1504850290 -7200 # Node ID 6084aa55742527df1524856c1560eaa02e4dbf2c # Parent 0fed4a1c033a9d566457c520f4fcae346b96c8e0 tmp (wokkel): fixed subscriptions node handling diff -r 0fed4a1c033a -r 6084aa557425 src/tmp/wokkel/pubsub.py --- a/src/tmp/wokkel/pubsub.py Fri Sep 08 07:58:10 2017 +0200 +++ b/src/tmp/wokkel/pubsub.py Fri Sep 08 07:58:10 2017 +0200 @@ -332,7 +332,7 @@ 'unsubscribe': ['nodeOrEmpty', 'jid', 'subidOrNone'], 'optionsGet': ['nodeOrEmpty', 'jid', 'subidOrNone'], 'optionsSet': ['nodeOrEmpty', 'jid', 'options', 'subidOrNone'], - 'subscriptions': [], + 'subscriptions': ['nodeOrEmpty'], 'affiliations': ['nodeOrNone'], 'create': ['nodeOrNone', 'configureOrNone'], 'default': ['default'],