<?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_bookmarks2/mod_bookmarks2.lua history</title>
    <description>mod_bookmarks2/mod_bookmarks2.lua revision history</description>
    <item>
    <title>mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)</title>
    <link>http://hg.omfa.de/prosody-modules/log/a8e9949a6ad2/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Ignore failure to delete nothing (thanks Ge0rG)<br/>
<br/>
Attempting to delete all bookmarks when the bookmarks node does not even<br/>
exist logged a fairly harmless error that we now ignore.]]></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, 24 Mar 2022 14:56:30 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Remove conflict check with mod_bookmarks</title>
    <link>http://hg.omfa.de/prosody-modules/log/347894e08b4f/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Remove conflict check with mod_bookmarks<br/>
<br/>
Should no longer be needed and causes trouble when mod_bookmarks<br/>
(community) redirects to mod_bookmarks2]]></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, 09 Feb 2022 18:10:27 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Skip send_last_published_item (unavailable in 0.11) (thanks carlos)</title>
    <link>http://hg.omfa.de/prosody-modules/log/a1181413a0eb/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Skip send_last_published_item (unavailable in 0.11) (thanks carlos)<br/>
<br/>
Not the most important setting, we can live without it for now.]]></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, 15 Jan 2022 00:38:32 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Override the node configuration if it was wrong</title>
    <link>http://hg.omfa.de/prosody-modules/log/9187a7adfc39/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Override the node configuration if it was wrong]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Thu, 06 Jan 2022 00:59:40 +0100</pubDate>
</item>
<item>
    <title>Back out ad7767a9f3ea</title>
    <link>http://hg.omfa.de/prosody-modules/log/5001104f0275/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[Back out ad7767a9f3ea<br/>
<br/>
Turns out it does error on 0.11 because it tries to compare a number<br/>
with the string &quot;max&quot;<br/>
<br/>
Thanks Marcel]]></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, 05 Jan 2022 00:06:24 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Fix check for max_items=max support</title>
    <link>http://hg.omfa.de/prosody-modules/log/ad7767a9f3ea/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Fix check for max_items=max support<br/>
<br/>
This function does not throw, it just returns a boolean.]]></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, 04 Jan 2022 23:00:04 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Actually fix the right wrong codepath</title>
    <link>http://hg.omfa.de/prosody-modules/log/6e17df6becec/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Actually fix the right wrong codepath]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Tue, 04 Jan 2022 22:59:24 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Remove wrong codepath (thanks luacheck!)</title>
    <link>http://hg.omfa.de/prosody-modules/log/cc17708ba777/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Remove wrong codepath (thanks luacheck!)]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Tue, 04 Jan 2022 22:57:06 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Remove obsolete comment</title>
    <link>http://hg.omfa.de/prosody-modules/log/797b51043767/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Remove obsolete comment]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Mon, 27 Dec 2021 19:48:25 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Advertise XEP-0049 support</title>
    <link>http://hg.omfa.de/prosody-modules/log/fd2e48d4ac94/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Advertise XEP-0049 support<br/>
<br/>
In the case mod_private isn’t loaded, some clients (like poezio) won’t even<br/>
attempt to use Private XML Storage unless this feature is advertised.  This is<br/>
on the domain JID and not on the account JID!]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Sun, 26 Dec 2021 14:51:35 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Use constants for namespaces</title>
    <link>http://hg.omfa.de/prosody-modules/log/1f1acb7f3c10/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Use constants for namespaces]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Sun, 26 Dec 2021 14:51:02 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Finally add the #compat-pep feature!</title>
    <link>http://hg.omfa.de/prosody-modules/log/60b2dbe032c0/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Finally add the #compat-pep feature!]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Fri, 24 Dec 2021 18:50:29 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Add simple support for legacy PEP queries</title>
    <link>http://hg.omfa.de/prosody-modules/log/7ed2467c9bb5/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Add simple support for legacy PEP queries<br/>
<br/>
This implements the publish and items PubSub queries of XEP-0048 version 1.1,<br/>
ignoring item id, publish-options, and any other query.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Thu, 23 Dec 2021 17:44:35 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Fix comparison</title>
    <link>http://hg.omfa.de/prosody-modules/log/fdd9e5d89d73/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Fix comparison<br/>
<br/>
The nick and password elements are children of the conference element,<br/>
rather than the pubsub item element passed to the function.]]></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, 03 Nov 2021 21:16:11 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Fix handling of nick and password elements</title>
    <link>http://hg.omfa.de/prosody-modules/log/5aee8d86629a/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Fix handling of nick and password elements<br/>
<br/>
This form of child retrieval fails when the stanza elements internally<br/>
don't have an 'xmlns' attribute, which can happen sometimes for some<br/>
reason, including when they have been constructed via the stanza builder<br/>
API. When that is the case then the explicit namespace arguemnt does not<br/>
match the nil value of the internal attribute. Calling `:get_child()`<br/>
without the namespace argument does the right thing here, with both nil<br/>
and the parent namespace as valid values for the internal attribute.]]></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, 03 Nov 2021 21:11:55 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Use max_items='max' on trunk, with fallback</title>
    <link>http://hg.omfa.de/prosody-modules/log/5a06c711649c/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Use max_items='max' on trunk, with fallback<br/>
<br/>
check_node_config() throws an error attempting to compare the<br/>
pep_max_items number with the 'max' string, which allows detecting and<br/>
support using 'max' where available.<br/>
<br/>
Unsure what happens when you upgrade, that seems a problem for a future<br/>
commit! :)]]></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, 20 Oct 2021 22:16:14 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Use same default as mod_pep for max_items</title>
    <link>http://hg.omfa.de/prosody-modules/log/05725276fac0/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Use same default as mod_pep for max_items<br/>
<br/>
Should fix the issue with max items until the proper &quot;max&quot; can be used,<br/>
by following the configured max.<br/>
<br/>
While &quot;max&quot; is already in trunk, it's not easily usable in 0.11.x<br/>
<br/>
This limit and option was added to mod_pep in Prosody rev aefb96a52f5f]]></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, 15 Sep 2021 17:39:37 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Update namespace to :1</title>
    <link>http://hg.omfa.de/prosody-modules/log/d835cb7d2b47/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Update namespace to :1]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Fri, 30 Jul 2021 21:17:09 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Factor namespace string into a variable</title>
    <link>http://hg.omfa.de/prosody-modules/log/3da7cd77aca9/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Factor namespace string into a variable]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Fri, 30 Jul 2021 21:13:16 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Fix luacheck warning</title>
    <link>http://hg.omfa.de/prosody-modules/log/776eacd233b5/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Fix luacheck warning]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Thu, 03 Dec 2020 19:27:11 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.</title>
    <link>http://hg.omfa.de/prosody-modules/log/5eab799b5fa4/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Delete legacy PEP bookmarks whenever they get recreated, to prevent them from being used.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 16:54:36 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Remove unused variables.</title>
    <link>http://hg.omfa.de/prosody-modules/log/05bca7a771d6/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Remove unused variables.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 16:45:48 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).</title>
    <link>http://hg.omfa.de/prosody-modules/log/33b3e2387a10/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Also migrate legacy PEP bookmarks (current XEP-0048).]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 16:40:09 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.</title>
    <link>http://hg.omfa.de/prosody-modules/log/b3fb32bd1f01/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Use the correct error when failing to retrieve bookmarks2 to reply to Private XML request.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 16:27:50 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.</title>
    <link>http://hg.omfa.de/prosody-modules/log/1ed3d86eeaed/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Don’t purge or remove inexistant items when synchronising existing Private XML data.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 16:25:21 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Simplify for loop (thanks MattJ!).</title>
    <link>http://hg.omfa.de/prosody-modules/log/9cd6d602ad1b/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Simplify for loop (thanks MattJ!).]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Wed, 13 Nov 2019 15:51:59 +0100</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.</title>
    <link>http://hg.omfa.de/prosody-modules/log/310061f6e1df/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Fix traceback on updating from no legacy bookmarks to bookmarks 2.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Sat, 28 Sep 2019 14:55:03 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.</title>
    <link>http://hg.omfa.de/prosody-modules/log/7575399ae544/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks, mod_bookmarks2: Refuse to load if the other one is also loaded.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Sat, 28 Sep 2019 14:46:18 +0200</pubDate>
</item>
<item>
    <title>mod_bookmarks2: Add new module.</title>
    <link>http://hg.omfa.de/prosody-modules/log/90f88a643973/mod_bookmarks2/mod_bookmarks2.lua</link>
    <description><![CDATA[mod_bookmarks2: Add new module.<br/>
<br/>
This is the result of hacking during the Stockholm XMPP Sprint, for<br/>
compatibility with older clients only doing Private XML XEP-0048.  This module<br/>
shouldn’t be loaded at the same time as mod_bookmarks, as both implement<br/>
Private XML to achieve their conversion.]]></description>
    <author>&#69;&#109;&#109;&#97;&#110;&#117;&#101;&#108;&#32;&#71;&#105;&#108;&#32;&#80;&#101;&#121;&#114;&#111;&#116;&#32;&#60;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#64;&#108;&#105;&#110;&#107;&#109;&#97;&#117;&#118;&#101;&#46;&#102;&#114;&#62;</author>
    <pubDate>Sat, 28 Sep 2019 14:27:13 +0200</pubDate>
</item>

  </channel>
</rss>
