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

    <title>prosody-modules: mod_muc_markers/mod_muc_markers.lua history</title>
    <description>mod_muc_markers/mod_muc_markers.lua revision history</description>
    <item>
    <title>mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)</title>
    <link>http://hg.omfa.de/prosody-modules/log/6c57b9e31586/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)]]></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>Sat, 18 Sep 2021 11:51:48 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Prevent any markers from reaching the archive, even if untracked</title>
    <link>http://hg.omfa.de/prosody-modules/log/2e33eeafe962/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Prevent any markers from reaching the archive, even if untracked<br/>
<br/>
Original intention was to leave alone things that this module isn't<br/>
handling. However markers in archives are just problematic without<br/>
more advanced logic about what is markable and what is not. It also<br/>
requires a more advanced query in mod_muc_rai to determine the latest<br/>
markable message instead of the latest archived message.<br/>
<br/>
I'd rather keep the &quot;is archivable&quot; and &quot;is markable&quot; definition the<br/>
same for simplicity. I don't want to introduce yet another set of rules<br/>
for no reason.<br/>
<br/>
No markers in MAM.]]></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>Mon, 22 Mar 2021 15:55:02 +0000</pubDate>
</item>
<item>
    <title>mod_muc_markers: boolean should be used, not string</title>
    <link>http://hg.omfa.de/prosody-modules/log/ab2e15d3f1fa/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: boolean should be used, not string]]></description>
    <author>&#74;&#67;&#32;&#66;&#114;&#97;&#110;&#100;&#32;&#60;&#106;&#99;&#64;&#111;&#112;&#107;&#111;&#100;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 18 Jan 2021 20:01:17 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Add config setting to turn off sending of markers on MUC join</title>
    <link>http://hg.omfa.de/prosody-modules/log/83f89ffe427b/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Add config setting to turn off sending of markers on MUC join]]></description>
    <author>&#74;&#67;&#32;&#66;&#114;&#97;&#110;&#100;&#32;&#60;&#106;&#99;&#64;&#111;&#112;&#107;&#111;&#100;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 15 Jan 2021 14:07:01 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Add option for @id rewriting, default off (may break some clients)</title>
    <link>http://hg.omfa.de/prosody-modules/log/020dd0a59f1f/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Add option for @id rewriting, default off (may break some clients)<br/>
<br/>
XEP-0333 was updated to clarify that stanza-id should be used<br/>
instead of the 'id' attribute when in a MUC. Some clients still<br/>
use the id attribute, which is why we were rewriting it.<br/>
<br/>
Rewriting is bad because mod_muc advertises stable_id, indicating<br/>
that Prosody does *not* rewrite ids. Recent versions of Conversations<br/>
actually depend on this being true.<br/>
<br/>
All clients should migrate to using stanza-id for markers. See XEP-0333.]]></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>Mon, 14 Dec 2020 12:09:25 +0000</pubDate>
</item>
<item>
    <title>mod_muc_markers: Add room JID to log message</title>
    <link>http://hg.omfa.de/prosody-modules/log/8e28d0918abc/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Add room JID to log message]]></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>Wed, 05 Aug 2020 14:57:10 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: replace configurable multi-marker tracking with better system</title>
    <link>http://hg.omfa.de/prosody-modules/log/92152437ecfe/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: replace configurable multi-marker tracking with better system<br/>
<br/>
Now tracks a single marker, but automatically applies rules from the XEP about<br/>
&quot;higher&quot; markers implying &quot;lower&quot; markers - i.e. &quot;displayed&quot; implies &quot;received&quot;.<br/>
<br/>
Still, just a single marker is tracked and synthesized at all times (the one<br/>
configured with muc_marker_name).]]></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, 07 Jul 2020 17:08:08 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Expose is_markable utility function to other modules</title>
    <link>http://hg.omfa.de/prosody-modules/log/554f64c8d0c0/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Expose is_markable utility function to other modules]]></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>Thu, 02 Jul 2020 12:07:08 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Allow tracking multiple markers</title>
    <link>http://hg.omfa.de/prosody-modules/log/7b6bcb91493e/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Allow tracking multiple markers]]></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>Thu, 21 May 2020 16:35:07 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: luacheck annotation</title>
    <link>http://hg.omfa.de/prosody-modules/log/787fc3030087/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: luacheck annotation]]></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>Thu, 21 May 2020 16:34:46 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: Broadcast current markers on join</title>
    <link>http://hg.omfa.de/prosody-modules/log/e3964f876b5d/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Broadcast current markers on join<br/>
<br/>
This lets you see how far others have read upon joining without<br/>
cluttering the archives with obsolete chat markers.]]></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 21:52:14 +0200</pubDate>
</item>
<item>
    <title>mod_muc_markers: Prevent storage instead of broadcast</title>
    <link>http://hg.omfa.de/prosody-modules/log/57b4cdeba318/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Prevent storage instead of broadcast<br/>
<br/>
Restores the ability to see how far others have read.<br/>
<br/>
Maybe this should be a setting?]]></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 21:50:35 +0200</pubDate>
</item>
<item>
    <title>mod_muc_markers: Allow configuration of which marker to track, default to displayed</title>
    <link>http://hg.omfa.de/prosody-modules/log/95882b487ed2/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: Allow configuration of which marker to track, default to displayed]]></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 May 2020 14:06:42 +0100</pubDate>
</item>
<item>
    <title>mod_muc_markers: New module for server-side receipt tracking in MUCs</title>
    <link>http://hg.omfa.de/prosody-modules/log/45c5603a6c07/mod_muc_markers/mod_muc_markers.lua</link>
    <description><![CDATA[mod_muc_markers: New module for server-side receipt tracking in MUCs]]></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>Mon, 13 Apr 2020 15:48:58 +0100</pubDate>
</item>

  </channel>
</rss>
