# HG changeset patch # User Goffi # Date 1678966174 -3600 # Node ID 9456852d32861da9d2b7d4b577fc151e7cb7fa29 # Parent 54a6b44f173b5bad4d9ebf305c09931d399d029b plugin XEP-0060: fix namespace on node subscriptions request diff -r 54a6b44f173b -r 9456852d3286 sat/plugins/plugin_xep_0060.py --- a/sat/plugins/plugin_xep_0060.py Thu Mar 16 12:28:52 2023 +0100 +++ b/sat/plugins/plugin_xep_0060.py Thu Mar 16 12:29:34 2023 +0100 @@ -1456,7 +1456,7 @@ iq_elt = await request.send(client.xmlstream) try: subscriptions_elt = next( - iq_elt.pubsub.elements(pubsub.NS_PUBSUB, "subscriptions") + iq_elt.pubsub.elements(pubsub.NS_PUBSUB_OWNER, "subscriptions") ) except StopIteration: raise ValueError(