<?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: Example Qt Chat Program</title>
	<atom:link href="http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/</link>
	<description>Your blog is probably better than mine.</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:36:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-88025</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-88025</guid>
		<description>Joan, did you remember to start the server, and did you type &quot;localhost&quot; into the client login form?

awanish: This is a chat room application, not an instant messenger. It could be modified to be an instant messenger. You would have to modify the server to keep a map of QTcpSockets to usernames (QStrings), and then each client would have to send the username along with each message they want to send. The server could then route the messages appropriately. But seriously, this is just an example program, and if you want instant messaging, I strongly recommend something like Jabber.</description>
		<content:encoded><![CDATA[<p>Joan, did you remember to start the server, and did you type &#8220;localhost&#8221; into the client login form?</p>
<p>awanish: This is a chat room application, not an instant messenger. It could be modified to be an instant messenger. You would have to modify the server to keep a map of QTcpSockets to usernames (QStrings), and then each client would have to send the username along with each message they want to send. The server could then route the messages appropriately. But seriously, this is just an example program, and if you want instant messaging, I strongly recommend something like Jabber.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joan</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-88017</link>
		<dc:creator>joan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 03:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-88017</guid>
		<description>I have the program up and running but I cant login=(</description>
		<content:encoded><![CDATA[<p>I have the program up and running but I cant login=(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awanish</title>
		<link>http://thesmithfam.org/blog/2009/07/09/example-qt-chat-program/comment-page-1/#comment-87158</link>
		<dc:creator>awanish</dc:creator>
		<pubDate>Fri, 11 Sep 2009 04:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://thesmithfam.org/blog/?p=289#comment-87158</guid>
		<description>Hi,
the client chat what you have develop is multi casting and i want to change it to uni casting.
please help me out.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the client chat what you have develop is multi casting and i want to change it to uni casting.<br />
please help me out.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
