<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The project that started it all</title>
	<link>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/</link>
	<description>Ignite Realtime</description>
	<pubDate>Fri, 29 Aug 2008 07:38:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: dan plesse</title>
		<link>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-78</link>
		<pubDate>Thu, 21 Dec 2006 04:34:14 +0000</pubDate>
		<guid>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-78</guid>
					<description>I think the docs are wrong 

MultiUserChat muc = new MultiUserChat(conn1, "myroom@conference.jabber.org");

// Create the room

muc.create("testbot");

shouldn't it be testbot not myroom

MultiUserChat muc = new MultiUserChat(conn1, "testbot@conference.jabber.org");

Thanks MaTT</description>
		<content:encoded><![CDATA[<p>I think the docs are wrong </p>
<p>MultiUserChat muc = new MultiUserChat(conn1, &#8220;myroom@conference.jabber.org&#8221;);</p>
<p>// Create the room</p>
<p>muc.create(&#8221;testbot&#8221;);</p>
<p>shouldn&#8217;t it be testbot not myroom</p>
<p>MultiUserChat muc = new MultiUserChat(conn1, &#8220;testbot@conference.jabber.org&#8221;);</p>
<p>Thanks MaTT
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Maxim</title>
		<link>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-34</link>
		<pubDate>Wed, 13 Dec 2006 17:36:10 +0000</pubDate>
		<guid>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-34</guid>
					<description>Seems, this problem is already described on developer forum:
http://www.igniterealtime.org/forum/thread.jspa?messageID=132651&#38;#132651
http://www.igniterealtime.org/forum/thread.jspa?messageID=132471&#38;#132471

The problem is that XMPPConnection.close() does not free resources.</description>
		<content:encoded><![CDATA[<p>Seems, this problem is already described on developer forum:<br />
<a href="http://www.igniterealtime.org/forum/thread.jspa?messageID=132651&amp;#132651" rel="nofollow">http://www.igniterealtime.org/forum/thread.jspa?messageID=132651&amp;#132651</a><br />
<a href="http://www.igniterealtime.org/forum/thread.jspa?messageID=132471&amp;#132471" rel="nofollow">http://www.igniterealtime.org/forum/thread.jspa?messageID=132471&amp;#132471</a></p>
<p>The problem is that XMPPConnection.close() does not free resources.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: matt</title>
		<link>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-31</link>
		<pubDate>Wed, 13 Dec 2006 15:56:07 +0000</pubDate>
		<guid>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-31</guid>
					<description>Maxim,

Can you post more about your issue in the forums? We're not aware of any memory leaks, but will look into and fix any issues you report!

Regards,
Matt</description>
		<content:encoded><![CDATA[<p>Maxim,</p>
<p>Can you post more about your issue in the forums? We&#8217;re not aware of any memory leaks, but will look into and fix any issues you report!</p>
<p>Regards,<br />
Matt
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Maxim</title>
		<link>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-30</link>
		<pubDate>Wed, 13 Dec 2006 15:15:44 +0000</pubDate>
		<guid>http://www.igniterealtime.org/blog/2006/12/03/the-project-that-started-it-all/#comment-30</guid>
					<description>We are using smack 2.2.1 in our project on server side. Unfortunaly, we have discovered recently a memory leak in current smack release. It would be nice to work out a leak-free version of XMPP library. This memory leak prevents us to use current smack implementation in final release.</description>
		<content:encoded><![CDATA[<p>We are using smack 2.2.1 in our project on server side. Unfortunaly, we have discovered recently a memory leak in current smack release. It would be nice to work out a leak-free version of XMPP library. This memory leak prevents us to use current smack implementation in final release.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
