<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-hg/</link>
    <language>en-us</language>

    <title>prosody-hg: plugins/mod_muc_mam.lua history</title>
    <description>plugins/mod_muc_mam.lua revision history</description>
    <item>
    <title>mod_muc_mam: Honour 'archive_expires_after' if 'muc_log_expires_after' not set (thanks balejk)</title>
    <link>http://hg.omfa.de/prosody-hg/log/3d1ac10a7901/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Honour 'archive_expires_after' if 'muc_log_expires_after' not set (thanks balejk)<br/>
<br/>
This allows for a more consistent setup, by setting archive_expires_after once<br/>
in the global section.]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 24 Mar 2026 12:51:01 +0000</pubDate>
</item>
<item>
    <title>Merge 0.12-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/081f8f9b3b81/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.12-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 15 Oct 2023 14:57:24 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Improve wording of enable setting</title>
    <link>http://hg.omfa.de/prosody-hg/log/7ae000fc8c07/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Improve wording of enable setting<br/>
<br/>
Suggested by jstein in the chat<br/>
<br/>
This option label is used by XMPP clients to explain what the option does.<br/>
a) The user should know where the data is archived.<br/>
b) The user needs a statement that can be enabled/disabled by the variable. A question would have the wrong logic here.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 15 Oct 2023 14:43:11 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Use period option method</title>
    <link>http://hg.omfa.de/prosody-hg/log/58083329903d/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Use period option method]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 18 Jul 2023 12:33:51 +0200</pubDate>
</item>
<item>
    <title>plugins: Use integer config API with interval specification where sensible</title>
    <link>http://hg.omfa.de/prosody-hg/log/50324f66ca2a/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[plugins: Use integer config API with interval specification where sensible<br/>
<br/>
Many of these fall into a few categories:<br/>
- util.cache size, must be &gt;= 1<br/>
- byte or item counts that logically can't be negative<br/>
- port numbers that should be in 1..0xffff]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 17 Jul 2023 01:38:54 +0200</pubDate>
</item>
<item>
    <title>plugins: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/74b9e05af71e/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[plugins: Prefix module imports with prosody namespace]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 24 Mar 2023 13:15:28 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Use higher precision timestamps</title>
    <link>http://hg.omfa.de/prosody-hg/log/57e86d537ffe/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Use higher precision timestamps<br/>
<br/>
See also 781772c8b6d9]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 21 Jan 2023 17:24:45 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Copy &quot;include total&quot; behavior from mod_mam</title>
    <link>http://hg.omfa.de/prosody-hg/log/cd738fb8c754/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Copy &quot;include total&quot; behavior from mod_mam<br/>
<br/>
Not sure why this was missing from MUC MAM, it already had some of the<br/>
code for dealing with it.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 21 Jan 2023 17:14:55 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain)</title>
    <link>http://hg.omfa.de/prosody-hg/log/71dc48a89e5a/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain)<br/>
<br/>
Oversight in cabb022f31c0]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 21 Jan 2023 17:09:22 +0100</pubDate>
</item>
<item>
    <title>mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments)</title>
    <link>http://hg.omfa.de/prosody-hg/log/cc86d77481fc/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments)<br/>
<br/>
Should have no functional difference, but makes it easier keeping<br/>
mod_mam and mod_muc_mam in sync.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 21 Jan 2023 16:54:43 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Switch to mod_cron for message expiry</title>
    <link>http://hg.omfa.de/prosody-hg/log/871100cdbbad/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Switch to mod_cron for message expiry]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 22 Nov 2021 14:49:05 +0100</pubDate>
</item>
<item>
    <title>mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported</title>
    <link>http://hg.omfa.de/prosody-hg/log/6e1af07921d1/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported<br/>
<br/>
More code, but less of it needs to run and no extra tracking is needed.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 30 Nov 2021 01:22:14 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Use util.dataforms timestamp validation</title>
    <link>http://hg.omfa.de/prosody-hg/log/52a1b885044e/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Use util.dataforms timestamp validation]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 26 Oct 2021 13:35:04 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix reference to &quot;user&quot; in debug message copied from mod_mam</title>
    <link>http://hg.omfa.de/prosody-hg/log/c443abff04d8/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix reference to &quot;user&quot; in debug message copied from mod_mam]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 23 Sep 2021 17:50:33 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Merge main and RSM-specific log message into a single one</title>
    <link>http://hg.omfa.de/prosody-hg/log/a67b4d4f8eef/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Merge main and RSM-specific log message into a single one]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 23 Sep 2021 15:53:39 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix copypaste mistake in debug logging</title>
    <link>http://hg.omfa.de/prosody-hg/log/eff0eeece24d/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix copypaste mistake in debug logging<br/>
<br/>
This line was copied from mod_mam, where `origin.username` made sense,<br/>
less so here.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 23 Sep 2021 15:25:51 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Omit queryid attribute from &lt;fin/&gt;</title>
    <link>http://hg.omfa.de/prosody-hg/log/5f99aa6bb76d/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Omit queryid attribute from &lt;fin/&gt;<br/>
<br/>
Since version 0.4 of XEP-0313, the &lt;fin/&gt; element is sent with the IQ<br/>
result and no longer has a queryid attribute.]]></description>
    <author>&#72;&#111;&#108;&#103;&#101;&#114;&#32;&#87;&#101;&#105;&#115;&#115;&#32;&#60;&#104;&#111;&#108;&#103;&#101;&#114;&#64;&#122;&#101;&#100;&#97;&#116;&#46;&#102;&#117;&#45;&#98;&#101;&#114;&#108;&#105;&#110;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 06 Aug 2021 19:25:43 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Copy extended MAM support from mod_mam</title>
    <link>http://hg.omfa.de/prosody-hg/log/cabb022f31c0/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Copy extended MAM support from mod_mam<br/>
<br/>
mod_mam and mod_muc_mam are just different enough that having them be<br/>
the same module gets complicated, but close enough to have overlapping<br/>
code.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 12 Jan 2021 19:32:10 +0100</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/cb52cb8aa706/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 21 Jun 2020 19:24:15 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Don't strip MUC &lt;x&gt; tags, fix #1567</title>
    <link>http://hg.omfa.de/prosody-hg/log/22b1298403ff/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Don't strip MUC &lt;x&gt; tags, fix #1567]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 21 Jun 2020 19:20:54 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/e402f808de50/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 11 May 2020 21:29:24 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Remove spoofed archive IDs before archiving, fix #1552</title>
    <link>http://hg.omfa.de/prosody-hg/log/c6e852984d48/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Remove spoofed archive IDs before archiving, fix #1552<br/>
<br/>
The stanza-id added during archiving looks exactly like what should be<br/>
stripped, so the stripping must happen before archiving.<br/>
<br/>
Getting priorities right is hard!<br/>
<br/>
Also no test coverage yet.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 11 May 2020 21:14:02 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/7c503938ce1d/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 09 May 2020 00:48:22 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547</title>
    <link>http://hg.omfa.de/prosody-hg/log/c432b7172fa3/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix missing advertising of XEP-0359, fixes #1547]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 08 May 2020 22:39:01 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix stanza id filter event name, fixes #1546</title>
    <link>http://hg.omfa.de/prosody-hg/log/e042b0c8b310/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix stanza id filter event name, fixes #1546<br/>
<br/>
Nice typo]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 29 Apr 2020 18:04:05 +0200</pubDate>
</item>
<item>
    <title>MAM: Remove 1% of contents when reaching limits, fix #1545</title>
    <link>http://hg.omfa.de/prosody-hg/log/62794e065e33/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[MAM: Remove 1% of contents when reaching limits, fix #1545<br/>
<br/>
With mod\_storage\_internal this counts out to 100 messages out of 10 000,<br/>
meaning should not hit the quota limit immediately until that many<br/>
messages have been added again.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 05 May 2020 22:21:39 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/2f0b7f1d5e75/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 11 Mar 2020 22:44:41 +0100</pubDate>
</item>
<item>
    <title>mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504)</title>
    <link>http://hg.omfa.de/prosody-hg/log/62ef68f95b6f/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup (fixes #1504)<br/>
<br/>
This lets Prosody handle socket related work between each step in the<br/>
cleanup in order to prevent the server from being completely blocked<br/>
during this.<br/>
<br/>
An async storage backend would not need this but those are currently<br/>
rare.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 11 Mar 2020 21:15:01 +0100</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/5e1384298e97/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 27 Feb 2020 19:50:30 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497)</title>
    <link>http://hg.omfa.de/prosody-hg/log/5376f882cf82/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497)<br/>
<br/>
Caused by a plugin sending a message from the room itself.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 27 Feb 2020 19:42:51 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)</title>
    <link>http://hg.omfa.de/prosody-hg/log/2d8535338099/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Measure how long a cleanup run takes (like mod_mam)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 04 Jan 2020 14:05:10 +0100</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/b6f93babebe8/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 24 Dec 2019 01:21:58 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix rebase mistake [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/f4d12b1434c6/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix rebase mistake [luacheck]<br/>
<br/>
The 'err' was there in trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 24 Dec 2019 01:00:35 +0100</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/e8db377a2983/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 24 Dec 2019 00:39:45 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Schedule cleanup again on failure</title>
    <link>http://hg.omfa.de/prosody-hg/log/670afc079f68/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Schedule cleanup again on failure]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 24 Dec 2019 00:26:40 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/29b3eb95c268/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Log error when unable to delete old messages (fix #1481) [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 24 Dec 2019 00:26:37 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Remove unused variable [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/3adb6c46fbf4/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Remove unused variable [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Dec 2019 23:31:09 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Handle form identification error (e.g. not a form at all)</title>
    <link>http://hg.omfa.de/prosody-hg/log/40c2500208f4/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Handle form identification error (e.g. not a form at all)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Dec 2019 23:28:44 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/28c8e09fb3cd/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Log error when unable to store stanza (fix #1480) [luacheck]]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 23 Dec 2019 23:32:49 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Copy debug log improvements from mod_mam</title>
    <link>http://hg.omfa.de/prosody-hg/log/360d574517b6/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Copy debug log improvements from mod_mam]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 17 Nov 2019 23:08:45 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)</title>
    <link>http://hg.omfa.de/prosody-hg/log/29733134c76c/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 10 Aug 2019 16:01:42 +0200</pubDate>
</item>
<item>
    <title>plugins: Remove tostring call from logging</title>
    <link>http://hg.omfa.de/prosody-hg/log/0f335815244f/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[plugins: Remove tostring call from logging<br/>
<br/>
Taken care of by loggingmanager now<br/>
<br/>
Mass-rewrite using lua pattern like `tostring%b()`]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 30 Jul 2019 02:29:36 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/98ef41a60fc3/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 27 May 2019 19:17:12 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368)</title>
    <link>http://hg.omfa.de/prosody-hg/log/2c8f674b9243/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Cache last date that archive owner has messages to reduce writes (fixes #1368)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 27 May 2019 19:00:34 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Propagate item-not-found to client (fixes #1325)</title>
    <link>http://hg.omfa.de/prosody-hg/log/b56654f89cd5/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Propagate item-not-found to client (fixes #1325)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 05 May 2019 07:16:03 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Handle archive quotas</title>
    <link>http://hg.omfa.de/prosody-hg/log/189b00a782bf/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Handle archive quotas<br/>
<br/>
Same as in mod_mam]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sun, 05 May 2019 14:52:34 +0200</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/18f025b3987d/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 22 Mar 2019 17:58:08 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Copy cleanup mechanism from mod_mam (fixes #672)</title>
    <link>http://hg.omfa.de/prosody-hg/log/78885b1bbb91/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Copy cleanup mechanism from mod_mam (fixes #672)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 22 Mar 2019 17:40:07 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Set error status if loaded on incorrect host type</title>
    <link>http://hg.omfa.de/prosody-hg/log/e1d68f32ce29/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Set error status if loaded on incorrect host type]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 19 Mar 2019 09:08:56 +0000</pubDate>
</item>
<item>
    <title>Merge 0.11-&gt;trunk</title>
    <link>http://hg.omfa.de/prosody-hg/log/774b2ce62318/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[Merge 0.11-&gt;trunk]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Mar 2019 13:46:09 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Validate that the FORM_TYPE of a query is as expected</title>
    <link>http://hg.omfa.de/prosody-hg/log/3de80fc511ab/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Validate that the FORM_TYPE of a query is as expected]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Mar 2019 13:13:37 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Add comment about the tricks done with the 'with' field</title>
    <link>http://hg.omfa.de/prosody-hg/log/17060708d0eb/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Add comment about the tricks done with the 'with' field]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Mar 2019 12:58:20 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Move a comment to the line it describes</title>
    <link>http://hg.omfa.de/prosody-hg/log/6f39be2e0be5/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Move a comment to the line it describes]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Mar 2019 12:57:42 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Strip the stanza 'to' attribute (fixes #1259)</title>
    <link>http://hg.omfa.de/prosody-hg/log/a44f562e01a5/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Strip the stanza 'to' attribute (fixes #1259)]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 04 Mar 2019 12:56:31 +0100</pubDate>
</item>
<item>
    <title>mod_muc_mam: Fix missing form container element</title>
    <link>http://hg.omfa.de/prosody-hg/log/87e25d352de3/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Fix missing form container element]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 25 Oct 2018 21:21:22 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Disable presence logging by default</title>
    <link>http://hg.omfa.de/prosody-hg/log/23070882f3d4/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Disable presence logging by default]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 09 Jul 2018 00:54:03 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Set status code 170/171 on archiving configuration change</title>
    <link>http://hg.omfa.de/prosody-hg/log/a9c3b15b9d37/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Set status code 170/171 on archiving configuration change]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 29 May 2018 04:24:43 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Have stanza-id filtering over all groupchat messages, not just ones considered for history</title>
    <link>http://hg.omfa.de/prosody-hg/log/adffadd88ff0/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Have stanza-id filtering over all groupchat messages, not just ones considered for history]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 28 Apr 2018 00:47:08 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Skip fetching history if built-in recent history is enough</title>
    <link>http://hg.omfa.de/prosody-hg/log/82b889608503/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Skip fetching history if built-in recent history is enough]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 27 Apr 2018 15:26:29 +0200</pubDate>
</item>
<item>
    <title>mod_muc_mam: Skip fetching history if no history was requested</title>
    <link>http://hg.omfa.de/prosody-hg/log/64b78e3deb96/plugins/mod_muc_mam.lua</link>
    <description><![CDATA[mod_muc_mam: Skip fetching history if no history was requested]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 28 Apr 2018 00:45:09 +0200</pubDate>
</item>

  </channel>
</rss>
