ejabberd - Comments for "How to store conversations in logs?" https://www.ejabberd.im/node/3578 en If the clients used some type https://www.ejabberd.im/node/3578#comment-54514 <p>If the clients used some type of encryption for their conversation (maybe PGP or Esessions), you can ask the CIA to break the encryption. Or tell your users to not encrypt.</p> Mon, 03 Aug 2009 09:43:20 +0000 mfoss comment 54514 at https://www.ejabberd.im Thank you badlop. I have https://www.ejabberd.im/node/3578#comment-54499 <p>Thank you badlop.<br /> I have installed mod_logxml.<br /> As the README say, i have put this example configuration in my ejabberd.cfg:</p> <div class="codeblock"><code>{mod_logxml,&nbsp;&nbsp; [<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {stanza, [message, other]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {direction, [internal]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {orientation, [send, recv]},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {logdir, &quot;/var/log/ejabberd/conversations/&quot;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {timezone, local}, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {rotate_days, no}, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {rotate_megs, no}, <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {rotate_kpackets, no},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {check_rotate_kpackets, 1}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]},</code></div> <p>Now when i try to see the xml in my browser i can not see the conversations.<br /> I see this warnings, how if the conversation was encrypted, again and again:</p> <div class="codeblock"><code>HWyywejTntyHMmHJlwSicKnKayWuqJFLTezYOM63DqFOpVR99EwfzXdt5eQ1BNNLH5se+NEI8uWq4BAbdLEFttojGYZ7D0awZyUYXAw9B4jw8YTwf5WTuQ==0xXnN+EXm+GwDzEWAvLrKIRqcedY5Fmc0xkseUaiQfY=([This is part of an encrypted session. If you see this message, something went wrong.])<br />HWyywejTntyHMmHJlwSicKnKayWuqJFLPvuIPgOg+vDQ9jtNW5dlb5x3R9/GXURLK+uL7Nc031cpc1h20WW1eAOXYuy3pcAQlLywhVPvaBaa1aDIxA8h0A==xL8jFxC3ebPkCvbrKhMileEn6tOb++sn5IdK/0Q5SRU=([This is part of an encrypted session. If you see this message, something went wrong.])</code></div> <p>How can i avoid this and being able to see properly the conversation?.</p> <p>Thank you very much.</p> <p>PD: The clients are gajim in windows and linux machines.</p> Tue, 28 Jul 2009 09:21:33 +0000 erlguta comment 54499 at https://www.ejabberd.im Take a look at mod_log_chat https://www.ejabberd.im/node/3578#comment-54480 <p>Take a look at <noindex><a href="/mod_log_chat" rel="nofollow" >mod_log_chat</a></noindex> or <noindex><a href="/mod_logxml" rel="nofollow" >mod_logxml</a></noindex>.</p> Wed, 22 Jul 2009 19:13:42 +0000 mfoss comment 54480 at https://www.ejabberd.im