<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the blog of guruz &#187; Jabber</title>
	<atom:link href="http://blog.guruz.de/category/jabber/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guruz.de</link>
	<description>stuff i want to comment on</description>
	<lastBuildDate>Fri, 23 Dec 2011 14:31:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Updating Openfire 3.4.4 to 3.6.3 via RPM</title>
		<link>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/</link>
		<comments>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:57:26 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/?p=739</guid>
		<description><![CDATA[In case anyone googles for this, I had problems doing this. Somehow, the DB upgrade scripts were not executed. So it complained because it could not find its tables: java.lang.IllegalArgumentException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'openfiredb.ofID' doesn't exist What I did was to check in the jiveVersion table which DB version was set for &#8220;openfire&#8221;. Then I mysql&#8217;ed [...]]]></description>
			<content:encoded><![CDATA[<p>In case anyone googles for this, I had problems doing this. Somehow, the DB upgrade scripts were not executed. So it complained because it could not find its tables:</p>
<pre>java.lang.IllegalArgumentException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
  Table 'openfiredb.ofID' doesn't exist</pre>
<p>What I did was to check in the jiveVersion table which DB version was set for &#8220;openfire&#8221;. Then I mysql&#8217;ed the SQL files in /opt/openfire/resources/database/upgrade manually to the latest version.</p>
<p>Then everything worked fine. Why it didn&#8217;t run the SQL scripts automatically? I don&#8217;t know. But it once again proves that the quality of Openfire is.. not so high.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Jabberd 1.4 XML files to an Openfire import XML</title>
		<link>http://blog.guruz.de/2008/03/27/export-jabberd-14-xml-files-to-an-openfire-import-xml/</link>
		<comments>http://blog.guruz.de/2008/03/27/export-jabberd-14-xml-files-to-an-openfire-import-xml/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 14:46:13 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/03/27/export-jabberd-14-xml-files-to-an-openfire-import-xml/</guid>
		<description><![CDATA[You can use guruzJabberd14ToOpenfireExport.jar to convert userfiles from Jabberd 1.4 to the format Openfire understands. Just run it with the directory with the XML-files as parameter. The file for Openfire will be put out on stdout.]]></description>
			<content:encoded><![CDATA[<p>You can use <a href="http://blog.guruz.de/wp-content/uploads/2008/03/guruzjabberd14toopenfireexport.jar" title="guruzJabberd14ToOpenfireExport.jar">guruzJabberd14ToOpenfireExport.jar</a> to convert userfiles from Jabberd 1.4 to the format Openfire understands. Just run it with the directory with the XML-files as parameter. The file for Openfire will be put out on stdout.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/03/27/export-jabberd-14-xml-files-to-an-openfire-import-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>userImportExport plugin of Openfire</title>
		<link>http://blog.guruz.de/2008/01/29/userimportexport-plugin-of-openfire/</link>
		<comments>http://blog.guruz.de/2008/01/29/userimportexport-plugin-of-openfire/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:45:38 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/29/userimportexport-plugin-of-openfire/</guid>
		<description><![CDATA[Change some lines and be able to merge users instead of having to delete and re-import them.]]></description>
			<content:encoded><![CDATA[<p>Change some lines and be able to <a href="/merging-users-with-the-userimportexport-plugin-of-openfire/">merge users</a> instead of having to delete and re-import them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/29/userimportexport-plugin-of-openfire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openfire and transports</title>
		<link>http://blog.guruz.de/2008/01/29/openfire-and-transports/</link>
		<comments>http://blog.guruz.de/2008/01/29/openfire-and-transports/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:34:07 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/29/openfire-and-transports/</guid>
		<description><![CDATA[In case you have migrated to Openfire, you may have some problems with ICQ, AIM etc. users on your roster. It MAY help to set the following properties to true:  plugin.gateway.tweak.percenthack plugin.gateway.tweak.persistentroster More information can be found hidden somewhere on the Openfire site. PS: Jabberd 1.4 to Openfire export tool coming here soon.]]></description>
			<content:encoded><![CDATA[<p>In case you have migrated to Openfire, you may have some problems with ICQ, AIM etc. users on your roster. It MAY help to set the following properties to true:</p>
<pre> plugin.gateway.tweak.percenthack
 plugin.gateway.tweak.persistentroster</pre>
<p>More information can be found <a href="http://www.igniterealtime.org/community/docs/DOC-1002">hidden somewhere on the Openfire site</a>.</p>
<p>PS: Jabberd 1.4 to Openfire export tool coming here soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/29/openfire-and-transports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBCCryptAuthProvider</title>
		<link>http://blog.guruz.de/2008/01/29/jdbccryptauthprovider/</link>
		<comments>http://blog.guruz.de/2008/01/29/jdbccryptauthprovider/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 20:28:57 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Jabber]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/29/jdbccryptauthprovider/</guid>
		<description><![CDATA[I&#8217;ve written a component for Openfire which enables authentication of users via a crypt() password in a DB.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a component for Openfire which enables <a href="/jdbccryptauthprovider-for-openfire/">authentication of users via a crypt() password in a DB</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/29/jdbccryptauthprovider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an Openfire RPM</title>
		<link>http://blog.guruz.de/2008/01/24/creating-an-openfire-rpm/</link>
		<comments>http://blog.guruz.de/2008/01/24/creating-an-openfire-rpm/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 09:17:10 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
				<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/24/creating-an-openfire-rpm/</guid>
		<description><![CDATA[Make sure you have a lot of packages installed: subversion rpm-build rpm-devel ant ant-junit ant-scripts ant-jmf ant-nodeps  ant-antlr junit (this may be way too much, but it worked for me) Checkout the Openfire sources from SVN In build/ run ant installer.rpm Happy compiling and installing]]></description>
			<content:encoded><![CDATA[<ol>
<li>Make sure you have a lot of packages installed: subversion rpm-build rpm-devel ant ant-junit ant-scripts ant-jmf ant-nodeps  ant-antlr junit (this may be way too much, but it worked for me)</li>
<li>Checkout the <a href="http://www.igniterealtime.org/downloads/source.jsp">Openfire sources from SVN</a></li>
<li>In build/ run ant installer.rpm</li>
<li>Happy compiling and installing <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/24/creating-an-openfire-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

