<?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/muc/hats.lib.lua history</title>
    <description>plugins/muc/hats.lib.lua revision history</description>
    <item>
    <title>MUC: Advertise hats feature on room JID (thanks Daniel)</title>
    <link>http://hg.omfa.de/prosody-hg/log/9bcd58e8e9f9/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Advertise hats feature on room JID (thanks Daniel)]]></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, 26 Feb 2026 15:09:16 +0000</pubDate>
</item>
<item>
    <title>MUC: Use new XEP namespace for hats by default</title>
    <link>http://hg.omfa.de/prosody-hg/log/18bc411d61fe/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Use new XEP namespace for hats by default<br/>
<br/>
Revert with muc_hats_compat = true in the config if necessary.]]></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>Fri, 14 Feb 2025 13:08:45 +0000</pubDate>
</item>
<item>
    <title>MUC: Fix error with nonlegacy hats.</title>
    <link>http://hg.omfa.de/prosody-hg/log/365212120b82/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Fix error with nonlegacy hats.]]></description>
    <author>&#65;&#105;&#100;&#97;&#110;&#32;&#69;&#112;&#115;&#116;&#101;&#105;&#110;&#32;&#60;&#97;&#105;&#100;&#97;&#110;&#64;&#106;&#109;&#97;&#100;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sat, 28 Sep 2024 12:38:42 -0700</pubDate>
</item>
<item>
    <title>MUC: Fix legacy hats (thanks nicoco)</title>
    <link>http://hg.omfa.de/prosody-hg/log/f9171624fd03/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Fix legacy hats (thanks nicoco)<br/>
<br/>
Why do we not have tests for this?]]></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, 28 Mar 2024 15:39:59 +0100</pubDate>
</item>
<item>
    <title>MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thanks nicoco)</title>
    <link>http://hg.omfa.de/prosody-hg/log/98806cac64c3/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Switch to official XEP-0317 namespace for Hats (including compat) (thanks nicoco)]]></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, 28 Mar 2024 15:26:57 +0100</pubDate>
</item>
<item>
    <title>plugins: Prefix module imports with prosody namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/74b9e05af71e/plugins/muc/hats.lib.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>MUC: Add support for presence probes (fixes #1535)</title>
    <link>http://hg.omfa.de/prosody-hg/log/43b43e7156b8/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Add support for presence probes (fixes #1535)<br/>
<br/>
The following patch allows Prosody to respond to `probe` presences and send out the probed occupant's current presence.<br/>
<br/>
This is based on line 17.3 in XEP-0045:<br/>
<br/>
    A MUC service MAY handle presence probes sent to the room JID &lt;room@service&gt; or an occupant JID &lt;room@service/nick&gt;<br/>
    (e.g, these might be sent by an occupant's home server to determine if the room is still online or to synchronize<br/>
    presence information if the user or the user's server has gone offline temporarily or has started sharing presence again,<br/>
    as for instance when Stanza Interception and Filtering Technology (XEP-0273) is used).]]></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>Sun, 19 Apr 2020 21:49:45 +0200</pubDate>
</item>
<item>
    <title>MUC: Switch hats to new presence APIs</title>
    <link>http://hg.omfa.de/prosody-hg/log/9ecad2304297/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Switch hats to new presence APIs]]></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, 11 Apr 2020 16:45:27 +0100</pubDate>
</item>
<item>
    <title>MUC: Add initial hats support (broadcast only)</title>
    <link>http://hg.omfa.de/prosody-hg/log/76bb806cdd4b/plugins/muc/hats.lib.lua</link>
    <description><![CDATA[MUC: Add initial hats support (broadcast only)<br/>
<br/>
Based on the currently-deferred XEP-0317. The protocol differs<br/>
a little (because XEP-0317 is incomplete), therefore currently<br/>
we use a custom namespace.<br/>
<br/>
The plan is to update and finish XEP-0317.]]></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, 18 Mar 2020 17:42:56 +0000</pubDate>
</item>

  </channel>
</rss>
