diff --git a/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java b/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java
index 03cb5ebe8..5cf148c2f 100644
--- a/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java
+++ b/smack-integration-test/src/main/java/org/jivesoftware/smackx/pubsub/PubSubIntegrationTest.java
@@ -945,4 +945,48 @@ public class PubSubIntegrationTest extends AbstractSmackIntegrationTest {
// Delete an non existent node
assertFalse( pubSubManagerOne.deleteNode(nodename), "The server should have returned a
+ * From XEP-0060 ยง 8.4.1: + *
+ *In order to delete a node, a node owner MUST send a node + * deletion request, consisting of a <delete/> element whose 'node' + * attribute specifies the NodeID of the node to be deleted+ * + * @throws NoResponseException if there was no response from + * the remote entity. + * @throws NotConnectedException if the XMPP connection is not + * connected. + * @throws InterruptedException if the calling thread was + * interrupted. + * @throws PubSubException.NotAPubSubNodeException if the node cannot be + * accessed. + */ + @SmackIntegrationTest + public void deleteNodeAndNotifySubscribersTest() throws NoResponseException, ExecutionException, + NotConnectedException, InterruptedException, PubSubException.NotAPubSubNodeException { + final String nodename = "sinttest-delete-node-that-exist-" + testRunId; + final String needle = "