ejabberd - Comments for "Prevent pubsub from sending last item on subscription" https://www.ejabberd.im/node/4086 en See the XEP https://www.ejabberd.im/node/4086#comment-55852 <div class="quote-msg"> <div class="quote-author"><em>chenosaurus</em> wrote:</div> <p>The configuration form sent when creating the node has this <code>&lt;field var=&#039;pubsub#send_last_published_item&#039;&gt;&lt;value&gt;never&lt;/value&gt;&lt;/field&gt;</code>, is that correct?</p></div> <p>Seems correct, according to the example <noindex><a href="http://xmpp.org/extensions/xep-0060.html#example-136" title="http://xmpp.org/extensions/xep-0060.html#example-136" rel="nofollow" >http://xmpp.org/extensions/xep-0060.html#example-136</a></noindex></p> <p>See also the possible values in <noindex><a href="http://xmpp.org/extensions/xep-0060.html#example-139" title="http://xmpp.org/extensions/xep-0060.html#example-139" rel="nofollow" >http://xmpp.org/extensions/xep-0060.html#example-139</a></noindex></p> Fri, 04 Jun 2010 11:19:27 +0000 mfoss comment 55852 at https://www.ejabberd.im Hmm I think I found the https://www.ejabberd.im/node/4086#comment-55849 <p>Hmm I think I found the issue. </p> <p>When creating the nodes, the pubsub#send_last_published_item setting is set to 'never' but in the table pubsub_node_option, the send_last_published_item value is 'on_sub_and_presence'. I will test more.</p> <p>The configuration form sent when creating the node has this <code>&lt;field var=&#039;pubsub#send_last_published_item&#039;&gt;&lt;value&gt;never&lt;/value&gt;&lt;/field&gt;</code>, is that correct?</p> Thu, 03 Jun 2010 22:32:26 +0000 chenosaurus comment 55849 at https://www.ejabberd.im Maybe there is something https://www.ejabberd.im/node/4086#comment-55845 <p>Maybe there is something defined in XEP-0060, and implemented in mod_pubsub.</p> Thu, 03 Jun 2010 08:26:19 +0000 mfoss comment 55845 at https://www.ejabberd.im