ejabberd - Comments for "PubSub Errors After Upgrading to 2.1 from Subversion Release" https://www.ejabberd.im/node/3795 en Problem Fixed! https://www.ejabberd.im/node/3795#comment-55035 <p>Thank you very much, badlop. The problem was that I did not have the "hometree" node type listed (it was still called default). I replaced default with hometree and everything appears to be working fine.</p> Tue, 15 Dec 2009 19:19:34 +0000 mgbaron comment 55035 at https://www.ejabberd.im Quote: whenever a user https://www.ejabberd.im/node/3795#comment-55030 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>whenever a user attempts to create a new node in their /home/host/username/ node, they get a forbidden error.</p></div> <p>Notice that you should have:</p> <pre> {modules, [ {mod_pubsub, [ {access_createnode, pubsub_createnode}, {ignore_pep_from_offline, true}, {last_item_cache, false}, {plugins, ["flat", "hometree", "pep"]} % pep requires mod_caps ]}, ... ]}. </pre><p>And users first have to create their /home/host/username/, for later creating other nodes.<br /> See: <a href="http://www.ejabberd.im/mod_pubsub-usage" title="http://www.ejabberd.im/mod_pubsub-usage">http://www.ejabberd.im/mod_pubsub-usage</a></p> <p>If you think the Pubsub tables had wrong format, and they have no important content, you can simply delete them (using WebAdmin, for example), and then restart ejabberd. They will be created with proper format, but empty, of course.</p> Tue, 15 Dec 2009 11:12:00 +0000 mfoss comment 55030 at https://www.ejabberd.im