Skip to content

PEP Nodes owner should be able to retrieve node subscriptions #4483

@edhelas

Description

@edhelas

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions