<?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: tools/ejabberdsql2prosody.lua history</title>
    <description>tools/ejabberdsql2prosody.lua revision history</description>
    <item>
    <title>tools: Update imports to use new prosody.* namespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/879a6a33c21b/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[tools: Update imports to use new 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>Thu, 08 Jun 2023 09:37:01 +0200</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/4f7990902874/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: rename variable 't' to prevent shadowing upvalues [luacheck]<br/>
<br/>
Let's make the result of parseFile() have a more descriptive name.]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Fri, 12 Aug 2016 13:51:38 +0800</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: rename variable 'host' to prevent shadowing upvalue [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/495de404a8ae/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: rename variable 'host' to prevent shadowing upvalue [luacheck]<br/>
<br/>
Functions roster(), roster_pending(), roster_group(), private_storage() and<br/>
offline_msg() have argument named &quot;host&quot;, which used to shadow upvalue of this<br/>
variable before this change. Instead of renaming this argument, let's rename<br/>
the variable to match what the script says in usage:<br/>
<br/>
   Usage: ejabberdsql2prosody.lua filename.txt hostname]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Fri, 12 Aug 2016 13:44:47 +0800</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: remove unused one-letter loop variables [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/e4f9c192b797/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: remove unused one-letter loop variables [luacheck]]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Fri, 12 Aug 2016 13:31:16 +0800</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: remove unused function pushback() [luacheck]</title>
    <link>http://hg.omfa.de/prosody-hg/log/2ef93ba18336/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: remove unused function pushback() [luacheck]<br/>
<br/>
The same function seems to exist in tools/erlparse.lua, also unused.]]></description>
    <author>&#65;&#110;&#116;&#111;&#110;&#32;&#83;&#104;&#101;&#115;&#116;&#97;&#107;&#111;&#118;&#32;&#60;&#97;&#118;&#54;&#64;&#100;&#119;&#105;&#109;&#108;&#97;&#98;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Fri, 12 Aug 2016 13:29:27 +0800</pubDate>
</item>
<item>
    <title>Merge 0.9-&gt;0.10</title>
    <link>http://hg.omfa.de/prosody-hg/log/ef11b8bab405/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[Merge 0.9-&gt;0.10]]></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 Jan 2014 18:46:12 +0000</pubDate>
</item>
<item>
    <title>tools/ejabberdsql2prosody: Skip invalid XML in data, and print out errors.</title>
    <link>http://hg.omfa.de/prosody-hg/log/a4b4b152a7d6/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[tools/ejabberdsql2prosody: Skip invalid XML in data, and print out errors.]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 16 Jan 2014 14:03:27 -0500</pubDate>
</item>
<item>
    <title>Remove all trailing whitespace</title>
    <link>http://hg.omfa.de/prosody-hg/log/bd0ff8ae98a8/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[Remove all trailing whitespace]]></description>
    <author>&#70;&#108;&#111;&#114;&#105;&#97;&#110;&#32;&#90;&#101;&#105;&#116;&#122;&#32;&#60;&#102;&#108;&#111;&#114;&#111;&#98;&#64;&#98;&#97;&#98;&#101;&#108;&#109;&#111;&#110;&#107;&#101;&#121;&#115;&#46;&#100;&#101;&#62;</author>
    <pubDate>Fri, 09 Aug 2013 17:48:21 +0200</pubDate>
</item>
<item>
    <title>package{,c}path fixes for migration tools</title>
    <link>http://hg.omfa.de/prosody-hg/log/9fba74a28e0c/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[package{,c}path fixes for migration tools]]></description>
    <author>&#86;&#97;&#100;&#105;&#109;&#32;&#77;&#105;&#115;&#98;&#97;&#107;&#104;&#45;&#83;&#111;&#108;&#111;&#118;&#105;&#111;&#118;&#32;&#60;&#109;&#118;&#97;&#64;&#109;&#118;&#97;&#46;&#110;&#97;&#109;&#101;&#62;</author>
    <pubDate>Fri, 14 Jun 2013 15:15:05 +0700</pubDate>
</item>
<item>
    <title>tools/ejabberdsql2prosody: Use util.xml.</title>
    <link>http://hg.omfa.de/prosody-hg/log/b3d837c1ccf1/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[tools/ejabberdsql2prosody: Use util.xml.]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 03 Dec 2012 05:34:46 +0500</pubDate>
</item>
<item>
    <title>tools/ejabberdsql2prosody: Handle INSERT statement form where column list is specified (by skipping the column list).</title>
    <link>http://hg.omfa.de/prosody-hg/log/11983a1e92c0/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[tools/ejabberdsql2prosody: Handle INSERT statement form where column list is specified (by skipping the column list).]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 05 Feb 2012 00:10:13 +0500</pubDate>
</item>
<item>
    <title>tools/ejabberdsql2prosody: Track current line for error reporting</title>
    <link>http://hg.omfa.de/prosody-hg/log/7fbcb7e6a6a0/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[tools/ejabberdsql2prosody: Track current line for error reporting]]></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, 20 Sep 2011 23:30:58 +0100</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.</title>
    <link>http://hg.omfa.de/prosody-hg/log/a72b88953bf2/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added a global 'prosody' table to fix a traceback.]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 20 Oct 2010 03:57:47 +0500</pubDate>
</item>
<item>
    <title>Update copyright headers for 2010</title>
    <link>http://hg.omfa.de/prosody-hg/log/b7049746bd29/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[Update copyright headers for 2010]]></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 2010 17:06:15 +0000</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu)</title>
    <link>http://hg.omfa.de/prosody-hg/log/95d665f20c71/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Don't print password of imported accounts (thanks azerttyu)]]></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, 21 Feb 2010 16:42:26 +0000</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Removed unnecessary stanza reserialization for private storage</title>
    <link>http://hg.omfa.de/prosody-hg/log/a6698ab04039/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Removed unnecessary stanza reserialization for private storage]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 08 Aug 2009 23:23:21 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for offline messages</title>
    <link>http://hg.omfa.de/prosody-hg/log/b05371e6f058/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for offline messages]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 08 Aug 2009 23:17:32 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Fix access of undefined global</title>
    <link>http://hg.omfa.de/prosody-hg/log/066cd784d97b/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Fix access of undefined global]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 08 Aug 2009 21:10:25 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for Private XML Storage</title>
    <link>http://hg.omfa.de/prosody-hg/log/cb3d937dd1da/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for Private XML Storage]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 02 Aug 2009 14:40:34 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for vCards</title>
    <link>http://hg.omfa.de/prosody-hg/log/f6af348cf497/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for vCards]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 02 Aug 2009 14:35:41 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added an XML parser</title>
    <link>http://hg.omfa.de/prosody-hg/log/c3ce7cbd123d/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added an XML parser]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 02 Aug 2009 14:35:03 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Allow for multiple INSERTs to the same table</title>
    <link>http://hg.omfa.de/prosody-hg/log/e20f90743863/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Allow for multiple INSERTs to the same table]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Tue, 28 Jul 2009 05:33:51 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Fixed a nil global access error</title>
    <link>http://hg.omfa.de/prosody-hg/log/d11606859400/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Fixed a nil global access error]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 18:22:10 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Add support for rosterusers.ask == &quot;B&quot; (both pending in and out subscriptions)</title>
    <link>http://hg.omfa.de/prosody-hg/log/1056369a29df/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Add support for rosterusers.ask == &quot;B&quot; (both pending in and out subscriptions)]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 18:17:54 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Fix typo, and improve the warning message</title>
    <link>http://hg.omfa.de/prosody-hg/log/a3ffc27b6207/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Fix typo, and improve the warning message]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 18:12:32 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Display a warning if a row has more columns than expected</title>
    <link>http://hg.omfa.de/prosody-hg/log/cd9790f42269/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Display a warning if a row has more columns than expected]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 18:05:05 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for all mysql escape sequences</title>
    <link>http://hg.omfa.de/prosody-hg/log/308986a3e66a/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for all mysql escape sequences]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 17:51:36 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for the escape sequence '\\' in strings</title>
    <link>http://hg.omfa.de/prosody-hg/log/d82e13d57821/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for the escape sequence '\\' in strings]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 17:29:56 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in subscriptions</title>
    <link>http://hg.omfa.de/prosody-hg/log/84328a4df655/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in subscriptions]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 15:36:06 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processing</title>
    <link>http://hg.omfa.de/prosody-hg/log/4fcb2df97141/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processing]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 15:28:04 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added support for rosters</title>
    <link>http://hg.omfa.de/prosody-hg/log/9551055b5344/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added support for rosters]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sun, 26 Jul 2009 00:32:51 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Added a second required command line parameter: hostname</title>
    <link>http://hg.omfa.de/prosody-hg/log/6e639a34e503/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Added a second required command line parameter: hostname]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 25 Jul 2009 23:40:33 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Improved help message</title>
    <link>http://hg.omfa.de/prosody-hg/log/4e44aa858a4c/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Improved help message]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 25 Jul 2009 23:37:52 +0500</pubDate>
</item>
<item>
    <title>ejabberdsql2prosody: Initial commit</title>
    <link>http://hg.omfa.de/prosody-hg/log/a7c140fc672b/tools/ejabberdsql2prosody.lua</link>
    <description><![CDATA[ejabberdsql2prosody: Initial commit<br/>
 - full parser<br/>
 - only exports account data at the moment]]></description>
    <author>&#87;&#97;&#113;&#97;&#115;&#32;&#72;&#117;&#115;&#115;&#97;&#105;&#110;&#32;&#60;&#119;&#97;&#113;&#97;&#115;&#50;&#48;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Sat, 25 Jul 2009 23:19:39 +0500</pubDate>
</item>

  </channel>
</rss>
