<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wabber v0.1 &#8211; WPF Jabber Client</title>
	<atom:link href="http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/</link>
	<description>Blog of Paul (&#34;Aeoth&#34;) Jenkins, forging the way into awesomeness through Android and WPF/.NET dev</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:40:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Erik</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-7186</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 07 May 2009 23:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-7186</guid>
		<description>Hi Paul, very nice MSN client! 

I just started my own client for an internet community. Hope I can get a protocol for this community later so I began implementing a client with pluggable protocols with MSN being my first protocol.

MSNPSharp is a little overwhelming at first so I&#039;d like to see how you implemented some of these basic things like conversations. (Right now I can retrieve contact lists, yay!) Additionally, I want to learn a little bit of WPF and like your design. It doesn&#039;t look that complicated but there is so much to implement right now and I don&#039;t want make a prototype using Windows Forms, because chances are that it will always remain that way. :o)

If you still have the sources for your MSN client and are willing to share them, please drop me an email.

Best regards
Erik</description>
		<content:encoded><![CDATA[<p>Hi Paul, very nice MSN client! </p>
<p>I just started my own client for an internet community. Hope I can get a protocol for this community later so I began implementing a client with pluggable protocols with MSN being my first protocol.</p>
<p>MSNPSharp is a little overwhelming at first so I&#8217;d like to see how you implemented some of these basic things like conversations. (Right now I can retrieve contact lists, yay!) Additionally, I want to learn a little bit of WPF and like your design. It doesn&#8217;t look that complicated but there is so much to implement right now and I don&#8217;t want make a prototype using Windows Forms, because chances are that it will always remain that way. :o)</p>
<p>If you still have the sources for your MSN client and are willing to share them, please drop me an email.</p>
<p>Best regards<br />
Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrakenJosh</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5799</link>
		<dc:creator>DrakenJosh</dc:creator>
		<pubDate>Tue, 17 Feb 2009 20:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5799</guid>
		<description>How abouts the images in the treeview? Thats awefull clever.</description>
		<content:encoded><![CDATA[<p>How abouts the images in the treeview? Thats awefull clever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5794</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 16 Feb 2009 21:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5794</guid>
		<description>GroupByOnlineConverter functions as the name describes, by grouping those who are online, those who are offline. It is a grouping converter, it takes an object, does a comparison on it (if online return true, else false). 

Bea Stollniz has some information relating to grouping: http://bea.stollnitz.com/blog/?p=19

I don&#039;t believe you&#039;re serious about wanting the source code, otherwise I would have an email sitting in my inbox from you, or you would have read the comment where I&#039;ve mentioned I dont&#039; have the bloody code anymore.</description>
		<content:encoded><![CDATA[<p>GroupByOnlineConverter functions as the name describes, by grouping those who are online, those who are offline. It is a grouping converter, it takes an object, does a comparison on it (if online return true, else false). </p>
<p>Bea Stollniz has some information relating to grouping: <a href="http://bea.stollnitz.com/blog/?p=19" rel="nofollow">http://bea.stollnitz.com/blog/?p=19</a></p>
<p>I don&#8217;t believe you&#8217;re serious about wanting the source code, otherwise I would have an email sitting in my inbox from you, or you would have read the comment where I&#8217;ve mentioned I dont&#8217; have the bloody code anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5793</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Mon, 16 Feb 2009 19:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5793</guid>
		<description>I have an interest:
How does GroupByOnlineConverter work? I used reflector and that seemss to be the method helping you with the hierarchal data template. Source code for THAT section would be great. Thanks.</description>
		<content:encoded><![CDATA[<p>I have an interest:<br />
How does GroupByOnlineConverter work? I used reflector and that seemss to be the method helping you with the hierarchal data template. Source code for THAT section would be great. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5783</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 14 Feb 2009 04:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5783</guid>
		<description>A few of these comments are resembling spam (given they&#039;re coming from the same or VERY similar IP addresses, but with random names). I&#039;ve already said I can&#039;t find the source code for it.

If anybody genuinely wants it, shoot me an email via the contact page on my blog, and I&#039;ll create some demo code.&lt;em&gt;&lt;strong&gt; It won&#039;t be the same as the above app as I simply don&#039;t have it anymore&lt;/strong&gt;&lt;/em&gt;.</description>
		<content:encoded><![CDATA[<p>A few of these comments are resembling spam (given they&#8217;re coming from the same or VERY similar IP addresses, but with random names). I&#8217;ve already said I can&#8217;t find the source code for it.</p>
<p>If anybody genuinely wants it, shoot me an email via the contact page on my blog, and I&#8217;ll create some demo code.<em><strong> It won&#8217;t be the same as the above app as I simply don&#8217;t have it anymore</strong></em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hubbard</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5782</link>
		<dc:creator>Hubbard</dc:creator>
		<pubDate>Sat, 14 Feb 2009 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5782</guid>
		<description>Source code ready yet?</description>
		<content:encoded><![CDATA[<p>Source code ready yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LongLiveAmerica</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5776</link>
		<dc:creator>LongLiveAmerica</dc:creator>
		<pubDate>Wed, 11 Feb 2009 23:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5776</guid>
		<description>PLEASE post source code. There are no good WPF examples like this out there. YOU ROCK!!!!!!!!!!!!!
PS Post it tonight, you know you want to. I DARE you.</description>
		<content:encoded><![CDATA[<p>PLEASE post source code. There are no good WPF examples like this out there. YOU ROCK!!!!!!!!!!!!!<br />
PS Post it tonight, you know you want to. I DARE you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5772</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 11 Feb 2009 18:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5772</guid>
		<description>Show us the source code already ! :)</description>
		<content:encoded><![CDATA[<p>Show us the source code already ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5694</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 05 Feb 2009 10:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5694</guid>
		<description>Unfortunately I seem to of lost the source code for it. I&#039;ll have a dig around.

I did end up making a Twitter client which had integrated Jabber for instant notifications, unfortunately Twitter turned that off quiet some time ago :(</description>
		<content:encoded><![CDATA[<p>Unfortunately I seem to of lost the source code for it. I&#8217;ll have a dig around.</p>
<p>I did end up making a Twitter client which had integrated Jabber for instant notifications, unfortunately Twitter turned that off quiet some time ago :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.theleagueofpaul.com/blog/2008/02/10/wabber-v01-wpf-jabber-client/comment-page-1/#comment-5686</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.aeoth.net/blog/2008/02/10/wabber-v01-wpf-jabber-client/#comment-5686</guid>
		<description>I&#039;m really intrigued by this, and would love to take a look at the source code if possible.  Maybe it could live up on CodePlex?</description>
		<content:encoded><![CDATA[<p>I&#8217;m really intrigued by this, and would love to take a look at the source code if possible.  Maybe it could live up on CodePlex?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
