After Deleting pubsub node,any callback or listener for this node subscribers

  • Smack Version = ‘4.2.1’

-I am working on Deleting pubsub node by Admin by using following code:

PubSubManager mgr = PubSubManager.getInstance(connection);
mgr.deleteNode(nodeName);

-This operation is successful, but I don’t get any event notification to a subscriber regarding this node is deleted.

-My question is, how all the subscribers will get to know that, this node is deleted.

Thanks in advance!

Did you verify that the PubSub service send the notifications as per https://xmpp.org/extensions/xep-0060.html#publisher-delete-success? If it didn’t send it, then it’s not a Smack issue.