-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Environment
- ejabberd version: 25.08
Description
As a PEP node owner I am not able to retrieve my node subscriptions:
<iq to='[email protected]' type='get' id='963Tri'>
<pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
<subscriptions node='urn:[xmpp:microblog:0'/](https://mov.im/contact/microblog%3A0%27%2F)>
</pubsub>
</iq>
<iq lang='en' to='[email protected]/1774723654390131428535049282' from='[email protected]' type='error' id='963Tri'>
<pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
<subscriptions node='urn:[xmpp:microblog:0'/](https://mov.im/contact/microblog%3A0%27%2F)>
</pubsub>
<error type='cancel'>
<unsupported xmlns='http://jabber.org/protocol/pubsub#errors' feature='manage-subscriptions'/>
<feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</iq>The subscriptions list can actually be retrieved on a standard Pubsub node.