ejabberd - Comments for "Ejabberd not accepting compression after SASL" https://www.ejabberd.im/forum/25386/ejabberd-not-accepting-compression-after-sasl en Generally yes, it is possible https://www.ejabberd.im/forum/25386/ejabberd-not-accepting-compression-after-sasl#comment-66599 <p>Generally yes, it is possible to compile one file, copy it and restart ejabberd.</p> <p>In your case, the problem is that ejabberd was compiled with lager instead of p1_logger, and you compiled ejabberd_c2s with p1_logger instead of lager. Try compiling again, but when calling ./configure, provide some option to disable logger or to enable lager (I guess there is some option over there).</p> <p>By the way, 16.02 is expected to be released in a few days, just in case you can't solve the compiling problem.</p> Wed, 24 Feb 2016 12:43:46 +0000 badlop comment 66599 at https://www.ejabberd.im thank you badlop. can I https://www.ejabberd.im/forum/25386/ejabberd-not-accepting-compression-after-sasl#comment-66593 <p>thank you badlop.<br /> can I compile ejabberd_c2s.erl separate and use it in ejabberd-16.01-linux-x86_64-install. I means, copy compiled ejabberd_c2s.erl in /opt/ejabberd-16.01/lib/ejabberd-16.01/ebin/ ?<br /> I did that but when my clinet can not connect and it returns this error.</p> <div class="codeblock"><code>2016-02-22 10:13:07.658 [error] &lt;0.1703.0&gt; CRASH REPORT Process &lt;0.1703.0&gt; with 0 neighbours exited with reason: call to undefined function p1_logger:debug_msg(ejabberd_c2s, 1847, &quot;Send XML on stream = ~p&quot;, [&lt;&lt;&quot;&lt;?xml version=&#039;1.0&#039;?&gt;&lt;stream:stream xmlns=&#039;jabber:client&#039; xmlns:stream=&#039;http://etherx.jabber....&quot;&gt;&gt;]) in p1_fsm:terminate/8 line 760</code></div> Tue, 23 Feb 2016 03:56:27 +0000 nets comment 66593 at https://www.ejabberd.im This feature was recently https://www.ejabberd.im/forum/25386/ejabberd-not-accepting-compression-after-sasl#comment-66592 <p>This feature was recently committed to ejabberd source code, see <noindex><a href="https://github.com/processone/ejabberd/commit/5b4aefbacd260d86e8e78a7d6680106383869783" title="https://github.com/processone/ejabberd/commit/5b4aefbacd260d86e8e78a7d6680106383869783" rel="nofollow" >https://github.com/processone/ejabberd/commit/5b4aefbacd260d86e8e78a7d66...</a></noindex></p> Mon, 22 Feb 2016 15:49:32 +0000 badlop comment 66592 at https://www.ejabberd.im