ejabberd - Comments for "Save chat history"
https://www.ejabberd.im/forum/29024/save-chat-history
enejabberd does not provide any
https://www.ejabberd.im/forum/29024/save-chat-history#comment-67652
<p>ejabberd does not provide any fancy webpage, if that's what you ask. You can either search the database, or use a client with MAM support to request the archives using the corresponding XEP protocol</p>
Fri, 01 Sep 2017 09:14:46 +0000badlopcomment 67652 at https://www.ejabberd.imThanks, I was able to
https://www.ejabberd.im/forum/29024/save-chat-history#comment-67651
<p>Thanks, I was able to configure it.</p>
<p>How can I view archived messages ?, ejabberd is installed on windows server 2012</p>
Thu, 31 Aug 2017 22:30:03 +0000ManuelMoralescomment 67651 at https://www.ejabberd.imAdd in the ejabberd
https://www.ejabberd.im/forum/29024/save-chat-history#comment-67649
<p>Add in the ejabberd configuration file, where all the other modules are enabled, this one:</p>
<pre>
mod_mam:
default: always
</pre><p>make sure the indentation of those lines is like the other modules. Then restart ejabberd.</p>
Wed, 30 Aug 2017 08:57:22 +0000badlopcomment 67649 at https://www.ejabberd.imThanks for your
https://www.ejabberd.im/forum/29024/save-chat-history#comment-67646
<p>Thanks for your answer.</p>
<p>Apology I am new in the configuration of ejabberd, where I enable mod_mam and how do I configure it to store the configuration of all users?, because I was reading and I do not find anything specific.</p>
Sat, 26 Aug 2017 18:15:37 +0000ManuelMoralescomment 67646 at https://www.ejabberd.imEnable mod_mam, and configure
https://www.ejabberd.im/forum/29024/save-chat-history#comment-67644
<p>Enable mod_mam, and configure it with default: always.</p>
<p>In ejabberd-contrib git repository there are other two modules, but probably they don't work in recent ejabberd versions anymore: mod_log_chat and mod_logxml.</p>
Wed, 23 Aug 2017 09:30:54 +0000badlopcomment 67644 at https://www.ejabberd.im