<?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_http_xep227/mod_http_xep227.lua history</title>
    <description>mod_http_xep227/mod_http_xep227.lua revision history</description>
    <item>
    <title>mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)</title>
    <link>http://hg.omfa.de/prosody-modules/log/65cdbbf9703a/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)]]></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, 13 Jul 2022 11:21:19 +0100</pubDate>
</item>
<item>
    <title>mod_http_xep227: Add support for import via APIs rather than direct store manipulation</title>
    <link>http://hg.omfa.de/prosody-modules/log/0f5f2d4475b9/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Add support for import via APIs rather than direct store manipulation<br/>
<br/>
In particular this transitions PEP nodes and data to be imported via mod_pep's<br/>
APIs, fixing issues with importing at runtime while PEP data may already be<br/>
live in RAM.<br/>
<br/>
Next obvious candidate for this approach is rosters, so clients get immediate<br/>
roster pushes and other special handling (such as emitting subscribes to reach<br/>
the desired subscription state).]]></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, 18 Jan 2022 17:01:18 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Fix typo in method name</title>
    <link>http://hg.omfa.de/prosody-modules/log/541b2cf68e93/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Fix typo in method 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>Sun, 16 Jan 2022 15:02:14 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Correctly read selected stores from URL query part</title>
    <link>http://hg.omfa.de/prosody-modules/log/bc54f651b5a4/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Correctly read selected stores from URL query part]]></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>Sun, 16 Jan 2022 15:01:53 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Handle nil/errors opening archive stores</title>
    <link>http://hg.omfa.de/prosody-modules/log/029ae3c29683/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Handle nil/errors opening archive stores<br/>
<br/>
This matches how mod_mam opens archive stores. nil can be returned when there<br/>
is no data in the store yet (it doesn't exist).]]></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>Sun, 16 Jan 2022 15:01:20 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Don't require admin privileges to use import/export</title>
    <link>http://hg.omfa.de/prosody-modules/log/d8a0a8dcdc0d/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Don't require admin privileges to use import/export<br/>
<br/>
These APIs always operate on the current user account only. In the future we<br/>
may want to have a more specific permission check though.]]></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>Sun, 16 Jan 2022 13:44:26 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Initialize XEP-0227 XML</title>
    <link>http://hg.omfa.de/prosody-modules/log/c3bf568e3977/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Initialize XEP-0227 XML<br/>
<br/>
mod_storage_xep0227 only writes if there is XML already for a user (it uses<br/>
the presence of an existing &lt;user&gt; element as an indicator that an account<br/>
exists, although technically this is not something Prosody itself does, so<br/>
it's a little weird).]]></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, 15 Jan 2022 14:25:27 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Fix validation of resulting export XML</title>
    <link>http://hg.omfa.de/prosody-modules/log/57311c545013/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Fix validation of resulting export XML]]></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, 15 Jan 2022 14:06:19 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: Fix luacheck warnings</title>
    <link>http://hg.omfa.de/prosody-modules/log/9d29467f4d5b/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: Fix luacheck warnings]]></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, 15 Jan 2022 13:46:34 +0000</pubDate>
</item>
<item>
    <title>mod_http_xep227: New module providing HTTP API for account data import/export</title>
    <link>http://hg.omfa.de/prosody-modules/log/bd0a1f917d98/mod_http_xep227/mod_http_xep227.lua</link>
    <description><![CDATA[mod_http_xep227: New module providing HTTP API for account data import/export]]></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, 12 Jan 2022 16:42:08 +0000</pubDate>
</item>

  </channel>
</rss>
