# HG changeset patch # User Goffi # Date 1678964222 -3600 # Node ID 298dac50ca735e010a336bc826cd7c20ec89a4bd # Parent 42cb377e3f3edad3e4cc8e287d1049a4a1b12186 wokkel (pubsub): fix namespace in response of `subscriptionsGet` diff -r 42cb377e3f3e -r 298dac50ca73 sat_tmp/wokkel/pubsub.py --- a/sat_tmp/wokkel/pubsub.py Mon May 16 14:21:11 2022 +0200 +++ b/sat_tmp/wokkel/pubsub.py Thu Mar 16 11:57:02 2023 +0100 @@ -1686,7 +1686,7 @@ def _toResponse_subscriptionsGet(self, result, resource, request): - response = domish.Element((NS_PUBSUB, 'pubsub')) + response = domish.Element((NS_PUBSUB_OWNER, 'pubsub')) subscriptions = response.addElement('subscriptions') subscriptions['node'] = request.nodeIdentifier for subscription in result: