<?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: Writing a gTalk (Jabber/XMPP) client in Java</title>
	<atom:link href="http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 18:26:27 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-3/#comment-16169</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Fri, 28 May 2010 14:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-16169</guid>
		<description>Hi Jithesh, see comment no 49 above: http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-3/#comment-2091

Regarding your other queries, I am sorry I can&#039;t be of much help since I am not actively developing this anymore.</description>
		<content:encoded><![CDATA[<p>Hi Jithesh, see comment no 49 above: <a href="http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-3/#comment-2091" rel="nofollow">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-3/#comment-2091</a></p>
<p>Regarding your other queries, I am sorry I can&#8217;t be of much help since I am not actively developing this anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitheshkumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-3/#comment-16162</link>
		<dc:creator>jitheshkumar</dc:creator>
		<pubDate>Fri, 28 May 2010 07:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-16162</guid>
		<description>Hi all,
    Is there any API equivalent to smack available for c++ ..?

Thanks
Jithesh</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
    Is there any API equivalent to smack available for c++ ..?</p>
<p>Thanks<br />
Jithesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithesh kumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-16079</link>
		<dc:creator>jithesh kumar</dc:creator>
		<pubDate>Tue, 25 May 2010 07:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-16079</guid>
		<description>One small Doubt.... (It might be a ridiculous one to you)..

Is there any XMPP server in between gtalk client and gtalk server..?

If i create an xmpp client and if i wish to communicate with gtalk server will there be any other XMPPServer in between my client and the gtalk server which acts like a gateway or something?? 

&quot;etherx.jabber.com&quot; - Is this a XMPP server??  

expecting reply 

Thanks
Jithesh</description>
		<content:encoded><![CDATA[<p>One small Doubt&#8230;. (It might be a ridiculous one to you)..</p>
<p>Is there any XMPP server in between gtalk client and gtalk server..?</p>
<p>If i create an xmpp client and if i wish to communicate with gtalk server will there be any other XMPPServer in between my client and the gtalk server which acts like a gateway or something?? </p>
<p>&#8220;etherx.jabber.com&#8221; &#8211; Is this a XMPP server??  </p>
<p>expecting reply </p>
<p>Thanks<br />
Jithesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithesh kumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-16047</link>
		<dc:creator>jithesh kumar</dc:creator>
		<pubDate>Mon, 24 May 2010 04:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-16047</guid>
		<description>Hi, 
   I dont knw whther this post suits here as it is related to j2me xmpp client.But i am expecting an answer from you...please...
I tried to connect to the talk.google.com using a J2ME client named JXA .. &quot;final SecureConnection sc = (SecureConnection)Connector.open(&quot;ssl://talk.google.com:5223&quot;, Connector.READ_WRITE);&quot;
Here i am getting an exception like below
&quot;javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity&quot;

how to solve this certificate issue? i am using netbeans and javaME on it.

please give a solution...

Thanks
Jithesh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   I dont knw whther this post suits here as it is related to j2me xmpp client.But i am expecting an answer from you&#8230;please&#8230;<br />
I tried to connect to the talk.google.com using a J2ME client named JXA .. &#8220;final SecureConnection sc = (SecureConnection)Connector.open(&#8220;ssl://talk.google.com:5223&#8243;, Connector.READ_WRITE);&#8221;<br />
Here i am getting an exception like below<br />
&#8220;javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity&#8221;</p>
<p>how to solve this certificate issue? i am using netbeans and javaME on it.</p>
<p>please give a solution&#8230;</p>
<p>Thanks<br />
Jithesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-15824</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Thu, 13 May 2010 19:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-15824</guid>
		<description>Open source does not mean &quot;use as you wish&quot;. Go through the license carefully. If you are doing this for a company, refer the license to the legal department and get their approval first.</description>
		<content:encoded><![CDATA[<p>Open source does not mean &#8220;use as you wish&#8221;. Go through the license carefully. If you are doing this for a company, refer the license to the legal department and get their approval first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithesh kumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-15793</link>
		<dc:creator>jithesh kumar</dc:creator>
		<pubDate>Wed, 12 May 2010 08:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-15793</guid>
		<description>Ok ..  i will go through it... thanks
Can u tell me whether i can use smack api in my project with out any fear of license stuff?? i think it is an open source . Still wish to clear the doubt...</description>
		<content:encoded><![CDATA[<p>Ok ..  i will go through it&#8230; thanks<br />
Can u tell me whether i can use smack api in my project with out any fear of license stuff?? i think it is an open source . Still wish to clear the doubt&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijeet Maharana</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-15782</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Tue, 11 May 2010 19:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-15782</guid>
		<description>This has been discussed in detail on the forum http://www.igniterealtime.org/community/message/141628#141628</description>
		<content:encoded><![CDATA[<p>This has been discussed in detail on the forum <a href="http://www.igniterealtime.org/community/message/141628#141628" rel="nofollow" class="extlink">http://www.igniterealtime.org/community/message/141628#141628</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithesh kumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-15762</link>
		<dc:creator>jithesh kumar</dc:creator>
		<pubDate>Mon, 10 May 2010 11:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-15762</guid>
		<description>hi Abhijeeth,
can you please tell me whether i can use this smack in J2ME?? It is a crical question from side. please inform me.</description>
		<content:encoded><![CDATA[<p>hi Abhijeeth,<br />
can you please tell me whether i can use this smack in J2ME?? It is a crical question from side. please inform me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominhoi</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-15185</link>
		<dc:creator>dominhoi</dc:creator>
		<pubDate>Thu, 08 Apr 2010 02:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-15185</guid>
		<description>i&#039;m korean 

Google Android In Production client&#039;s errors help resolve them

Could not connect to talk.google.com:5222.: remote-server-timeout(504) Could not connect to talk.google.com:5222.
  -- caused by: java.net.UnknownHostException: Host is unresolved: talk.google.com:5222</description>
		<content:encoded><![CDATA[<p>i&#8217;m korean </p>
<p>Google Android In Production client&#8217;s errors help resolve them</p>
<p>Could not connect to talk.google.com:5222.: remote-server-timeout(504) Could not connect to talk.google.com:5222.<br />
  &#8212; caused by: java.net.UnknownHostException: Host is unresolved: talk.google.com:5222</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit.dm</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-14080</link>
		<dc:creator>amit.dm</dc:creator>
		<pubDate>Fri, 05 Feb 2010 02:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-14080</guid>
		<description>hey 
# Abhijeet Maharan

i really impressed by ur idea ..........

i haven&#039;t tried this but seems great .

im trying to implement gtalk in web browser for my final year project will ur program will help me for gtalk in screenshot i saw call option will it help.......

please i want directly contact u please send me ur contact details asdfg3551.u@gmail.com....please reply soon</description>
		<content:encoded><![CDATA[<p>hey<br />
# Abhijeet Maharan</p>
<p>i really impressed by ur idea &#8230;&#8230;&#8230;.</p>
<p>i haven&#8217;t tried this but seems great .</p>
<p>im trying to implement gtalk in web browser for my final year project will ur program will help me for gtalk in screenshot i saw call option will it help&#8230;&#8230;.</p>
<p>please i want directly contact u please send me ur contact details <a href="mailto:asdfg3551.u@gmail.com">asdfg3551.u@gmail.com</a>&#8230;.please reply soon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
