ejabberd - Comments for "Pubsub tag missing on subscription result" https://www.ejabberd.im/node/2916 en this is indeed a bug, it's https://www.ejabberd.im/node/2916#comment-52041 <p>this is indeed a bug, it's even not 1.10 compliant.<br /> it will be corrected in 2.0.1</p> Thu, 20 Mar 2008 18:31:36 +0000 Christophe Romain comment 52041 at https://www.ejabberd.im ejabberd's 2.0.0 pubsub is https://www.ejabberd.im/node/2916#comment-52040 <p>ejabberd's 2.0.0 pubsub is v1.10 compliant<br /> this wrapping should have been added in pubsub v1.11 i guess<br /> bug is tracked here: <noindex><a href="http://support.process-one.net/browse/EJAB-580" rel="nofollow" >pubsub subscription result is not wrapped in pubsub tag</a></noindex></p> Thu, 20 Mar 2008 15:04:38 +0000 Christophe Romain comment 52040 at https://www.ejabberd.im 8.4 Delete a Node is an https://www.ejabberd.im/node/2916#comment-52039 <p>8.4 Delete a Node is an owner use case</p> <p>xmlns must be <noindex><a href="http://jabber.org/protocol/pubsub#owner" title="http://jabber.org/protocol/pubsub#owner" rel="nofollow" >http://jabber.org/protocol/pubsub#owner</a></noindex></p> <p>see example 140</p> Thu, 20 Mar 2008 14:57:27 +0000 Christophe romain comment 52039 at https://www.ejabberd.im Node deletion is missing too? https://www.ejabberd.im/node/2916#comment-52034 <p>From XEP-0060: 8.4 Delete a Node</p> <p>If a service supports node creation, it MUST support node deletion. If an implementation persists items, it MUST remove all items from persistent storage before the node itself is deleted.</p> <p>--</p> <div class="codeblock"><code>SND: &lt;iq id=&quot;42&quot; type=&quot;set&quot; to=&quot;pubsub.example.com&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;pubsub xmlns=&quot;http://jabber.org/protocol/pubsub&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;delete node=&quot;/home/example.com/romeo/node&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/pubsub&gt;<br />RCV: &lt;iq from=&quot;pubsub.example.com&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to=&quot;romeo@example.com/here&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type=&quot;error&quot; id=&quot;42&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;pubsub xmlns=&quot;http://jabber.org/protocol/pubsub&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;delete node=&quot;/home/example.com/romeo/node&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/pubsub&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;error code=&quot;501&quot; type=&quot;cancel&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;feature-not-implemented<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns=&quot;urn:ietf:params:xml:ns:xmpp-stanzas&quot; /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/error&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp; &lt;/iq&gt;</code></div> <p>Will pubsub be completed in 2.0.1?</p> Wed, 19 Mar 2008 22:28:05 +0000 Anonymous comment 52034 at https://www.ejabberd.im