<?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>Thu, 04 Mar 2010 16:39:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Hardik</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-13933</link>
		<dc:creator>Hardik</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13933</guid>
		<description>How can i create, send and Receive iq packets using smack api
i am already connected to xmpp server? is any error in packet format can u give me source code?
i tried everywhere from ignite to jabber.org but not got answer !!
folowing is packer format

 final  IQ iq1 = new IQ() {
  			public String getChildElementXML() {
    		return &quot;&quot;;
  		}
		};</description>
		<content:encoded><![CDATA[<p>How can i create, send and Receive iq packets using smack api<br />
i am already connected to xmpp server? is any error in packet format can u give me source code?<br />
i tried everywhere from ignite to jabber.org but not got answer !!<br />
folowing is packer format</p>
<p> final  IQ iq1 = new IQ() {<br />
  			public String getChildElementXML() {<br />
    		return &#8220;&#8221;;<br />
  		}<br />
		};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardik</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-13932</link>
		<dc:creator>Hardik</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13932</guid>
		<description>How can i create send Receive iq packets using smack api</description>
		<content:encoded><![CDATA[<p>How can i create send Receive iq packets using smack api</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sampath kumar</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-13713</link>
		<dc:creator>sampath kumar</dc:creator>
		<pubDate>Sat, 16 Jan 2010 09:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13713</guid>
		<description>hii abhijeet, thanks 4 your project,

As we r running your code in the IBM websphere server,we couldnt retrive the messages (because of two jvm running at the same time).

Please give us solution for this error.</description>
		<content:encoded><![CDATA[<p>hii abhijeet, thanks 4 your project,</p>
<p>As we r running your code in the IBM websphere server,we couldnt retrive the messages (because of two jvm running at the same time).</p>
<p>Please give us solution for this error.</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-13458</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Wed, 30 Dec 2009 11:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13458</guid>
		<description>Thanks for pointing out. I have updated the post. Try running from the new link.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out. I have updated the post. Try running from the new link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chaitu</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-13438</link>
		<dc:creator>chaitu</dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13438</guid>
		<description>Hi abhijeet, 
your &#039;download the project&#039; link is invalid. And also i am able to send message to a buddy but when he replies the listener is unable to listen, is there any common mistake i am doing. 
thanks for your time, 
chaitu</description>
		<content:encoded><![CDATA[<p>Hi abhijeet,<br />
your &#8216;download the project&#8217; link is invalid. And also i am able to send message to a buddy but when he replies the listener is unable to listen, is there any common mistake i am doing.<br />
thanks for your time,<br />
chaitu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saravanan</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-13162</link>
		<dc:creator>Saravanan</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-13162</guid>
		<description>Hi Abhijeet
I am sending message to my friend from my client program.My friend can get message, but message is not displayed in gtalk window for me.Please help me,</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet<br />
I am sending message to my friend from my client program.My friend can get message, but message is not displayed in gtalk window for me.Please help me,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-12912</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Sat, 28 Nov 2009 12:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-12912</guid>
		<description>Hi Abhijeet,
Thasnk  for your work. I am using Smack library for communication between two of my server machines. One Server is Google App Engine(Will call it GAE) server and another is my mocal machine.
I send a message from my local machine to GAE and it reaches there and then server respond it by saying ok i received it and processed it. Then client machine receive this message.
Now the problem is that almost 30-40% messages are not being received my Client machine which is using smack library. I check the server logs and it always send messages without error.I tried to send the same message with Gtalk and i always receieve response in Gtalk Chat window, but with smack library i keep loosing my response messages.
DO you know what is wrong here.</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet,<br />
Thasnk  for your work. I am using Smack library for communication between two of my server machines. One Server is Google App Engine(Will call it GAE) server and another is my mocal machine.<br />
I send a message from my local machine to GAE and it reaches there and then server respond it by saying ok i received it and processed it. Then client machine receive this message.<br />
Now the problem is that almost 30-40% messages are not being received my Client machine which is using smack library. I check the server logs and it always send messages without error.I tried to send the same message with Gtalk and i always receieve response in Gtalk Chat window, but with smack library i keep loosing my response messages.<br />
DO you know what is wrong here.</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-12887</link>
		<dc:creator>Abhijeet Maharana</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-12887</guid>
		<description>I have already linked to the single-file text mode program in the post itself.
http://abhijeetmaharana.com/blog/bloguploads/gtalkclient/ChatClient.java.txt</description>
		<content:encoded><![CDATA[<p>I have already linked to the single-file text mode program in the post itself.<br />
<a href="http://abhijeetmaharana.com/blog/bloguploads/gtalkclient/ChatClient.java.txt" rel="nofollow">http://abhijeetmaharana.com/blog/bloguploads/gtalkclient/ChatClient.java.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik</title>
		<link>http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/comment-page-2/#comment-12857</link>
		<dc:creator>Kartik</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2007/10/28/writing-a-gtalk-jabberxmpp-client/#comment-12857</guid>
		<description>Hi Abhijeet,

I have downloaded your project and run it successfully. But when I run it, a GUI gets opened. Is there anyway in which I can just implement this messenger in text mode only. Like during the execution of binary, I need to enter the message on standard input console, instead of entering the same in GUI. 

I need to develop a sms chat solution, in which my application will receive SMS from user and will send the same to his friend on gtalk. so for this my need is to have a gtalk messenger client without GUI. 

Thanks in advance for your help.
BR,
Kartik</description>
		<content:encoded><![CDATA[<p>Hi Abhijeet,</p>
<p>I have downloaded your project and run it successfully. But when I run it, a GUI gets opened. Is there anyway in which I can just implement this messenger in text mode only. Like during the execution of binary, I need to enter the message on standard input console, instead of entering the same in GUI. </p>
<p>I need to develop a sms chat solution, in which my application will receive SMS from user and will send the same to his friend on gtalk. so for this my need is to have a gtalk messenger client without GUI. </p>
<p>Thanks in advance for your help.<br />
BR,<br />
Kartik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
