ejabberd - Comments for "Disable pubsub auto create node ?" https://www.ejabberd.im/forum/25220/disable-pubsub-auto-create-node en Hi, I had same problem with https://www.ejabberd.im/forum/25220/disable-pubsub-auto-create-node#comment-66855 <p>Hi,</p> <p>I had same problem with you and finally found the solution.</p> <p>XEP-0060 allows XMPP server (PubSub service) to create topic automatically when it does not exist.<br /> <noindex><a href="http://www.xmpp.org/extensions/xep-0060.html#publisher-publish-autocreate" title="http://www.xmpp.org/extensions/xep-0060.html#publisher-publish-autocreate" rel="nofollow" >http://www.xmpp.org/extensions/xep-0060.html#publisher-publish-autocreate</a></noindex></p> <p>mod_pubsub plugins (flat, hometree and pep) enables this feature by features/0 function with hard-coded.<br /> If you comment out following line in definition of features/0 in node_flat.erl and use "flat" as mod_pubsub plugins, you can stop automatic creation.</p> <pre><code>&lt;&lt;&quot;auto-create&quot;&gt;&gt;,</code></pre><p> This is hard-coded feature so you cannot change this feature with ejabberd.yml configurations.</p> Mon, 11 Apr 2016 23:59:34 +0000 taiyow comment 66855 at https://www.ejabberd.im sorry to hijack your thread https://www.ejabberd.im/forum/25220/disable-pubsub-auto-create-node#comment-66269 <p>sorry to hijack your thread but I am learning about all the ejabberd modules and I am curious what mod_pubsub is used for. Can you enlighten me ?</p> Mon, 26 Oct 2015 17:42:23 +0000 mshenoy comment 66269 at https://www.ejabberd.im