ejabberd - Comments for "Getting MUC messages from Ejabberd" https://www.ejabberd.im/forum/25254/getting-muc-messages-ejabberd en Since ejabberd 16.01 you can https://www.ejabberd.im/forum/25254/getting-muc-messages-ejabberd#comment-66581 <p>Since ejabberd 16.01 you can do this:</p> <div class="codeblock"><code>&lt;iq type=&quot;set&quot; to=&quot;myconf@conference.mydomain.org&quot;&gt;<br />&nbsp;&nbsp; &lt;query xmlns=&quot;urn:xmpp:mam:0&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;set xmlns=&quot;http://jabber.org/protocol/rsm&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;max&gt;30&lt;/max&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;before /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/set&gt;<br />&nbsp;&nbsp; &lt;/query&gt;<br />&lt;/iq&gt;</code></div> Wed, 17 Feb 2016 17:21:23 +0000 badlop comment 66581 at https://www.ejabberd.im XEP-0313 defines three https://www.ejabberd.im/forum/25254/getting-muc-messages-ejabberd#comment-66406 <p>XEP-0313 defines three filtering results: <noindex><a href="http://xmpp.org/extensions/xep-0313.html#filter" title="http://xmpp.org/extensions/xep-0313.html#filter" rel="nofollow" >http://xmpp.org/extensions/xep-0313.html#filter</a></noindex></p> <p>However, in ejabberd, retrieving messages from room archives requires using "withroom" instead of "with".</p> Thu, 19 Nov 2015 22:49:00 +0000 badlop comment 66406 at https://www.ejabberd.im