ejabberd - Comments for "ejabberd-2.0.1 - Disabling offline message storage" https://www.ejabberd.im/node/3199 en can i use ejabberdctl https://www.ejabberd.im/node/3199#comment-66376 <p>can i use ejabberdctl delete_old_message day..........</p> <p>But i think no message delete</p> Mon, 09 Nov 2015 16:05:30 +0000 ma2ncon comment 66376 at https://www.ejabberd.im thanks https://www.ejabberd.im/node/3199#comment-54426 <p>Works fine -hellomrsenthil</p> Thu, 02 Jul 2009 07:23:42 +0000 hellomrsenthil comment 54426 at https://www.ejabberd.im Configure mod_offline, delete old content https://www.ejabberd.im/node/3199#comment-54400 <p>To make sure each user only stores 70 offline messages, in ejabberd.cfg replace the line:</p> <pre> {mod_offline, []},</pre><p>with:</p> <pre> {mod_offline, [{user_max_messages, 70}]},</pre><p>and restart ejabberd.</p> <p>Or to disable offline message storage, delete that mod_offline in your ejabberd.cfg.</p> <p>But your large database table is still there. You can try to delete the old content this way:</p> <pre> $ ejabberdctl debug ... mnesia:clear_table(offline_msg). {atomic,ok} </pre> Wed, 24 Jun 2009 21:34:21 +0000 mfoss comment 54400 at https://www.ejabberd.im disable offline message https://www.ejabberd.im/node/3199#comment-54392 <p>Hi All,</p> <p>1. can you please suggest how to avoid storing offline message.</p> <p>2. my IM server crash after storing 100,000message how to avoid or how to increase the storage size of the IM Server</p> <p>please help me as soon as possbile.</p> <p>thanks,<br /> hellomrsenthil</p> Wed, 24 Jun 2009 13:25:54 +0000 hellomrsenthil comment 54392 at https://www.ejabberd.im Just a note: the author of https://www.ejabberd.im/node/3199#comment-53547 <p>Just a note: the author of this thread also asked in the ejabberd mailing list. Maybe this discussion will be solved there.</p> Fri, 12 Sep 2008 23:19:42 +0000 mfoss comment 53547 at https://www.ejabberd.im