Retrieve list of subscriptions to a node

Hi,

i already posted similar question in Smack forum, but I’m not sure if it’s more smack or openfire related, so i’m posting it here to

I’m trying to retreive list of subsriptions to specific node. I’ve implemented http://xmpp.org/extensions/xep-0060.html#owner-subscriptions-retrieve., but the list returned is always empty. There definetely are subscibers to that node and testuser2 is owner.

Request

<iq id="12388" to="pubsub.simonraz" from="testuser2@simonraz" type="get"> <pubsub xmlns='http://jabber.org/protocol/pubsub#owner'><subscriptions node='testNode99'/></pubsub></iq>

Response

<iq id="12388" to="testuser2@simonraz/Smack" from="pubsub.simonraz" type="result"><pubsub xmlns="http://jabber.org/protocol/pubsub#owner"><subscriptions xmlns="http://jabber.org/protocol/pubsub#owner"><subscription></subscription></subscriptions></pubsub></iq>

Thnaks in advance,

Simon