<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Blog Posts From Ignite Realtime Blog Tagged With planetjabber</title>
    <link>http://www.igniterealtime.org/community/blogs/ignite</link>
    <description>Ignite Realtime Blog</description>
    <pubDate>Mon, 22 Jun 2009 17:46:48 GMT</pubDate>
    <generator>Jive SBS 3.0.2 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-06-22T17:46:48Z</dc:date>
    <item>
      <title>Introducing Tinder, an XMPP object implementation library</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2009/06/22/introducing-tinder-an-xmpp-object-implementation-library</link>
      <description>&lt;!-- [DocumentBodyStart:e930c253-ba41-452a-98bc-38c5df0f6b3e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We've just released a new project, named Tinder. Tinder is a new Java based XMPP library, providing an implementation for XMPP stanzas and components.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tinders origins lie in code that's shared between Jive Software's Openfire and Whack implementations. The implementation that's provided in Tinder hasn't been written again from scratch. Instead, code has been moved from the original projects into Tinder, preserving al of the existing features and functionality. Most of the code that's now in Tinder is based on the &lt;span style="font-family: courier new,courier;"&gt;org.xmpp&lt;/span&gt; package implementation that previously existed in Openfire and Whack. This is the code that defines classes such as Packet, JID, IQ, Component and their extensions. Additionally, some multi-purpose code (such as the DataForm and Result Set Management implementations have been moved to Tinder as well.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Why a new project?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Parts of the code of Openfire are useful in other contexts than that of an XMPP server implementation. Developers might, for instance, want to use the XMPP stanza implementation within other projects. Having to include Openfire as a dependency of such a project is quite a bit of overkill. In such an example, it would be useful to have a small project that you can include, that offers you a lightweight XMPP object implementation, without the rest of the features that Openfire offers. Enter Tinder. Tinder will allow developers to re-use parts of Openfire, without having to include Openfire itself.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;There's other benefits to Tinder though:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Tinder will replace some most of the duplicate code that's currently shared in Openfire, Whack and ConnectionManager projects. Removing duplicate code will make it easier to maintain and develop these projects. By delegating the implementation and maintenance of the low-level XMPP implementation, Openfire, Whack and other developers will be able to focus on the development that adds value to their project.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On the flip-side of that medal, you can argue that the 'core' code that will make up Tinder deserves a bit of dedicated development attention (unit tests, bug-tracking, stuff like that). This would benefit any attempt to really fine-tune the code, for example for high-performance tuning. Currently, the code is a bit put in the shadows of the other projects (of which they are part of).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, will this replace Smack (the library that provides the base of Spark)?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No, definitely not. Smack offers a full-fledged XMPP client implementation, while Tinder only defines some XMPP building blocks. Tinder provides some basic objects on which a client library such as Smack could be build. However, Smack does not share the same code base as Openfire and Whack do. It's therefor unlikely that Tinder and Smack will be merged in the foreseeable future - there's simply to much difference.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What's next?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We've wrapped up a &lt;a class="jive-link-wiki-small" href="http://www.igniterealtime.org/community/docs/DOC-1844"&gt;initial roadmap&lt;/a&gt;, in which we capture the first steps of the development of Tinder. As always, you're invited to contribute. We're looking forward to hear your suggestions, thoughts and ideas. If you're interested, you can find more information on the new &lt;a class="jive-link-community-small" href="http://www.igniterealtime.org/community/community/developers/tinder"&gt;Tinder-related community space&lt;/a&gt; and &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/tinder"&gt;project page&lt;/a&gt; that have been opened on IgniteRealtime.org.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e930c253-ba41-452a-98bc-38c5df0f6b3e] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">release</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">announcement</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">tinder</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">project</category>
      <pubDate>Mon, 22 Jun 2009 23:42:32 GMT</pubDate>
      <author>guus.der.kinderen@gmail.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2009/06/22/introducing-tinder-an-xmpp-object-implementation-library</guid>
      <dc:date>2009-06-22T23:42:32Z</dc:date>
      <clearspace:dateToText>1 week, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/introducing-tinder-an-xmpp-object-implementation-library</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1589</wfw:commentRss>
    </item>
    <item>
      <title>Announcing Jive SBS 3.0</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2009/03/10/announcing-jive-sbs-30</link>
      <description>&lt;!-- [DocumentBodyStart:b2639432-f4d7-4f42-80be-c478806bd347] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The Igniterealtime.org community is always part of the beta process for new &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com"&gt;Jive&lt;/a&gt; software releases. The beta feedback we've gotten from community members over the past several weeks has been great. During the beta, some sharp-eyed community members (including &lt;a class="jive-link-profile-small" href="http://www.igniterealtime.org/community/people/wroot"&gt;wroot&lt;/a&gt;) noticed that the "powered by" message that appears at the bottom of every community page had changed from Clearspace to Jive SBS. Not wanting to let the cat out of the bag, we quickly hacked back in a "Powered by Clearspace 3.0" message. &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt; Now it's official: Clearspace has been re-named and we're officially announcing &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/products"&gt;Jive SBS 3.0&lt;/a&gt;! The release is packed full of great new features that I hope you've all been enjoying during the beta. A couple of the improvements that I think are especially great for Ignite: searching is now up to ten times faster and we use image sprites so that pages load faster.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For full details on the release, check out the &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/jivespace/blogs/jivetalks/2009/03/10/welcome-to-the-social-business-revolution--introducing-jive-sbs-30"&gt;announcement&lt;/a&gt;. And for a look at what Jive is all about lately, check out our &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/resources/manifesto"&gt;manifesto&lt;/a&gt;. Thanks again for all your feedback during the beta!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2639432-f4d7-4f42-80be-c478806bd347] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">jive</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sbs</category>
      <pubDate>Tue, 10 Mar 2009 06:55:54 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2009/03/10/announcing-jive-sbs-30</guid>
      <dc:date>2009-03-10T06:55:54Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/announcing-jive-sbs-30</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1585</wfw:commentRss>
    </item>
    <item>
      <title>Smack 3.1.0 Beta 1 Released</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/10/31/smack-310-beta-1-released</link>
      <description>&lt;!-- [DocumentBodyStart:28f06088-51f0-4f1f-b773-e8c98af39952] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We've released the first beta of Smack 3.1.0. Although it's been about a year since the last release, this version is jam-packed with great new features and bug fixes. Check out the &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/builds/smack/docs/3.1.0.beta1/changelog.html"&gt;changelog&lt;/a&gt; for full details.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We expect the beta process on the release to be relatively quick, but much will depend on the stability feedback we get. There are also a few last changes that we're looking to get in before the final release.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28f06088-51f0-4f1f-b773-e8c98af39952] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">smack</category>
      <pubDate>Fri, 31 Oct 2008 05:20:34 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/10/31/smack-310-beta-1-released</guid>
      <dc:date>2008-10-31T05:20:34Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/smack-310-beta-1-released</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1571</wfw:commentRss>
    </item>
    <item>
      <title>Book Release: Openfire Administration</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/10/14/book-release-openfire-administration</link>
      <description>&lt;!-- [DocumentBodyStart:aaa54743-509c-4c4a-9b1d-c76fb94a1b1a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;a href="http://ecx.images-amazon.com/images/I/41lJkkJ-t6L._SL500_BO2,204,203,200_AA219_PIsitb-sticker-dp-arrow,TopRight,-24,-23_SH20_OU01_.jpg"&gt;&lt;img alt="http://ecx.images-amazon.com/images/I/41lJkkJ-t6L._SL500_BO2,204,203,200_AA219_PIsitb-sticker-dp-arrow,TopRight,-24,-23_SH20_OU01_.jpg" class="jive-image" src="http://ecx.images-amazon.com/images/I/41lJkkJ-t6L._SL500_BO2,204,203,200_AA219_PIsitb-sticker-dp-arrow,TopRight,-24,-23_SH20_OU01_.jpg" style="float: right;"/&gt;&lt;/a&gt;A great book about installing and administering Openfire has been released: &lt;a class="jive-link-external-small" href="http://www.amazon.com/Openfire-Administration-Mayank-Sharma/dp/1847195261/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1224002456&amp;amp;sr=8-1"&gt;Openfire Administration&lt;/a&gt;, by Mayank Sharma (a contributing editor at Linux.com). Some of the topics covered:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Installing Openfire&lt;/li&gt;&lt;li&gt;Administration of server settings and users&lt;/li&gt;&lt;li&gt;Integration with Active Directory and LDAP&lt;/li&gt;&lt;li&gt;Tuning Openfire for large numbers of users and high performance&lt;/li&gt;&lt;li&gt;Enterprise features like logging and auditing&lt;/li&gt;&lt;li&gt;Much more...&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So far, I've only just started reading through the book in detail. The writing seems to be clear and detailed, while keeping a light-hearted tone. I also love the fact that the author includes lots of pictures -- it makes understanding some of the administration tasks much simpler.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're thrilled to see the first book about an Igniterealtime Open Source project. If you get a chance to check it out, please let us know what you think.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aaa54743-509c-4c4a-9b1d-c76fb94a1b1a] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">book</category>
      <pubDate>Tue, 14 Oct 2008 17:10:28 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/10/14/book-release-openfire-administration</guid>
      <dc:date>2008-10-14T17:10:28Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/book-release-openfire-administration</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1569</wfw:commentRss>
    </item>
    <item>
      <title>Whack and SparkWeb have graduated. Help me congratulate them!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/07/14/whack-and-sparkweb-have-graduated-help-me-congratulate-them</link>
      <description>&lt;!-- [DocumentBodyStart:2cb152dc-7905-46d9-bc07-e59bae54d0c7] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/whack/index.jsp"&gt;Whack&lt;/a&gt; 1.0 has been released. Whack is our Open Source XMPP (Jabber) component library for XMPP components. External components are processes that run outside of the Openfire's process but can connect to the server to register new XMPP service. Whack is an implementation of &lt;a class="jive-link-external-small" href="http://www.xmpp.org/extensions/xep-0114.html"&gt;XEP-0114: Jabber Component Protocol&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Unlike the other igniterealtime products, Whack followed a different evolution path. We started coding Whack around November 2004 and after a few months it was operational. Openfire and Whack share the same component's API so around 2005 we were able to run Fastpath as an internal component (i.e. running in the Openfire's process) or just move it as an external component using Whack. It was impressive seeing the same code running as internal and external. Since then Whack continued to evolve but always at a very slow pace. Whack was always stable in each step but it was just not ready for prime time. We wanted to keep adding more things to it to reach a 1.0 release. Since our collaboration software &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/products"&gt;Clearspace&lt;/a&gt; uses Whack to &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/blogs/clearspace/2008/07/07/chats-in-spaces-projects-and-social-groups"&gt;integrate with Openfire&lt;/a&gt; we needed to push the boundaries of Whack once again and I'm happy to say that we now reached the 1.0 release. And that is why we decided to make a public release in 2008 after 4 years of continuous but slow growth.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A few months ago we also released a new product called SparkWeb. SparkWeb is our Open Source web-based IM client. SparkWeb is based on XIFF just like Spark is based on Smack. Today we updated the &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/index.jsp"&gt;products page&lt;/a&gt; to list SparkWeb as an official product. Welcome SparkWeb! The family has grown a little bit now. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can get Whack from &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/downloads/index.jsp#whack"&gt;here&lt;/a&gt;. Questions could be posted to the &lt;a class="jive-link-community-small" href="http://www.igniterealtime.org/community/community/developers/whack_dev"&gt;Whack forum&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SparkWeb can be downloaded from &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/downloads/index.jsp#sparkweb"&gt;here&lt;/a&gt;. If you want to build from the source code you can read the &lt;a class="jive-link-wiki-small" href="http://www.igniterealtime.org/community/docs/DOC-1510"&gt;Getting and Building SparkWeb&lt;/a&gt; document.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2cb152dc-7905-46d9-bc07-e59bae54d0c7] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">whack</category>
      <pubDate>Mon, 14 Jul 2008 23:10:46 GMT</pubDate>
      <author>gaston@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/07/14/whack-and-sparkweb-have-graduated-help-me-congratulate-them</guid>
      <dc:date>2008-07-14T23:10:46Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/whack-and-sparkweb-have-graduated-help-me-congratulate-them</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1540</wfw:commentRss>
    </item>
    <item>
      <title>Webchat client of Fastpath is now available</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/06/04/webchat-client-of-fastpath-is-now-available</link>
      <description>&lt;!-- [DocumentBodyStart:76471208-92aa-4936-8861-1800e52b9b69] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The Fastpath product allows a company to provide support through the web. Users can use their own XMPP client or the provided web client to initiate a chat request. The request will be routed to the proper queue and agents will be offered the chance to answer the request.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Today we made the source code of the web client part of Fastpath available and a new version was released with the change in the license. You can download the new version from the &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins.jsp"&gt;plugins page&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Use the following SVN access to get the source code of the web client:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;span&gt;svn co &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://svn.igniterealtime.org/svn/repos/fastpath/webchat/trunk" target="_blank"&gt;http://svn.igniterealtime.org/svn/repos/fastpath/webchat/trunk&lt;/a&gt;&lt;span&gt; webchat&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The web chat client relies on the workgroup API that has not been moved to the open source repository yet. That is our last task in this long process of making Fastpath open source.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Enjoy,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; -- Gato&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:76471208-92aa-4936-8861-1800e52b9b69] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">enterprise</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">fastpath</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">open-source</category>
      <pubDate>Wed, 04 Jun 2008 21:32:51 GMT</pubDate>
      <author>gaston@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/06/04/webchat-client-of-fastpath-is-now-available</guid>
      <dc:date>2008-06-04T21:32:51Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/webchat-client-of-fastpath-is-now-available</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1539</wfw:commentRss>
    </item>
    <item>
      <title>New open source plugins with enterprise features are now available</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/05/13/new-open-source-plugins-with-enterprise-features-are-now-available</link>
      <description>&lt;!-- [DocumentBodyStart:f99928e7-5671-487d-8100-6d65509c02f5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;It took us some time but we finally made it. The Enterprise Edition plugin has been broken into smaller open source plugins as mentioned in the &lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/turning-openfire-enterprise-into-an-open-source-product"&gt;Turning Openfire Enterprise into an open source product&lt;/a&gt; blog post.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The new plugins can be found here:&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins/monitoring.jar"&gt;Monitoring Service&lt;/a&gt; &lt;em&gt;(released on Apr 24, 2008)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins/fastpath.jar"&gt;Fastpath Service&lt;/a&gt; &lt;em&gt;(released on Apr 24, 2008)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins/clustering.jar"&gt;Clustering Plugin&lt;/a&gt; &lt;em&gt;(released on May 6, 2008)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins/clientControl.jar"&gt;Client Control&lt;/a&gt; &lt;em&gt;(released on May 13, 2008)&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With these new plugins the total number of official &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins.jsp"&gt;open source plugins&lt;/a&gt; is now 17. If we add the clustering plugin that is commercial and the 3 &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins-beta.jsp"&gt;beta plugins&lt;/a&gt; that includes the popular &lt;strong&gt;Red5&lt;/strong&gt; plugin the total number of plugins comes up to 21. Finally, more plugins can be found in the &lt;a class="jive-link-wiki-small" href="http://www.igniterealtime.org/community/docs/DOC-1041"&gt;Non-Jive Openfire Plugins&lt;/a&gt; document.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Enjoy,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The Openfire Team&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f99928e7-5671-487d-8100-6d65509c02f5] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">open-source</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire-enterprise</category>
      <pubDate>Tue, 13 May 2008 23:52:15 GMT</pubDate>
      <author>gaston@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/05/13/new-open-source-plugins-with-enterprise-features-are-now-available</guid>
      <dc:date>2008-05-13T23:52:15Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>32</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/new-open-source-plugins-with-enterprise-features-are-now-available</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1538</wfw:commentRss>
    </item>
    <item>
      <title>Open-Even-More-Fire 3.5.1 Released!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/25/openevenmorefire-351-released</link>
      <description>&lt;!-- [DocumentBodyStart:9b26e633-a291-426c-94b0-45887f64a657] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We are pleased to announce the release of Openfire 3.5.1, now with even more openness!&amp;nbsp; This release represents the first stage of the Enterprise plugin split into open source plugins.&amp;nbsp; We're very excited to be able to provide these to everyone for free, and seeing what the community does with them, both in terms of contributed code and use case scenarios.&amp;nbsp; So lets talk about some specifics.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;&lt;span&gt;New Plugins!&lt;/span&gt;&lt;/h4&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Monitoring: Adds support for server statistics and chat archiving and reports.&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Fastpath: Support for managed queued chat requests, such as a support team might use.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These are the first two pieces of the open sourced Enterprise plugin.&amp;nbsp; Client management is coming very soon, as is clustering.&amp;nbsp; SparkWeb will also be released tomorrow as a separate product.&amp;nbsp; So you might be wondering, hey, why is there an Openfire Enterprise 3.5.1?&amp;nbsp; Well, due to the lack of all of the plugins being available right now, we've provide 3.5.1 for existing enterprise customers to make use of.&amp;nbsp; It includes some important clustering fixes though!&amp;nbsp; (as will the clustering plugin when it is release)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;&lt;span&gt;Important, Seriously, Pay Attention, Read This&lt;/span&gt;&lt;/h4&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="jive-quote"&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you install the Monitoring and/or Fastpath plugin, make absolute sure that you &lt;strong&gt;read the readme&lt;/strong&gt; first!&amp;nbsp; There are included instructions for how to migrate your database from the Enterprise plugin to the new plugin database tables.&amp;nbsp; If you have &lt;strong&gt;ever&lt;/strong&gt; run the Enterprise plugin or the old Fastpath plugin before it was integrated with Enterprise, make sure you don't forget this or you will be unhappy!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;&lt;span&gt;Big Connection Manager Improvements&lt;/span&gt;&lt;/h4&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The connection managers have been updated to bring HTTP binding up to date and a couple of library upgrades that include a number of improvements.&amp;nbsp; It is important to note though that the conf/manager.xml file has been updated and you will need to update yours as well.&amp;nbsp; The new http binding section that you will need to add is described &lt;a class="jive-link-wiki-small" href="http://www.igniterealtime.org/community/docs/DOC-1514"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;&lt;span&gt;Ok Fine, Where Do I Get It?&lt;/span&gt;&lt;/h4&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can download Openfire 3.5.1 &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/downloads/index.jsp"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can see the entire changelog &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/builds/openfire/docs/latest/changelog.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can view the documentation for 3.5.1 &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/index.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Plugins can be downloaded from the admin console or &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins.jsp"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9b26e633-a291-426c-94b0-45887f64a657] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">release</category>
      <pubDate>Fri, 25 Apr 2008 02:22:16 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/25/openevenmorefire-351-released</guid>
      <dc:date>2008-04-25T02:22:16Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>45</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/openevenmorefire-351-released</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1535</wfw:commentRss>
    </item>
    <item>
      <title>SparkWeb Open Source</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/23/sparkweb-open-source</link>
      <description>&lt;!-- [DocumentBodyStart:b19a4c77-a980-437c-b7cb-9e8923bef011] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Earlier today I exported our svn repository for SparkWeb and committed the intial import to the new open source repository! Instructions for getting and building the source are available. &lt;a class="jive-link-wiki-small" href="http://www.igniterealtime.org/community/docs/DOC-1510"&gt;Getting and Building SparkWeb&lt;/a&gt;&lt;span&gt;. A chat room for discussion of SparkWeb development can be found at &lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:sparkweb@conference.igniterealtime.org" target="_blank"&gt;sparkweb@conference.igniterealtime.org&lt;/a&gt;&lt;span&gt;. I'm looking forward to seeing what the community can do! &lt;/span&gt;&lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b19a4c77-a980-437c-b7cb-9e8923bef011] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">open_source</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">release</category>
      <pubDate>Wed, 23 Apr 2008 00:37:59 GMT</pubDate>
      <author>david@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/23/sparkweb-open-source</guid>
      <dc:date>2008-04-23T00:37:59Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>20</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/sparkweb-open-source</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1534</wfw:commentRss>
    </item>
    <item>
      <title>Openfire is Lookin' Hot!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/08/openfire-is-lookin-hot</link>
      <description>&lt;!-- [DocumentBodyStart:a0d29772-be1b-4855-adba-0ff611db0814] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;As you may have already seen, Openfire 3.5.0 was &lt;a class="jive-link-message-small" href="http://www.igniterealtime.org/community/message/168070#168070"&gt;released&lt;/a&gt; today alongside it's good friend &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/products/clearspace"&gt;Clearspace 2.0&lt;/a&gt;!&amp;nbsp; We are excited to put out this release as it strolls alongside a number of new announcements, new features, and is sporting a brand new outfit in the form of a new look and feel for the admin interface.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, in light of the announcements regarding the Enterprise plugin becoming open source, you may be wondering why you can see an updated Enterprise plugin available.&amp;nbsp; We are providing this plugin for our existing enterprise customers until the separate split-up plugins are released.&amp;nbsp; Those of you waiting for the open source releases, please stay tuned!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For our Clearspace customers, this new version of Openfire integrates at a much more intense level than before.&amp;nbsp; Instead of simply providing presence to Clearspace, and requiring you to point both Clearspace and Openfire at something like LDAP to have the same login setup, you can now have Openfire speak directly to Clearspace.&amp;nbsp; It will pull it's users and groups, as well as pass authentication through Clearspace.&amp;nbsp; Setup is a breeze, as you have one screen of setup in Clearspace and one screen of setup in Openfire and you are done.&amp;nbsp; And we're not stopping there.&amp;nbsp; Future releases will include even more integrations between the two!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is Clearspace integration the only new thing in Openfire 3.5.0?&amp;nbsp; Of course not!&amp;nbsp; We've now got the ability to disable accounts, security audit logs for admin events, easy to take advantage of invisibility, and did I mention the pretty new admin interface?&amp;nbsp; We went over a lot of these new features in a &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/03/11/openfire-350-release-candidate-1-now-available"&gt;previous blog post&lt;/a&gt;, so I won't bore you with a complete rehash of all of them.&amp;nbsp; &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/wink.gif" width="16px"/&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One word of warning, due to the nature of CSS not wanting to easily refresh itself, you may need to shift-reload in your browser for the new admin console to look correct.&amp;nbsp; And don't forget to update your plugins after upgrading to 3.5.0!&amp;nbsp; Some of them are affected by API changes!&amp;nbsp; (specifically: User Search, IM Gateway, MOTD, and SIP)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This has been a very exciting day for us here at Jive and we hope exciting for you as well!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;You can download Openfire 3.5.0 &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/downloads/index.jsp"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can see the entire changelog &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/builds/openfire/docs/latest/changelog.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can view the documentation for 3.5.0 &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/index.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Plugins can be downloaded from the admin console or &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/openfire/plugins.jsp"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a0d29772-be1b-4855-adba-0ff611db0814] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">release</category>
      <pubDate>Tue, 08 Apr 2008 00:40:18 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/08/openfire-is-lookin-hot</guid>
      <dc:date>2008-04-08T00:40:18Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/openfire-is-lookin-hot</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1533</wfw:commentRss>
    </item>
    <item>
      <title>Turning Openfire Enterprise into an open source product</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/turning-openfire-enterprise-into-an-open-source-product</link>
      <description>&lt;!-- [DocumentBodyStart:f4efad84-934a-4d32-ba10-17e9c8cc1b25] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We're in the process of making the Openfire Enterprise module Open Source (&lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/openfire-enterprise-is-becoming-open-source"&gt;see Matt's blog&lt;/a&gt;). The Enterprise module provided several areas of functionality that were available as a single plugin. A quick list:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Reporting&lt;/strong&gt; - a dashboard with statistics about server load, user sessions, chats, groupchats, etc. and support for executing reports.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Chat archiving&lt;/strong&gt; - support for tracking conversations taking place on the server. Both one-to-one and groupchat conversations can be archived.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;SparkWeb client&lt;/strong&gt; - the web-based version of the successful Spark client.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Clustering&lt;/strong&gt; - support for running several machines hosting the same domain. Thus adding fail-over and better scalability of the server.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Client control&lt;/strong&gt; - controls whether certain features are available or not in the Spark client (e.g. file transfer, broadcast, groupchat, etc.). Moreover, it is also possible to specify which clients can connect to the server, push new versions of the Spark client and populate rosters with groupchat bookmarks.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Fastpath&lt;/strong&gt; - provides rich web-based click-to-chat functionality with support for requests to the best available operator in queues. It's ideal for web-based realtime helpdesks.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Turning a commercial product into an open source product implies more effort that one would initially estimate. Therefore, we are going to break this process in two stages. During the first stage we will offer several plugins that will include the features listed above (with the exception of clustering). Our clustering solution relies on a commercial product and will not be made Open Source. The output of the first phase will be:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;strong&gt;Reporting and Chat transcripts plugin&lt;/strong&gt; - this plugin will include the &lt;strong&gt;reporting&lt;/strong&gt; and &lt;strong&gt;chat transcript&lt;/strong&gt; functionalities&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;strong&gt;SparkWeb&lt;/strong&gt; - SparkWeb will be available as a separate project and not as an Openfire plugin&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;strong&gt;Client Control plugin&lt;/strong&gt; - the ability to manage clients will be available as an Openfire plugin&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;strong&gt;Fastpath plugin&lt;/strong&gt; - the Fastpath application will be composed of an Openfire plugin and the WebChat plugin. The webchat.war plugin can be deployed to Openfire as a plugin or can be deployed to your application server (e.g. Tomcat) of choice.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The second stage of this process will include:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;&lt;strong&gt;Reporting and chat archiving&lt;/strong&gt; - This functionality was available as a plugin in stage one. For stage two we will evaluate making it part of the server itself.&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stage one is planned for &lt;strong&gt;April 27th, 2008&lt;/strong&gt;. That means that two weeks from now we will have most of the functionality included in the enterprise edition available as open source plugins. No clear date has been assigned to stage two but it should take place a few months after stage one.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4efad84-934a-4d32-ba10-17e9c8cc1b25] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">open-source</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire-enterprise</category>
      <pubDate>Mon, 07 Apr 2008 20:25:50 GMT</pubDate>
      <author>gaston@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/turning-openfire-enterprise-into-an-open-source-product</guid>
      <dc:date>2008-04-07T20:25:50Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>28</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/turning-openfire-enterprise-into-an-open-source-product</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1530</wfw:commentRss>
    </item>
    <item>
      <title>Openfire Enterprise is becoming Open Source</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/openfire-enterprise-is-becoming-open-source</link>
      <description>&lt;!-- [DocumentBodyStart:df33ec78-05f8-42d0-a98d-64efd76969ee] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm happy to announce that we're making most of Openfire Enterprise Open Source! First, a bit of context: for the past couple of years, one way that we (Jive Software) have monetized our Open Source work on Openfire and the other projects on igniterealtime.org has been through Openfire Enterprise. Openfire Enterprise addresses the Enterprise Instant Messaging (EIM) market by adding rich reporting, archiving, and control features on top of Openfire. Since we released Clearspace last year, Jive has become super-focused on social collaboration and communities. That's pretty different than the EIM market and it's become increasingly difficult for us to serve both markets with our limited resources. Instead, we want to focus our Openfire work on real-time social and collaborative features and monetize our Open Source efforts through &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/products/clearspace"&gt;Clearspace&lt;/a&gt; integrations.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;span&gt;Existing Customers&lt;/span&gt;&lt;/h5&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Discontinuing a commercial product is always a difficult decision and one of our biggest concerns is not leaving existing customers in a lurch. We'll continue to provide support for Openfire Enterprise through existing support contracts and believe that making the Enterprise components Open Source is the best possible outcome for customers given the options. We remain strongly committed to the Openfire project and are pretty excited about what's coming in the future.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;span&gt;A Few Details&lt;/span&gt;&lt;/h5&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Gato will have a follow-up blog post with a lot more details about what we're releasing as Open Source and how, but I wanted to highlight two items. Sparkweb is our flex-based web client based on &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/xiff/index.jsp"&gt;XIFF&lt;/a&gt; and will become Open Source. The client is already very feature rich and polished, and we're actively making many code improvements to it, as it's a shared code base with the real-time client features we're building into &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/products/clearspace"&gt;Clearspace&lt;/a&gt;. Second, the clustering functionality in Enterprise &lt;strong&gt;will not&lt;/strong&gt; be made Open Source. Part of the reason for this is that we use a third-party commercial library for clustering&amp;nbsp; that can't be Open-sourced.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;span&gt;Let's Go Get 'em&lt;/span&gt;&lt;/h5&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One of our hopes with this move is that the last possible objection to deploying XMPP-based instant messaging at every organization in the world is now removed. Now, everyone will have access to an open standards solution that satisfies all the needs of IT departments... &lt;strong&gt;for free&lt;/strong&gt;. We think that's great news for the community and getting our technology deployed even more widely is good for Jive Software as well. We hope you'll join us in spreading the word.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df33ec78-05f8-42d0-a98d-64efd76969ee] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire-enterprise</category>
      <pubDate>Mon, 07 Apr 2008 16:13:46 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/07/openfire-enterprise-is-becoming-open-source</guid>
      <dc:date>2008-04-07T16:13:46Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>32</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/openfire-enterprise-is-becoming-open-source</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1532</wfw:commentRss>
    </item>
    <item>
      <title>XIFF 3 Beta</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/04/02/xiff-3-beta</link>
      <description>&lt;!-- [DocumentBodyStart:4d8565b2-59ad-4b20-b427-131db98e9771] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm happy to announce that we've just released an initial beta of XIFF 3.0, our open source ActionScript library for building XMPP clients. Continuing along the path set by Sean and the previous developers of XIFF, we've moved to embrace ActionScript 3 and Flex, while adding significant functionality improvements at the same time. Highlights include BOSH support, VCard support, and redesigned APIs. Feedback is strongly requested; It has been quite a while since a XIFF release, and a lot of things have changed, so I will be interested to see how the community feels about the direction we've taken things.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some parts of this new release are still in a transitional stage. For example, SASL support is only available for BOSH connections at the moment. As more code is generalized between the BOSH and Socket connections, this limitation will go away.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d8565b2-59ad-4b20-b427-131db98e9771] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">flex</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">actionscript</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xiff</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">webapps</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">release</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">beta</category>
      <pubDate>Wed, 02 Apr 2008 22:40:58 GMT</pubDate>
      <author>david@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/04/02/xiff-3-beta</guid>
      <dc:date>2008-04-02T22:40:58Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/xiff-3-beta</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1531</wfw:commentRss>
    </item>
    <item>
      <title>Openfire Success Story: Saving Lives with Instant Messaging</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/03/23/openfire-success-story-saving-lives-with-instant-messaging</link>
      <description>&lt;!-- [DocumentBodyStart:d6262fb4-5a92-4f26-ace1-0d7a5ae071bb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Most every day, the United States is impacted by high impact weather events.&amp;nbsp; These events range from hurricanes to tornadoes to winter storms. The National Weather Service (NWS) is tasked with forecasting and warning about these high impact events to save lives and protect property.&amp;nbsp; The process of alerting and mitigating these high impact events involves the close collaboration of partners in the broadcast media who are federally mandated to relay weather alerts to the public, and emergency management who organize and respond to weather threats. Historically, these groups have operated on islands during weather events with one way communication systems providing data.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Starting in 2000, some parts of the country started experimenting with Instant Messaging technologies to bridge these islands during high impact weather.&amp;nbsp; At the time, these involved the use of proprietary protocols and clients in an ad-hoc manner.&amp;nbsp; In 2005, a group of interested parties in Iowa started looking for a scalable, secure, and open source / standards system that could provide the level of flexibility necessary to support the real time collaboration of broadcast media, the NWS, and emergency management. This effort was called &lt;a class="jive-link-external-small" href="https://iemchat.com"&gt;IEMChat&lt;/a&gt;.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After a perusal of IM technologies, IEMChat implemented XMPP and choose the Openfire server to power the project.&amp;nbsp; Openfire's ease of installation, functional administrative console, stability, and active support community has provided the foundation for the IEMChat project to flourish.&amp;nbsp; In a short 2 years, IEMChat's use has spread to over half of the country with 85+ NWS offices, 450+ broadcast media outlets, and hundreds of local emergency managers participating.&amp;nbsp; IEMChat has been put to use in recent high impact weather events such as the &lt;a class="jive-link-external-small" href="http://en.wikipedia.org/wiki/Super_Tuesday_Tornado_Outbreak_of_2008"&gt;Super Tuesday tornado outbreak&lt;/a&gt; that ravaged the states of Arkansas, Tennessee, Kentucky and other states.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-profile-small" href="http://www.igniterealtime.org/community/people/akrherz"&gt;Daryl Herzmann&lt;/a&gt;, IEMChat's primary developer who is based at Iowa State University,&amp;nbsp; says that Openfire has made the project possible. &amp;ldquo;Openfire provides us a robust and stable XMPP feature set supported by a fantastic community on Igniterealtime.org.&amp;nbsp; The developers' active support on the web forums and weekly chat has been outstanding and shown their commitment to improve Openfire to meet the needs of the community.&amp;#8221;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A huge thank you to Daryl for all of his contributions to the Ignite Realtime community and for providing us with details about this great Openfire success story!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d6262fb4-5a92-4f26-ace1-0d7a5ae071bb] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">success_story</category>
      <pubDate>Sun, 23 Mar 2008 17:42:00 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/03/23/openfire-success-story-saving-lives-with-instant-messaging</guid>
      <dc:date>2008-03-23T17:42:00Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/openfire-success-story-saving-lives-with-instant-messaging</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1528</wfw:commentRss>
    </item>
    <item>
      <title>Not just Openfire, all of Ignite Realtime is flying off the virtual shelves!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/03/20/not-just-openfire-all-of-ignite-realtime-is-flying-off-the-virtual-shelves</link>
      <description>&lt;!-- [DocumentBodyStart:4b69b043-c65f-4b2b-9544-7fa7951e81c6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;As it turns out, not long after hitting the 1,000,000 download mark on Openfire, we hit the 3,000,000 mark on the sum total of the Ignite Realtime products!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;a href="http://www.igniterealtime.org/community/servlet/JiveServlet/showImage/38-1529-1077/Picture+1.png"&gt;&lt;img height="127" src="http://www.igniterealtime.org/community/servlet/JiveServlet/downloadImage/38-1529-1077/229-127/Picture+1.png" width="229"/&gt;&lt;/a&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Many thanks to the community for your interest, involvement, and support!&amp;nbsp; Matt says it best in his &lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/blogs/jivetalks/2008/03/13/millions-of-downloads-for-openfire-and-the-ignite-realtime-products"&gt;post on Jive Talks&lt;/a&gt;, so I shall leave it at that.&amp;nbsp; =)&amp;nbsp; Guess it's time for more toasts to the Ignite Realtime community!&amp;nbsp; Thanks everyone!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b69b043-c65f-4b2b-9544-7fa7951e81c6] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">planetjabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">ignite_realtime</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">milestone</category>
      <pubDate>Thu, 20 Mar 2008 12:55:14 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/03/20/not-just-openfire-all-of-ignite-realtime-is-flying-off-the-virtual-shelves</guid>
      <dc:date>2008-03-20T12:55:14Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/not-just-openfire-all-of-ignite-realtime-is-flying-off-the-virtual-shelves</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1529</wfw:commentRss>
    </item>
  </channel>
</rss>

