<?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>Ignite Realtime Blog</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:b787f4f0-651e-456a-a8c5-263130e1c31b] --&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:b787f4f0-651e-456a-a8c5-263130e1c31b] --&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, 4 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:58be3dea-1918-4d5c-9f23-67f255326f13] --&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:58be3dea-1918-4d5c-9f23-67f255326f13] --&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>Adobe to Open Flash Platform Messaging Protocol</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2009/01/22/adobe-to-open-flash-platform-messaging-protocol</link>
      <description>&lt;!-- [DocumentBodyStart:3897ba77-e7d3-4cc5-89ec-b04269c965d9] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: 'Arial','sans-serif';"&gt;&lt;strong&gt;SAN JOSE, Calif. &amp;mdash; Jan. 20, 2009 &amp;mdash;&lt;/strong&gt; Adobe Systems Incorporated (Nasdaq:ADBE) today announced plans to publish the Real-Time Messaging Protocol (RTMP) specification, &lt;a class="jive-link-external-small" href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/200901/012009RTMP.html"&gt;more&lt;/a&gt;..&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: 'Arial','sans-serif';"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000000; font-family: 'Arial','sans-serif';"&gt;This is good news for the &lt;a class="jive-link-external-small" href="http://www.osflash.org/red5"&gt;Red5 project&lt;/a&gt; and the Red5 plugin for Openfire with the &lt;a class="jive-link-external-small" href="http://code.google.com/p/red5phone/"&gt;Red5phone Flash phone&lt;/a&gt;.&lt;/span&gt; &lt;span style="font-size: 10pt; color: #000000; font-family: 'Arial','sans-serif';"&gt;It will be interesting to see if the XMPP Standards council will give the &lt;a class="jive-link-external-small" href="http://xmpp.org/extensions/inbox/jingle-rtmp.html"&gt;Jingle RTMP Transport&lt;/a&gt; proposal another consideration.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3897ba77-e7d3-4cc5-89ec-b04269c965d9] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">flash</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">red5</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">jingle</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">red5phone</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">rmtp</category>
      <pubDate>Thu, 22 Jan 2009 21:04:10 GMT</pubDate>
      <author>dele@uk2.net</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2009/01/22/adobe-to-open-flash-platform-messaging-protocol</guid>
      <dc:date>2009-01-22T21:04:10Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/adobe-to-open-flash-platform-messaging-protocol</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1582</wfw:commentRss>
    </item>
    <item>
      <title>Igniterealtime.org Moving Servers</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/12/11/igniterealtimeorg-moving-servers</link>
      <description>&lt;!-- [DocumentBodyStart:e5a79b8a-a1b6-4edc-a6bb-eaf160aff6ba] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This Sunday, igniterealtime.org will move to a new server. The time window for moving the site is 12:00pm - 4:00pm (PST), but the expected downtime is fairly short. The server move will let us more rapidly respond to server issues and also to more easily roll out new services.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e5a79b8a-a1b6-4edc-a6bb-eaf160aff6ba] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">ignite_realtime</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">server_move</category>
      <pubDate>Thu, 11 Dec 2008 04:51:53 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/12/11/igniterealtimeorg-moving-servers</guid>
      <dc:date>2008-12-11T04:51:53Z</dc:date>
      <clearspace:dateToText>6 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/igniterealtimeorg-moving-servers</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1579</wfw:commentRss>
    </item>
    <item>
      <title>Develop your own Plugins for Red5 SparkWeb</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/12/08/develop-your-own-plugins-for-red5-sparkweb</link>
      <description>&lt;!-- [DocumentBodyStart:e6385cfa-b11d-4418-b05d-67e644ec479b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;After Gato made this suggestion in my &lt;a class="" href="http://www.igniterealtime.org/community/blogs/fastpath-added-to-sparkweb-with-red5-video-and-desktop-sharing"&gt;last blog&lt;/a&gt;, I decided to move this request to the top of my to-do list as I also need it for another project I am currently working on.&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://red5.4ng.net/gtms/user_tune.jpg"&gt;&lt;img alt="http://red5.4ng.net/gtms/user_tune.jpg" class="jive-image" src="http://red5.4ng.net/gtms/user_tune.jpg"/&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;&lt;em&gt;How does it work?&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;I am using the &lt;a class="jive-link-external-small" href="http://www.adobe.com/devnet/flex/samples/dashboard/dashboard.html"&gt;Flex Dashboard&lt;/a&gt; developed by &lt;a class="jive-link-external-small" href="http://www.esria.com"&gt;ESRIA&lt;/a&gt; which was donated to the Adobe Developer Connection. Plugins are presented in a pod layout called a View. Each View occupies a Tab in the SparkWeb ChatWindow. You can modify Views by dragging and dropping pods to a different location and minimizing, maximizing, and restoring pod windows. View changes are saved using a LocalSharedObject. View configuration data is loaded from sparkweb/plugins/plugins.xml with values in plugins.xml indicating which swf file to load for a particular pod within each View.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New;"&gt;&lt;a href="http://red5.4ng.net/gtms/plugins.jpg"&gt;&lt;img alt="http://red5.4ng.net/gtms/plugins.jpg" class="jive-image" src="http://red5.4ng.net/gtms/plugins.jpg"/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;span style="font-family: Courier New;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt; font-family: courier new,courier;"&gt;&amp;lt;views&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt; font-family: courier new,courier;"&gt;&amp;lt;view id="view0" label="Plugin Demo"&amp;gt;&lt;br/&gt;&amp;#160; &amp;lt;pod id="app01" title="User Moods" dataSource="plugins/moods.swf" /&amp;gt;&lt;br/&gt;&amp;#160; &amp;lt;pod id="app02" title="User Tunes" dataSource="plugins/usertunes.swf" /&amp;gt;&lt;br/&gt;&amp;#160; &amp;lt;pod id="app03" title="Demo" dataSource="plugins/demo.swf" /&amp;gt;&lt;br/&gt;&amp;lt;/view&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt; font-family: courier new,courier;"&gt;&amp;lt;/views&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SparkWeb will load each pod SWF file and call the method setParentApplication passing it the SparkWeb root Application object. From this object, you can navigate your way to access all other SparkWeb public objects and even add eventhandlers on events like NewMessage for example.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To get a feel of what can be done, I decided to implement the User Tunes and Moods PEP (personal eventing protocol) applications. See &lt;a class="jive-link-external-small" href="http://caustiq.esoteriq.org/nb/archives/2007/08/#e2007-08-19T21_56_08.txt"&gt;Armando Jagucki's blog&lt;/a&gt; for more details about PEP in Openfire. The source code to the demo plugins is in the src/plugins folder.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;For those interested, the latest version of Red5 Plugin for Openfire can be found at _&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://red5.4ng.net/red5-0.1.06.zip" target="_blank"&gt;http://red5.4ng.net/red5-0.1.06.zip&lt;/a&gt;&lt;span&gt;. Remove comments in plugins.xml to activate the demo.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e6385cfa-b11d-4418-b05d-67e644ec479b] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">flex</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">plugin</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">red5</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">pep</category>
      <pubDate>Mon, 08 Dec 2008 22:21:28 GMT</pubDate>
      <author>dele@uk2.net</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/12/08/develop-your-own-plugins-for-red5-sparkweb</guid>
      <dc:date>2008-12-08T22:21:28Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/develop-your-own-plugins-for-red5-sparkweb</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1576</wfw:commentRss>
    </item>
    <item>
      <title>Fastpath added to SparkWeb with Red5 video and desktop sharing</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/11/24/fastpath-added-to-sparkweb-with-red5-video-and-desktop-sharing</link>
      <description>&lt;!-- [DocumentBodyStart:b7e6f96e-3632-4e92-b248-3ebc97cddcd6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The latest version of the Openfire Red5 plugin supports Openfire Fastpath and Webchat plugins from SparkWeb.&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-external-small" href="http://red5.4ng.net/red5-0.1.04.zip"&gt;http://red5.4ng.net/red5-0.1.04.zip&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;You can now use SparkWeb as a support agent to a workgroup queue and engage in a live support chat with a remote Webchat user on a website. It is fully compatible with Spark, but does not have all the Fastpath features of Spark yet.&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://red5.4ng.net/gtms/Image13.jpg"&gt;&lt;img alt="http://red5.4ng.net/gtms/Image13.jpg" class="jive-image" src="http://red5.4ng.net/gtms/Image13.jpg"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;It will also let a support agent start a Red5 audio/video conference or desktop share session with the remote user.&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://red5.4ng.net/gtms/Image4a.jpg"&gt;&lt;img alt="http://red5.4ng.net/gtms/Image4a.jpg" class="jive-image" src="http://red5.4ng.net/gtms/Image4a.jpg"/&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;The requests will appear as Webchat co-browsing requests. The user clicks on the link to start the video conference in a web browser window.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b7e6f96e-3632-4e92-b248-3ebc97cddcd6] --&gt;</description>
      <pubDate>Mon, 24 Nov 2008 01:14:58 GMT</pubDate>
      <author>dele@uk2.net</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/11/24/fastpath-added-to-sparkweb-with-red5-video-and-desktop-sharing</guid>
      <dc:date>2008-11-24T01:14:58Z</dc:date>
      <clearspace:dateToText>7 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/fastpath-added-to-sparkweb-with-red5-video-and-desktop-sharing</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1573</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:314d53db-2e9e-4582-90b2-53df3b95b771] --&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:314d53db-2e9e-4582-90b2-53df3b95b771] --&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>What We're Working On</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/10/31/what-were-working-on</link>
      <description>&lt;!-- [DocumentBodyStart:449e2d30-fc5c-47fc-92c9-58e673fefa25] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Gato and I are sitting together drinking beers and hacking on Ignite code. After a hiatus (too long), we're both back to working on Smack and Openfire weekly. As I'm writing this, Gato is doing some super low level Java debugging to figure out a strange XML parsing error that we're seeing when running the Smack test cases. Assuming we get to the bottom of the problem, we plan to package up and release a new beta release of Smack. It includes lots of great improvements, but I'll leave the details for the next blog post. We have several goals around our weekly hackathons:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Jump start software release&lt;/strong&gt;s -- it's time to get more regular releases of all the projects going again.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Recruit and empower community leaders&lt;/strong&gt; -- there's already a large number of people in the Ignite community doing some amazing work on the code. Now it's time to equip them with the tools to be as effective as possible and to let them take on more explicit leadership roles.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Have some fun&lt;/strong&gt; -- hence the beer &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're looking forward to demonstrating progress and to keeping the Ignite projects at the forefront of the XMPP world.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:449e2d30-fc5c-47fc-92c9-58e673fefa25] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">smack</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">we_are_back</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">beer</category>
      <pubDate>Fri, 31 Oct 2008 03:15:57 GMT</pubDate>
      <author>matt@jivesoftware.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/10/31/what-were-working-on</guid>
      <dc:date>2008-10-31T03:15:57Z</dc:date>
      <clearspace:dateToText>8 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>22</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/what-were-working-on</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1570</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:ad82c201-b5f5-4482-a950-e4d8e5f9ab0a] --&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:ad82c201-b5f5-4482-a950-e4d8e5f9ab0a] --&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>Clearspace and Openfire with SparkWeb</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/10/12/clearspace-and-openfire-with-sparkweb</link>
      <description>&lt;!-- [DocumentBodyStart:985126a8-a0b1-4806-8d67-4025c34c212a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I use Openfire and SparkWeb everyday and recently starting evaluating Clearspace to power the community I am building for my wife's education consultancy (&lt;a class="jive-link-external-small" href="http://www.inspiredfutures.co.uk"&gt;www.inspiredfutures.co.uk&lt;/a&gt;). As I had limited computing power and memory to work with on my hosted server, it became expedient that I needed to integrate all three products under the same web server and Java JVM.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;The first thing I did was to make an openfire plugin out of Clearspace&lt;/em&gt;&lt;/p&gt;&lt;p style="padding-left: 30px;"&gt;&lt;em&gt;The next thing I did was to enable SparkWeb display an HTML page from its chat container&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://red5.4ng.net/gtms/Image14.jpg"&gt;&lt;img alt="http://red5.4ng.net/gtms/Image14.jpg" class="jive-image" height="293" src="http://red5.4ng.net/gtms/Image14.jpg" width="454"/&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;The result is what you see above and I am very pleased with it (chuffed as we say in the UK). The benefits of integrating Openfire and Clearspace has already been mentioned &lt;a class="" href="http://www.igniterealtime.org/community/blogs/openfire-360-has-been-released"&gt;here &lt;/a&gt;. Adding SparkWeb to that combination in order to have realtime messaging, desktop sharing, Red5 audio/video calling and a SIP phone makes a compelling case for me to use Clearspace &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.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;I have reservations about real-time integration with web applications that use the MVC model based on Stuts like Clearspace or even PHP applications like SugarCRM. Even Salesforce.com also falls into the same group because they all build their UI on the server and everytime the user does anything that requires a server fetch, the screen goes all blank while you wait for the whole page to be rebuilt from server-side Java code.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Putting a softphone or an IM client as a widget in these applications requires constant connect/disconnect cycles as the user moves from page to page. It reminds me of my attempt to build a real-time application on an Apple iPhone and a softphone in Salesforce.com. What we need is to be able to keep our widgets UI resident on the client as well as the user session in the plugin on the server. I am curious to see how Jive Software implements the realtime widgets in Clearspace.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In the meantime, I am happy to make SparkWeb my container for real-time web applications as I am getting biased towards Adobe's open-source Flex as my de-facto web client application development platform. I learnt a lot from studying the SparkWeb code &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/wink.gif" width="16px"/&gt; and I am planing on developing some Clearspace widgets that use SparkWeb's features through the Javascript External Interface to make the integration complete.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you want to use SparkWeb as a container for your web applications as I have done, pick up the latest version of the Red5 plugin from &lt;a class="" href="http://www.igniterealtime.org/community/blogs/openfire-360-has-been-released"&gt;here.&lt;/a&gt; Copy and edit index.html. Change the &lt;strong&gt;httpLabel&lt;/strong&gt; and &lt;strong&gt;httpURL&lt;/strong&gt; parameters to your preference.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:985126a8-a0b1-4806-8d67-4025c34c212a] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">red5</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">webapps</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">open-source</category>
      <pubDate>Sun, 12 Oct 2008 00:09:12 GMT</pubDate>
      <author>dele@uk2.net</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/10/12/clearspace-and-openfire-with-sparkweb</guid>
      <dc:date>2008-10-12T00:09:12Z</dc:date>
      <clearspace:dateToText>8 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/clearspace-and-openfire-with-sparkweb</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1568</wfw:commentRss>
    </item>
    <item>
      <title>Openfire 3.6.0 has been released!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/08/27/openfire-360-has-been-released</link>
      <description>&lt;!-- [DocumentBodyStart:3f82740c-9a38-4ee2-8388-2b4875659369] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We are very pleased to announce the release of Openfire 3.6.0!&amp;nbsp; It has been a long time coming and may well include the highest number of bug fixes and improvements we've ever had in a single release.&amp;nbsp; Don't quote me on that, but it's certainly the largest number I recall seeing.&amp;nbsp; =)&amp;nbsp; While the bulk of them are bug fixes, there are a couple of big improvements I would like to highlight!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;Clearspace Integration Improvements&lt;/h4&gt;&lt;p&gt;We've improved upon the integration between Openfire and Clearspace quite a bit.&amp;nbsp; Most are bug fixes and performance improvements, but also some new backend features that further solidify the bond if it is set up.&amp;nbsp; Openfire now includes a Clearspace tab when integration is enabled so help make sure the link is performing properly.&amp;nbsp; On top of that, there are a lot of features in place in preparation for the addition of real time chat support in Clearspace.&amp;nbsp; More information will come on that at a later date.&amp;nbsp; We've also renamed the tables Openfire uses to make it easier to install it alongside other products in the same database, if you so choose.&amp;nbsp; The automatic upgrade procedures will take care of all of the hard work for you, so you shouldn't need to give it a second though.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;LDAP Support Improvements&lt;/h4&gt;&lt;p&gt;Openfire's LDAP support had some holes in it here and there that should be filled now.&amp;nbsp; Altbasedn, for example, was not used everywhere.&amp;nbsp; There is now support for alias following (or rather, turning it off), paged results (to make sure to get all of the available results instead of a subset), and a number of bug fixes for existing functionality.&amp;nbsp; Internally, a lot of the code has been cleaned up.&amp;nbsp; I still have a couple of things up my sleeve here and there for a future release, but I'm quite pleased with how this is looking now.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;Multiple Conference Services&lt;/h4&gt;&lt;p&gt;Every wished you could have more than one conference service set up with different rules?&amp;nbsp; Maybe you wanted one for public access with no room creation rules and restrictions, but also wanted an internal "protected" service that abided by strict rules.&amp;nbsp; Maybe you just wanted to set up some sort of specialized set.&amp;nbsp; Maybe you never wanted -any- conference services and just wanted to delete them.&amp;nbsp; Whatever the reason you might have, you can now set up as many or as little as you want.&amp;nbsp; In some cases, plugins may even be able to take advantage of a specialized service setup.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;BOSH (HTTP Binding) Improvements&lt;/h4&gt;&lt;p&gt;With many thanks to our Google Summer of Code student, &lt;a class="jive-link-profile-small" href="http://www.igniterealtime.org/community/people/huni"&gt;Safa Sofuoglu&lt;/a&gt;, &lt;em&gt;&lt;em&gt;we &lt;/em&gt;&lt;/em&gt;now have updated BOSH 1.6 support, and a ton of misc bug fixes and improvements.&amp;nbsp; Improvements in this area were also performed on the connection managers!&amp;nbsp; I encourage you all to read about it in his report:&lt;/p&gt;&lt;h2&gt;&lt;span style="font-size: 10pt;"&gt;&lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/07/20/gsoc-2008-report-openfire-and-sparkweb"&gt; GSoC 2008 Report: Openfire and SparkWeb&lt;/a&gt; &lt;/span&gt;&lt;/h2&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;More Configuration in Database&lt;/h4&gt;&lt;p&gt;The openfire.xml config file was getting bloated and a lot of the configuration in it could easily have been moved into the database.&amp;nbsp; As a result, we've moved just about everything that doesn't fall into a category of:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;how to connect to the database itself&lt;/li&gt;&lt;li&gt;config info specific to host itself&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;Why you might ask?&amp;nbsp; In a clustered environment, it makes it so you can set Openfire up once and now have to reconfigure the providers and such for each cluster member individually.&amp;nbsp; It also paves the way for support for things like, admins stored in the database, which means you can update the admin list on the fly, instead of having to edit openfire.xml and then restart the server.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;Plugin Updates&lt;/h4&gt;&lt;p&gt;It's important to update the following plugins to account for changes in the 3.6.0 API:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;User Search&lt;/li&gt;&lt;li&gt;IM Gateway&lt;/li&gt;&lt;li&gt;Fastpath&lt;/li&gt;&lt;li&gt;Monitoring&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;&lt;span&gt;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.6.0 &lt;a class="jive-link-external-small" href="../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="../builds/openfire/docs/latest/changelog.html"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;You can view the documentation for 3.6.0 &lt;a class="jive-link-external-small" href="../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="../projects/openfire/plugins.jsp"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3f82740c-9a38-4ee2-8388-2b4875659369] --&gt;</description>
      <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>Wed, 27 Aug 2008 05:03:47 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/08/27/openfire-360-has-been-released</guid>
      <dc:date>2008-08-27T05:03:47Z</dc:date>
      <clearspace:dateToText>10 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/openfire-360-has-been-released</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1562</wfw:commentRss>
    </item>
    <item>
      <title>GSoC Project Successfully Completed!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/08/21/gsoc-project-successfully-completed</link>
      <description>&lt;!-- [DocumentBodyStart:4787361a-f136-464c-aa01-fc0007cdaec8] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I am proud to announce that I have successfully completed my Google Summer of Code Project. As we hit the official pencils down date, I thought it might be good to publish results and final toughts.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I started the project in time and completed it 3 working days later than planned, though it could require more effort if we didn't change our goals. I cooperated with &lt;a class="jive-link-external-small" href="http://tomk-soc08.blogspot.com/"&gt;Tomas&lt;/a&gt; and &lt;a class="jive-link-external-small" href="http://ayena.de/"&gt;Tobias&lt;/a&gt; to fix the flaws I couldn't notice during development. Changes I made to Openfire and XIFF are listed &lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/07/20/gsoc-2008-report-openfire-and-sparkweb"&gt;here&lt;/a&gt; and &lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/08/04/xiff-and-sparkweb-now-support-bosh-16"&gt;here&lt;/a&gt;. All changes have been imported into trunk and hopefully be included in next releases.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It was a wonderful experience to work on Openfire and SparkWeb, especially with my mentor Gaston. Even if my GSoC project is complete, I feel there'll always be something to do for me with Jabber. I am having fun with Jabber, and planning to continue working on Jabber development as a community contributor.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would like to thank Google for giving me such a great opportunity. I also thank David Smith and Peter Saint-Andre for their excellent support.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;See you around!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4787361a-f136-464c-aa01-fc0007cdaec8] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">openfire</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xiff</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">bosh</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">gsoc</category>
      <pubDate>Thu, 21 Aug 2008 02:05:32 GMT</pubDate>
      <author>safasofuoglu@gmail.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/08/21/gsoc-project-successfully-completed</guid>
      <dc:date>2008-08-21T02:05:32Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/gsoc-project-successfully-completed</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1561</wfw:commentRss>
    </item>
    <item>
      <title>Welcome to Clearspace 2.5!</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/08/19/welcome-to-clearspace-25</link>
      <description>&lt;!-- [DocumentBodyStart:b53d4d50-36d2-4e60-9e98-a488c4aa70af] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As you most likely already know, we upgraded Ignite Realtime to use the latest Clearspace pending release, version 2.5!&amp;nbsp; We also upgraded a few things on the rest of the site, but they were primarily backend things.&amp;nbsp; I'm very excited to finally get Ignite Realtime up to a recent version!&amp;nbsp; I've been using this for a while internally and also on one of my own sites, and have been eagerly awaiting it's arrival at Ignite!&amp;nbsp; So with the new site, I wanted to go over some of the new features of Clearspace 2.5, and also a few plans we have coming up!&amp;nbsp; First of all, 2.5 has a number of cool new features that I wanted to go over, those are as follows:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;Social Groups&lt;/h3&gt;&lt;p&gt;Ever wished you could set up arbitrarily groups of community members who share a similar interest?&amp;nbsp; Maybe you wanted to coordinate on a project or just have a little space to chat about something you all find interesting?&amp;nbsp; With the new Social Groups feature, you can create whatever groups you want, complete with their own discussion spaces, documents, etc!&amp;nbsp; You can browse all of the available groups under Browse -&amp;gt; Groups in your user toolbar, join ones you find interesting, create new ones from the New menu.&amp;nbsp; It's completely up to you what you might want to put together!&amp;nbsp; It's all separate from the primary spaces so you won't interfere with anything going on in the primary site.&amp;nbsp; I'm highly interested to see what you all come up with!&amp;nbsp; Want to create a group that no one knows about but you and other members?&amp;nbsp; You can also set up private groups!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;Custom Views&lt;/h3&gt;&lt;p&gt;Don't like the layout we've chosen for the main page?&amp;nbsp; Tired of our layout dictatorship?&amp;nbsp; &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt;&amp;nbsp; Well with this version you can set up your very own "Your View".&amp;nbsp; You'll see a tab for this when you go to the main Community page, and from there can customize to your heart's content!&amp;nbsp; Completely messed up your view?&amp;nbsp; Please post in the forums so we can laugh at you!&amp;nbsp; Kidding.&amp;nbsp; &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt;&amp;nbsp; Seriously, there's a "Default" button you can press to return yourself to the original setup.&amp;nbsp; Plus at any time you can view the regular view by simply selecting the All Content tab.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;Rich Text Editor&lt;/h3&gt;&lt;p&gt;The new version boasts a rich text editor that actually works great!&amp;nbsp; We received a number of complaints about the previous rich text editor and it's numerous issues and made sure to provide something that folk can actually use!&amp;nbsp; Part of the problem with the previous editor was trying to support both rich text and wiki markup and plain text and... you get the picture.. you end up having to cobble together things that aren't meant to work that way.&amp;nbsp; The rich text editor wanted to do regular HTML in the background, but that conflicted with wiki macro.&amp;nbsp; Now, I know a few of you have brought up wanting some of the wiki macros back, and I have relayed this back to the developers of the editor, so stay tuned!&amp;nbsp; I will say this though, I thought I would never like a rich text editor, I always felt they messed something up for me, and this one is the first one I've actually enjoyed using.&amp;nbsp; There's a couple of kinks we are still working out though, so please bear with us!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;Regular Updates&lt;/h3&gt;&lt;p&gt;Since we are now running the latest code, we can start performing regular updates again!&amp;nbsp; That means faster fixes for issues you all report and hopefully a lot of cool improvements along the way!&amp;nbsp; We are effectively running a beta right now, so updates will be fairly often for now.&amp;nbsp; Your reports will be invaluable in helping make sure this community runs super smooth!&amp;nbsp; And since we're not running a release right now, bugs should get fixed quite soon after being reported!&amp;nbsp; &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;So That's Great, What's Coming Up&lt;/h3&gt;&lt;p&gt;One of the things we've been working on heavily lately has been integrating real time chat wih Clearspace.&amp;nbsp; In the near future, we will be adding the chat plugin to Ignite Realtime, which will provide a number of cool things such as real time chat in spaces and social groups, automatic chat transcript recording, and scheduled chat events (similar to our weekly developer chat that you are probably familiar with).&amp;nbsp; In fact, we may be migrating the weekly chat to a room provided by the plugin!&amp;nbsp; Does this mean you can't connect from an external server?&amp;nbsp; Of course not!&amp;nbsp; The JID might just be different.&amp;nbsp; =)&amp;nbsp; Gato been making a lot of posts about the new functionality in the Jivespace community, you can read more about them in the following posts:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/blogs/clearspace/2008/05/15/connecting-a-chat-client-to-clearspace"&gt;Connecting a chat client to Clearspace&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a class="jive-link-external-small" href="http://www.jivesoftware.com/community/blogs/clearspace/2008/06/03/scheduling-chats-in-clearspace"&gt;Scheduling chats in Clearspace&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&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;Chats in spaces, projects, and social groups&lt;/a&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h3&gt;I Found A Bug, What Do I Do?&lt;/h3&gt;&lt;p&gt;Your help in reporting bugs you find in the new site is invaluable!&amp;nbsp; I am monitoring site bug reports regularly and am passing any feedback back to the Clearspace developers.&amp;nbsp; Please report any bugs, concerns, or thoughts in the Jive Lounge, or even as a comment here if you'd like.&amp;nbsp; I want to thank all of you for your assistance in helping not only Ignite Realtime be the best it can be, but Clearspace as well!&amp;nbsp; Don't be afraid to nitpick.&amp;nbsp; We'd love to hear anything at all that you have to say!&amp;nbsp; I can't guarantee that every single issue will be taken care of, but we'll sure consider anything we hear!&amp;nbsp; Also if you don't feel comfortable with posting publically, you are welcome to private message me directly.&amp;nbsp; Thanks everyone!&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b53d4d50-36d2-4e60-9e98-a488c4aa70af] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">ignite_realtime</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">clearspace</category>
      <pubDate>Tue, 19 Aug 2008 17:49:54 GMT</pubDate>
      <author>webmaster@igniterealtime.org</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/08/19/welcome-to-clearspace-25</guid>
      <dc:date>2008-08-19T17:49:54Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/welcome-to-clearspace-25</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1560</wfw:commentRss>
    </item>
    <item>
      <title>Roadmap updates for SparkWeb.</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/08/18/roadmap-updates-for-sparkweb</link>
      <description>&lt;!-- [DocumentBodyStart:2db01f08-e78d-4750-ac48-0f4b2c38949a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This weekend I jumped back into development of SparkWeb to &lt;span id="comment-body-4517"&gt;reacquaint myself with the list of outstanding issues/bugs in order to set a course for fixes and improvements. As a result, I have updated &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/issues/browse/SW?report=com.atlassian.jira.plugin.system.project:roadmap-panel"&gt;SparkWeb's roadmap&lt;/a&gt; in its issue tracker, adding a handful of bugs to be smashed in the weeks ahead for the 1.0 release (and also closed a lot of outdated ones). Clearly the next release will be focused on bugfixes and stabilizations. However, let's look into the void a bit further and see what new features and enhancements are on the horizon.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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;Dynamic Theming and Skinning&lt;/strong&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;After developing on and using SparkWeb for nearly a year now, I have grown tired of its current skin and icon theme. In the code we are actually hardcoding a lot of color values and of course hardcoding the skin images themselves. This is not ideal in the least. Let's work towards a skinnable SparkWeb with updated icons. What I have in mind is something less "heavy" on the eyes, something like &lt;a class="jive-link-external-small" href="http://www.yswfblog.com/blog/2007/12/13/yahoo-and-flex-feel-good-in-your-own-skin/"&gt;Yahoo's Flex skin&lt;/a&gt; they released under the BSD license:&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.yswfblog.com/blog/wp-content/uploads/2007/12/yskin_401x235shkl.jpg"&gt;&lt;img alt="http://www.yswfblog.com/blog/wp-content/uploads/2007/12/yskin_401x235shkl.jpg" class="jive-image-thumbnail" height="146" onclick="" src="http://www.yswfblog.com/blog/wp-content/uploads/2007/12/yskin_401x235shkl.jpg" width="250"/&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 style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As for the icons, they should also be themable. Imagine SparkWeb with a beatifully clean flex skin matched with the &lt;a class="jive-link-external-small" href="http://thecoccinella.org/oxygen-icon-theme"&gt;IM-related icons from KDE's Oxygen icon theme&lt;/a&gt;. I would like to see that, myself.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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;TLS Support&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Secure communications over XMPP. Enough said, right? I am sure a lot of you would like this feature.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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;Plugin Framework&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Easy extendabilitiy with the option to disable/enable certain functions would be great. I am sure a lot of you saw &lt;a class="jive-link-blog-small" href="http://www.igniterealtime.org/community/blogs/ignite/2008/07/26/flash-based-audio-and-video-in-spark-sparkweb-and-openfire"&gt;Dele's manipulations of SparkWeb&lt;/a&gt; adding Audio/Video communications. That is an obvious use case of such a framework, and I image his code would serve as a good guide for determining "plug points" in the code to implement it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Stay tuned, and don't be shy to report bugs and submit patches of course.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--Armando&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2db01f08-e78d-4750-ac48-0f4b2c38949a] --&gt;</description>
      <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">xiff</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">jabber</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">roadmap</category>
      <pubDate>Mon, 18 Aug 2008 01:43:05 GMT</pubDate>
      <author>ajagucki@gmail.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/08/18/roadmap-updates-for-sparkweb</guid>
      <dc:date>2008-08-18T01:43:05Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/roadmap-updates-for-sparkweb</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1559</wfw:commentRss>
    </item>
    <item>
      <title>New Project Lead for SparkWeb &amp; XIFF</title>
      <link>http://www.igniterealtime.org/community/blogs/ignite/2008/08/13/new-project-lead-for-sparkweb-xiff</link>
      <description>&lt;!-- [DocumentBodyStart:f5631110-42d6-403f-9899-de4f330be489] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hey all.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been selected as the new project lead for both the &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/sparkweb/index.jsp"&gt;SparkWeb&lt;/a&gt; and &lt;a class="jive-link-external-small" href="http://www.igniterealtime.org/projects/xiff/index.jsp"&gt;XIFF&lt;/a&gt; projects here at the Ignite Realtime community. For about half a year &lt;a class="jive-link-external-small" href="people/DavidSmith"&gt;David&lt;/a&gt; and I were the only developers contributing code to those projects on a full-time basis -- before SparkWeb's source was even opened up. I added initial support for shared groups, group chat invitations, kick/ban/nick-change announcements in group chat, various bug fixes, and a bunch of other little features here and there. With my previous work on SparkWeb I have seen first hand how its code has matured over the year. I think it is in a 'good' state right now, but clearly there is always room for improvements.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;David has made a lot of necessary refactorings in the past that have improved its performance and &lt;a class="jive-link-profile-small" href="http://www.igniterealtime.org/community/people/huni"&gt;Safa&lt;/a&gt; is currently ensuring SparkWeb is fully compatable with BOSH 1.6. Also, we have various other patches containing excellent improvements from other people in the community that will be included in an upcoming release. These two projects now have a decent amount of activity from outside of Jive, which is great.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;From some recent conversations in the weekly chats it is clear to us that people feel comfortable with Openfire, the server -- and that what they are expecting to see is a client evolve to the same degree. I would like to hear more about this perspective so I can focus to make it happen in SparkWeb's use-case.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Interested in getting involved yourself? Well, what are you waiting for? &lt;img height="16px" src="http://www.igniterealtime.org/community/images/emoticons/happy.gif" width="16px"/&gt; This is an open source community after all... grab the source and join the fun. Send any of your code contributions, ideas, or feedback to me and let's make the most excellent XMPP web app/lib out there!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;--Armando&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f5631110-42d6-403f-9899-de4f330be489] --&gt;</description>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xmpp</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">ignite_realtime</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">sparkweb</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">xiff</category>
      <category domain="http://www.igniterealtime.org/community/blogs/ignite/tags">bosh</category>
      <pubDate>Wed, 13 Aug 2008 20:06:28 GMT</pubDate>
      <author>ajagucki@gmail.com</author>
      <guid>http://www.igniterealtime.org/community/blogs/ignite/2008/08/13/new-project-lead-for-sparkweb-xiff</guid>
      <dc:date>2008-08-13T20:06:28Z</dc:date>
      <clearspace:dateToText>10 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
      <wfw:comment>http://www.igniterealtime.org/community/blogs/ignite/comment/new-project-lead-for-sparkweb-xiff</wfw:comment>
      <wfw:commentRss>http://www.igniterealtime.org/community/blogs/ignite/feeds/comments?blogPost=1558</wfw:commentRss>
    </item>
  </channel>
</rss>

