ejabberd - Comments for "pub-sub support in 15.07 with mysql as backend"
https://www.ejabberd.im/forum/25134/pub-sub-support-1507-mysql-backend
ensorry to hijack your thread
https://www.ejabberd.im/forum/25134/pub-sub-support-1507-mysql-backend#comment-66249
<p>sorry to hijack your thread but can you explain why and what mod_pubsub is used for ?</p>
<p>I just disabled it and CPU dropped drastically. I inherited this system and it was enabled for some reason and I am trying to figure out why.</p>
Tue, 20 Oct 2015 23:32:58 +0000mshenoycomment 66249 at https://www.ejabberd.imIt is
https://www.ejabberd.im/forum/25134/pub-sub-support-1507-mysql-backend#comment-66116
<p>It is supported:</p>
<div class="codeblock"><code>mod_pubsub:<br /> db_type: odbc<br /> access_createnode: pubsub_createnode<br /> ## reduces resource comsumption, but XEP incompliant<br /> ignore_pep_from_offline: true<br /> ## XEP compliant, but increases resource comsumption<br /> ## ignore_pep_from_offline: false<br /> last_item_cache: false<br /> plugins:<br /> - "flat"<br /> - "hometree"<br /> - "pep" # pep requires mod_caps</code></div>
<p>Here db_type: odbc should help you achieve what you intend.</p>
<p>-Prasad</p>
Tue, 22 Sep 2015 19:35:00 +0000prasadvcomment 66116 at https://www.ejabberd.im