<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Android Not Open: No XMPP, No Source, No SDK For Some</title>
	<atom:link href="http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/feed/" rel="self" type="application/rss+xml" />
	<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/</link>
	<description>Startup and Technology News</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:13:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: kael</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14821</link>
		<dc:creator><![CDATA[kael]]></dc:creator>
		<pubDate>Sun, 20 Jul 2008 09:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14821</guid>
		<description><![CDATA[@ Nik

Mark Murphy is right to insist that it&#039;s still possible to use XMPP with Android using an external library.  The Android SDK being not XMPP compliant doesn&#039;t disallow to run an app including another XMPP library. But it might be more difficult to interact with the GUI part of the Android API or to make it behave like a native-like app, for example (Please correct me if I&#039;m wrong).

&lt;a href=&quot;http://www.techcrunchit.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-1623&quot; rel=&quot;nofollow&quot;&gt;@ Ignace&lt;/a&gt;.

AFAIK, the IMPS (Wireless Village protocol) is a polling-protocol and very few used.

Ideally, XMPP should replace IMPS and perhaps SIP for IMS.]]></description>
		<content:encoded><![CDATA[<p>@ Nik</p>
<p>Mark Murphy is right to insist that it&#8217;s still possible to use XMPP with Android using an external library.  The Android SDK being not XMPP compliant doesn&#8217;t disallow to run an app including another XMPP library. But it might be more difficult to interact with the GUI part of the Android API or to make it behave like a native-like app, for example (Please correct me if I&#8217;m wrong).</p>
<p><a href="http://www.techcrunchit.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-1623" rel="nofollow">@ Ignace</a>.</p>
<p>AFAIK, the IMPS (Wireless Village protocol) is a polling-protocol and very few used.</p>
<p>Ideally, XMPP should replace IMPS and perhaps SIP for IMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Grott</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14820</link>
		<dc:creator><![CDATA[Fred Grott]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 23:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14820</guid>
		<description><![CDATA[Nik,

I think everyone seems to forget that SIP and IMS jsrs are optional both in Android and SymbianOS. While Google did have SIP in the Nov 2007 SDK that is no longer the case.

Certainly a SIP or IMS jsr has to be in firmware to enable such apps despite ignorant non mobile developer claims to the contrary. My reasoning is that the hardw]]></description>
		<content:encoded><![CDATA[<p>Nik,</p>
<p>I think everyone seems to forget that SIP and IMS jsrs are optional both in Android and SymbianOS. While Google did have SIP in the Nov 2007 SDK that is no longer the case.</p>
<p>Certainly a SIP or IMS jsr has to be in firmware to enable such apps despite ignorant non mobile developer claims to the contrary. My reasoning is that the hardw</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ignace / @micronauta</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14819</link>
		<dc:creator><![CDATA[Ignace / @micronauta]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 21:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14819</guid>
		<description><![CDATA[I wonder what happened to the Global Village protocol. It worked really well for me over slow GSM/GPRS with Yahoo&#039;s IM. A pity it has not been adopted by Google for GTalk and others.]]></description>
		<content:encoded><![CDATA[<p>I wonder what happened to the Global Village protocol. It worked really well for me over slow GSM/GPRS with Yahoo&#8217;s IM. A pity it has not been adopted by Google for GTalk and others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shonzilla</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14818</link>
		<dc:creator><![CDATA[Shonzilla]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 20:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14818</guid>
		<description><![CDATA[XMPP package getting ousted from Android SDK (and getting replaced with GTalk one) is old new - February ‘08 (http://code.google.com/p/android/issues/detail?id=201).
With network connection (via WiFi, 3G or xG) Android software can potentially use a variety of transport, internet, and application protocols.

As far as the XMPP part of this drama is concerned, it become obsolete by using almost any of XMPP Java implementations and doing some patching. For example, Smack API (http://www.igniterealtime.org/projects/smack/index.jsp) is one such library and here’s (http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/) how to patch and use it.]]></description>
		<content:encoded><![CDATA[<p>XMPP package getting ousted from Android SDK (and getting replaced with GTalk one) is old new &#8211; February ‘08 (<a href="http://code.google.com/p/android/issues/detail?id=201" rel="nofollow">http://code.google.com/p/android/issues/detail?id=201</a>).<br />
With network connection (via WiFi, 3G or xG) Android software can potentially use a variety of transport, internet, and application protocols.</p>
<p>As far as the XMPP part of this drama is concerned, it become obsolete by using almost any of XMPP Java implementations and doing some patching. For example, Smack API (<a href="http://www.igniterealtime.org/projects/smack/index.jsp" rel="nofollow">http://www.igniterealtime.org/projects/smack/index.jsp</a>) is one such library and here’s (<a href="http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/" rel="nofollow">http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/</a>) how to patch and use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14817</link>
		<dc:creator><![CDATA[Markus]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 18:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14817</guid>
		<description><![CDATA[Hey Mark.

Relax, it&#039;s a blog. Go outside.]]></description>
		<content:encoded><![CDATA[<p>Hey Mark.</p>
<p>Relax, it&#8217;s a blog. Go outside.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Murphy</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14816</link>
		<dc:creator><![CDATA[Mark Murphy]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 16:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14816</guid>
		<description><![CDATA[@Mr. Cubrilovic:

Android *never* had an XMPP *app* on the phone.

What Android did have, and what the post you linked to documented, is that Android once had an XMPP *library* on the phone, and pulled the library out of the firmware.

Developers *always* had to write their own XMPP application to have something a user could use. Now, they have to provide their own XMPP library to go with their code, whereas before they only needed their code. That&#039;s a hassle, but no more than the hassle of supporting email or any other protocol not supplied by the firmware.

&quot;we all know how much carriers love apps right?&quot;

There are thousands upon thousands of apps for Windows Mobile, Symbian, etc. I have no idea if the carriers love them or not.

You *still* have not corrected, retracted, or updated the incorrect statement that &quot;all real-time communication on Android not using SMS or HTTP must pass through the Gtalk servers.&quot; Nor have you supplied proof of this statement. Heck, the one issue you linked to provides documentation to the contrary, describing how one ADC team got XMPP to work despite it not being in the firmware. You might as well be saying that all real-time communications on Windows not using SMS or HTTP go through Microsoft&#039;s servers -- you have just as much proof, and the statement would be just as faulty.

&quot;Mark also with your argument, anything is possible therefor nothing is impossible therefor there is nothing wrong with anything, ever - its all up to us!&quot;

Spelling and grammar aside...that&#039;s what programming is all about. You might try it sometime.]]></description>
		<content:encoded><![CDATA[<p>@Mr. Cubrilovic:</p>
<p>Android *never* had an XMPP *app* on the phone.</p>
<p>What Android did have, and what the post you linked to documented, is that Android once had an XMPP *library* on the phone, and pulled the library out of the firmware.</p>
<p>Developers *always* had to write their own XMPP application to have something a user could use. Now, they have to provide their own XMPP library to go with their code, whereas before they only needed their code. That&#8217;s a hassle, but no more than the hassle of supporting email or any other protocol not supplied by the firmware.</p>
<p>&#8220;we all know how much carriers love apps right?&#8221;</p>
<p>There are thousands upon thousands of apps for Windows Mobile, Symbian, etc. I have no idea if the carriers love them or not.</p>
<p>You *still* have not corrected, retracted, or updated the incorrect statement that &#8220;all real-time communication on Android not using SMS or HTTP must pass through the Gtalk servers.&#8221; Nor have you supplied proof of this statement. Heck, the one issue you linked to provides documentation to the contrary, describing how one ADC team got XMPP to work despite it not being in the firmware. You might as well be saying that all real-time communications on Windows not using SMS or HTTP go through Microsoft&#8217;s servers &#8212; you have just as much proof, and the statement would be just as faulty.</p>
<p>&#8220;Mark also with your argument, anything is possible therefor nothing is impossible therefor there is nothing wrong with anything, ever &#8211; its all up to us!&#8221;</p>
<p>Spelling and grammar aside&#8230;that&#8217;s what programming is all about. You might try it sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shonzilla</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14815</link>
		<dc:creator><![CDATA[Shonzilla]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 16:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14815</guid>
		<description><![CDATA[XMPP package getting ousted from Android SDK (and getting replaced with GTalk one) is old new - February &#039;08 (http://code.google.com/p/android/issues/detail?id=201).
With network connection (via WiFi, 3G or xG) Android software can potentially use a variety of transport, internet, and application protocols.

As far as XMPP drama is concerned, it become obsolete by using almost any of XMPP Java implementations and doing some patching. For example, Smack API (http://www.igniterealtime.org/projects/smack/index.jsp) is one such library and here&#039;s (http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/) how to patch and use it.]]></description>
		<content:encoded><![CDATA[<p>XMPP package getting ousted from Android SDK (and getting replaced with GTalk one) is old new &#8211; February &#8217;08 (<a href="http://code.google.com/p/android/issues/detail?id=201" rel="nofollow">http://code.google.com/p/android/issues/detail?id=201</a>).<br />
With network connection (via WiFi, 3G or xG) Android software can potentially use a variety of transport, internet, and application protocols.</p>
<p>As far as XMPP drama is concerned, it become obsolete by using almost any of XMPP Java implementations and doing some patching. For example, Smack API (<a href="http://www.igniterealtime.org/projects/smack/index.jsp" rel="nofollow">http://www.igniterealtime.org/projects/smack/index.jsp</a>) is one such library and here&#8217;s (<a href="http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/" rel="nofollow">http://davanum.wordpress.com/2007/12/31/android-just-use-smack-api-for-xmpp/</a>) how to patch and use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Googling Google mobile edition</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14814</link>
		<dc:creator><![CDATA[Googling Google mobile edition]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 15:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14814</guid>
		<description><![CDATA[[...] The concept behind Android was that it was an &#8220;Open Platform&#8221;, however Google&#8217;s own actions are challenging their vision. XMPP, an open protocol that Google used to support in earlier versions of the SDK has been completely replaced by Gtalk. This means that all XMPP traffic must go through Google&#8217;s servers &#8212; so much for choice. developerMorale -= 1. [Android] is now becoming just a Google platform for mobile, as forcing Gtalk on developers has a chain effect of enforcing Google ID’s on users and all communication to pass through Google servers. &#8212; TechCrunchIT [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The concept behind Android was that it was an &#8220;Open Platform&#8221;, however Google&#8217;s own actions are challenging their vision. XMPP, an open protocol that Google used to support in earlier versions of the SDK has been completely replaced by Gtalk. This means that all XMPP traffic must go through Google&#8217;s servers &#8212; so much for choice. developerMorale -= 1. [Android] is now becoming just a Google platform for mobile, as forcing Gtalk on developers has a chain effect of enforcing Google ID’s on users and all communication to pass through Google servers. &#8212; TechCrunchIT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Cubrilovic</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14813</link>
		<dc:creator><![CDATA[Nik Cubrilovic]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 11:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14813</guid>
		<description><![CDATA[Mark also with your argument, anything is possible therefor nothing is impossible therefor there is nothing wrong with anything, ever - its all up to us!]]></description>
		<content:encoded><![CDATA[<p>Mark also with your argument, anything is possible therefor nothing is impossible therefor there is nothing wrong with anything, ever &#8211; its all up to us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Cubrilovic</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14812</link>
		<dc:creator><![CDATA[Nik Cubrilovic]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 11:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14812</guid>
		<description><![CDATA[Mark i linked to the post. There is a big difference between having XMPP support on the phone and getting XMPP support onto a phone

we all know how much carriers love apps right?]]></description>
		<content:encoded><![CDATA[<p>Mark i linked to the post. There is a big difference between having XMPP support on the phone and getting XMPP support onto a phone</p>
<p>we all know how much carriers love apps right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Murphy</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14811</link>
		<dc:creator><![CDATA[Mark Murphy]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 11:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14811</guid>
		<description><![CDATA[@Mr. Cubrilovic:

I note that you have not retracted the unproven statement in your article, where you said: &quot;This means that all real-time communication on Android not using SMS or HTTP must pass through the Gtalk servers.&quot; If you are going to make such claims, you need to supply the proof. You have proven they pulled an XMPP JAR from the nascent 1.0 distribution, and I&#039;m not disputing that. But that is a far cry from what your above-quoted statement says.

&quot;the difference is that Google went into Android boasting about open protocol support, and they are steadily stripping it back&quot;

Even if this were true, it&#039;s not what you said in your article. And, I reiterate, you have supplied exactly zero proof of what you said in your article -- that Android allows no real-time communication (other than SMS/HTTP) except through Google&#039;s servers. And so, I wait for you to supply the proof or correct the article.

&quot;It is right though, the telco’s are just going to rip the whole thing apart anyway and do what they want.&quot;

Ignoring the bad grammar...your proof of this claim is, what, exactly?

The telcos allow arbitrary applications using arbitrary protocols on Windows Mobile and Symbian handsets today -- I&#039;ve installed plenty of them. I assume they will for LiMo and OpenMoko, though there aren&#039;t many of those around. With iPhone, the gateway appears to be Apple, not AT&amp;T. Admittedly, I don&#039;t know much about BlackBerry app distribution, so there could be telco-enacted limits there.

@ #7

And your proof of your claims are, what, exactly? See the preceding paragraph of this comment, and get back to us, will ya?]]></description>
		<content:encoded><![CDATA[<p>@Mr. Cubrilovic:</p>
<p>I note that you have not retracted the unproven statement in your article, where you said: &#8220;This means that all real-time communication on Android not using SMS or HTTP must pass through the Gtalk servers.&#8221; If you are going to make such claims, you need to supply the proof. You have proven they pulled an XMPP JAR from the nascent 1.0 distribution, and I&#8217;m not disputing that. But that is a far cry from what your above-quoted statement says.</p>
<p>&#8220;the difference is that Google went into Android boasting about open protocol support, and they are steadily stripping it back&#8221;</p>
<p>Even if this were true, it&#8217;s not what you said in your article. And, I reiterate, you have supplied exactly zero proof of what you said in your article &#8212; that Android allows no real-time communication (other than SMS/HTTP) except through Google&#8217;s servers. And so, I wait for you to supply the proof or correct the article.</p>
<p>&#8220;It is right though, the telco’s are just going to rip the whole thing apart anyway and do what they want.&#8221;</p>
<p>Ignoring the bad grammar&#8230;your proof of this claim is, what, exactly?</p>
<p>The telcos allow arbitrary applications using arbitrary protocols on Windows Mobile and Symbian handsets today &#8212; I&#8217;ve installed plenty of them. I assume they will for LiMo and OpenMoko, though there aren&#8217;t many of those around. With iPhone, the gateway appears to be Apple, not AT&amp;T. Admittedly, I don&#8217;t know much about BlackBerry app distribution, so there could be telco-enacted limits there.</p>
<p>@ #7</p>
<p>And your proof of your claims are, what, exactly? See the preceding paragraph of this comment, and get back to us, will ya?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TanNg</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14810</link>
		<dc:creator><![CDATA[TanNg]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 07:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14810</guid>
		<description><![CDATA[Mark: Google could have any excuse but in the end the openness they were touting is now gone.]]></description>
		<content:encoded><![CDATA[<p>Mark: Google could have any excuse but in the end the openness they were touting is now gone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14809</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 03:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14809</guid>
		<description><![CDATA[Mark Murphy, don&#039;t so easily assume Google or the carriers for that matter will allow developers to install any JAR they want to onto the platform. This platform is all about control. The guy they hired from Danger to run this effort is an EXTREME control freak.]]></description>
		<content:encoded><![CDATA[<p>Mark Murphy, don&#8217;t so easily assume Google or the carriers for that matter will allow developers to install any JAR they want to onto the platform. This platform is all about control. The guy they hired from Danger to run this effort is an EXTREME control freak.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Cubrilovic</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14808</link>
		<dc:creator><![CDATA[Nik Cubrilovic]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 02:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14808</guid>
		<description><![CDATA[Also I linked to the post from Google

http://mail.jabber.org/pipermail/standards/2008-February/018015.html]]></description>
		<content:encoded><![CDATA[<p>Also I linked to the post from Google</p>
<p><a href="http://mail.jabber.org/pipermail/standards/2008-February/018015.html" rel="nofollow">http://mail.jabber.org/pipermail/standards/2008-February/018015.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Cubrilovic</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14807</link>
		<dc:creator><![CDATA[Nik Cubrilovic]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 02:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14807</guid>
		<description><![CDATA[Mark: the difference is that Google went into Android boasting about open protocol support, and they are steadily stripping it back. Its more about what could be next..

It is right though, the telco&#039;s are just going to rip the whole thing apart anyway and do what they want.]]></description>
		<content:encoded><![CDATA[<p>Mark: the difference is that Google went into Android boasting about open protocol support, and they are steadily stripping it back. Its more about what could be next..</p>
<p>It is right though, the telco&#8217;s are just going to rip the whole thing apart anyway and do what they want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Murphy</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14806</link>
		<dc:creator><![CDATA[Mark Murphy]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 02:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14806</guid>
		<description><![CDATA[Do you people even *research* this stuff before posting?

There is absolutely NOTHING preventing one from using XMPP on Android. You just have to supply your own JAR, like you do for IMAP, POP3, SMTP, or any other protocol not baked into the Android firmware.

Next you&#039;ll complain that Android doesn&#039;t include a built-in interface to Kenmore dishwashers, or something.]]></description>
		<content:encoded><![CDATA[<p>Do you people even *research* this stuff before posting?</p>
<p>There is absolutely NOTHING preventing one from using XMPP on Android. You just have to supply your own JAR, like you do for IMAP, POP3, SMTP, or any other protocol not baked into the Android firmware.</p>
<p>Next you&#8217;ll complain that Android doesn&#8217;t include a built-in interface to Kenmore dishwashers, or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14805</link>
		<dc:creator><![CDATA[Chad]]></dc:creator>
		<pubDate>Sat, 19 Jul 2008 01:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14805</guid>
		<description><![CDATA[The carriers would never allow a data (XMPP, or otherwise) IM client. I&#039;m sure the goog had a big enough fight with them over gtalk (i&#039;m sure the only reason it stayed in was the fact that gtalk doesn&#039;t have the same penetration of AIM/Yahoo/MSN messengers). The crriers charge for a SMS for every IM.]]></description>
		<content:encoded><![CDATA[<p>The carriers would never allow a data (XMPP, or otherwise) IM client. I&#8217;m sure the goog had a big enough fight with them over gtalk (i&#8217;m sure the only reason it stayed in was the fact that gtalk doesn&#8217;t have the same penetration of AIM/Yahoo/MSN messengers). The crriers charge for a SMS for every IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Example</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14804</link>
		<dc:creator><![CDATA[James Example]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 23:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14804</guid>
		<description><![CDATA[Noting in the Android platform prevents applications from using other real time channels including XMPP.  The built-in services will not use XMPP.]]></description>
		<content:encoded><![CDATA[<p>Noting in the Android platform prevents applications from using other real time channels including XMPP.  The built-in services will not use XMPP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Briggs</title>
		<link>http://techcrunch.com/2008/07/18/google-remove-xmpp-support-in-android/#comment-14803</link>
		<dc:creator><![CDATA[Al Briggs]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 23:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.techcrunchit.com/?p=241#comment-14803</guid>
		<description><![CDATA[This isn&#039;t news! This happened in Feb - look at your own links that back that assumption up.

The news on this was that a couple of weeks ago someone commented (on a link you have in your article) that XMPP is back on the roadmap! (See the comment on May 30, 2008 in the Issue 201 link).

The headline suggests that this has just happened (maybe 6 months ago is just happened for you), but it hasn&#039;t.

The general idea about the ideals of Android falling apart is the headline you should have had - XMPP is another (old) piece of evidence of this along with the delays and compromises they are making for Operators.

Please change the headline!]]></description>
		<content:encoded><![CDATA[<p>This isn&#8217;t news! This happened in Feb &#8211; look at your own links that back that assumption up.</p>
<p>The news on this was that a couple of weeks ago someone commented (on a link you have in your article) that XMPP is back on the roadmap! (See the comment on May 30, 2008 in the Issue 201 link).</p>
<p>The headline suggests that this has just happened (maybe 6 months ago is just happened for you), but it hasn&#8217;t.</p>
<p>The general idea about the ideals of Android falling apart is the headline you should have had &#8211; XMPP is another (old) piece of evidence of this along with the delays and compromises they are making for Operators.</p>
<p>Please change the headline!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

