ejabberd - Comments for "MUC history in reverse order (newest at top)" https://www.ejabberd.im/node/4743 en dp_wiz wrote: I've been https://www.ejabberd.im/node/4743#comment-57458 <div class="quote-msg"> <div class="quote-author"><em>dp_wiz</em> wrote:</div> <p>I've been running on 2.1.6 and now installed 2.1.8 from downloads (which strangely identifies itself as 2.1.7 «running on that node») and everything now is in correct order.</p></div> <p>Ah, now I noticed this ticket: <noindex><a href="https://support.process-one.net/browse/EJAB-1374" title="https://support.process-one.net/browse/EJAB-1374" rel="nofollow" >https://support.process-one.net/browse/EJAB-1374</a></noindex></p> <p>Regarding the "2.1.7" misleading text: right, that's a mistake in the code. Don't worry.</p> Sat, 11 Jun 2011 14:48:57 +0000 mfoss comment 57458 at https://www.ejabberd.im I've been running on 2.1.6 https://www.ejabberd.im/node/4743#comment-57453 <p>I've been running on 2.1.6 and now installed 2.1.8 from downloads (which strangely identifies itself as 2.1.7 «running on that node») and everything now is in correct order.</p> <p>Config were pretty generic:</p> <div class="codeblock"><code>&nbsp; {mod_muc,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %%{host, &quot;conference.@HOST@&quot;},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access, muc},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access_create, muc_create},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access_persistent, muc_create},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access_admin, muc_admin}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ]},</code></div> Fri, 10 Jun 2011 05:56:11 +0000 dp_wiz comment 57453 at https://www.ejabberd.im i can reproduce it in https://www.ejabberd.im/node/4743#comment-57445 <p>i can reproduce it in ejabberd 2.1.6</p> Wed, 08 Jun 2011 09:24:28 +0000 rose_panhl comment 57445 at https://www.ejabberd.im dp_wiz wrote: that was https://www.ejabberd.im/node/4743#comment-57437 <div class="quote-msg"> <div class="quote-author"><em>dp_wiz</em> wrote:</div> <p>that was working before</p></div> <p>In what ejabberd version do you remember that MUC history over BOSH worked correctly for you?</p> <p>What ejabberd version do you have installed now that sends history reversed?</p> <p>Try with Psi, Jabbim, Tkabber, or other TCP client, do you receive history reversed?</p> <p>Try with Gajim, configure it to use BOSH, do you receive history reversed?</p> <p>Show your mod_muc configuration here.</p> Tue, 07 Jun 2011 08:52:41 +0000 mfoss comment 57437 at https://www.ejabberd.im It is. Here's a complete dump https://www.ejabberd.im/node/4743#comment-57432 <p>It is. Here's a complete dump of a BOSH response received while joining the conference: <noindex><a href="http://pastebin.com/L0gZ31WL" title="http://pastebin.com/L0gZ31WL" rel="nofollow" >http://pastebin.com/L0gZ31WL</a></noindex><br /> Notice the delay stamps:</p> <p>stamp="2011-06-06T11:03:32Z"<br /> stamp="2011-06-06T11:03:23Z"<br /> stamp="2011-06-06T11:02:43Z"<br /> stamp="2011-06-06T11:02:30Z"</p> Mon, 06 Jun 2011 11:55:26 +0000 dp_wiz comment 57432 at https://www.ejabberd.im I've tried with ejabberd https://www.ejabberd.im/node/4743#comment-57428 <p>I've tried with ejabberd 2.1.7/2.1.8, Tkabber TCP connection, Gajim BOSH connection, a MUC new room.</p> <p>I send messages like "1", "2", "3". Then I open the XML Raw Window of each client, and reconnect to the room. Both clients get the XML messages in the correct order, and they display them correctly.</p> <p>Check the TCP/XML/XMPP traffic: does your custom-developed client really receive always all the room history in reverse order?</p> Mon, 06 Jun 2011 09:03:04 +0000 mfoss comment 57428 at https://www.ejabberd.im