<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Lynch Consulting Blog - XMPP</title>
			<link>http://www.lynchconsulting.com.au/blog/index.cfm</link>
			<description>A blog about ColdFusion, PHP, Flash, Flex, Web Standards and a mish mash of other technologies</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 13:01:28 --1000</pubDate>
			<lastBuildDate>Fri, 19 Sep 2008 14:31:00 --1000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mark@lynchconsulting.com.au</managingEditor>
			<webMaster>mark@lynchconsulting.com.au</webMaster>
			
			
			
			
			
			<item>
				<title>Openfire Properties</title>
				<link>http://www.lynchconsulting.com.au/blog/index.cfm/2008/9/19/Openfire-Properties</link>
				<description>
				
				I just found this &lt;a href=&quot;http://www.igniterealtime.org/community/docs/DOC-1061&quot;&gt;document on openfire properties&lt;/a&gt; settings so bookmarking it here for my own reference.

I came across it while debugging the socket connection timing out.  After finding the property &quot;xmpp.client.idle&quot; which it mentioned had a default of 30 minutes, but after looking at the source code I verified it is actually 6 minutes.

One other point of interest - all these properties are stored in the db in the jiveProperty table.

&lt;code&gt;
SELECT * FROM jiveProperty
&lt;/code&gt;

Cheers,
Mark
				
				</description>
				
				<category>Open Source</category>
				
				<category>XMPP</category>
				
				<pubDate>Fri, 19 Sep 2008 14:31:00 --1000</pubDate>
				<guid>http://www.lynchconsulting.com.au/blog/index.cfm/2008/9/19/Openfire-Properties</guid>
				
			</item>
			
		 	
			</channel></rss>