<?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: How to check online status for AIM, Yahoo!, MSN, Skype and ICQ users</title>
	<atom:link href="http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/</link>
	<description>A web, technology, programming and SEO blog by Justin Cook</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:22:18 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lili_lita</title>
		<link>http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/comment-page-1/#comment-144092</link>
		<dc:creator>lili_lita</dc:creator>
		<pubDate>Fri, 05 Sep 2008 11:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/#comment-144092</guid>
		<description>Hi there, I was so glad I found this site and downloaded all the check phps, but none of them worked! Why is that? Old code? Could you please update and fix it?

I tried skype and icq - nothing. Skype shows only offline and ICQ shows only online statuses, doesn&#039;t matter if the user IS really online/offline.

PLEASE, write me an email or post here!</description>
		<content:encoded><![CDATA[<p>Hi there, I was so glad I found this site and downloaded all the check phps, but none of them worked! Why is that? Old code? Could you please update and fix it?</p>
<p>I tried skype and icq &#8211; nothing. Skype shows only offline and ICQ shows only online statuses, doesn&#039;t matter if the user IS really online/offline.</p>
<p>PLEASE, write me an email or post here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/comment-page-1/#comment-25884</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Thu, 24 May 2007 11:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/#comment-25884</guid>
		<description>Its actually very simple if you want to write this yourself without using the classes at PHPClasses.org. 

Just use fsockopen() to connect to port 5222 of a domain where there is a Jabber server running. 

eg: 

$fp = fsockopen(&#039;jabber.org&#039; 5222);

use fwrite() to send it the right XML stanzas that will log your friend in and check your status. (Your friend being a jabber account you set up as your friend). If the jabber server supports msn, yahoo transports, you can check your status on that too...

An example of the XML stanzas to send is here: http://www.saint-andre.com/jabber/telnet.txt</description>
		<content:encoded><![CDATA[<p>Its actually very simple if you want to write this yourself without using the classes at PHPClasses.org. </p>
<p>Just use fsockopen() to connect to port 5222 of a domain where there is a Jabber server running. </p>
<p>eg: </p>
<p>$fp = fsockopen(&#039;jabber.org&#039; 5222);</p>
<p>use fwrite() to send it the right XML stanzas that will log your friend in and check your status. (Your friend being a jabber account you set up as your friend). If the jabber server supports msn, yahoo transports, you can check your status on that too&#8230;</p>
<p>An example of the XML stanzas to send is here: <a href="http://www.saint-andre.com/jabber/telnet.txt" rel="nofollow">http://www.saint-andre.com/jabber/telnet.txt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Cook</title>
		<link>http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/comment-page-1/#comment-24004</link>
		<dc:creator>Justin Cook</dc:creator>
		<pubDate>Fri, 11 May 2007 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.justin-cook.com/wp/2007/04/25/how-to-check-online-status-for-aim-yahoo-msn-skype-and-icq-users/#comment-24004</guid>
		<description>Sorry, I no longer code ASP for work. You&#039;ll need to contract someone to do it.</description>
		<content:encoded><![CDATA[<p>Sorry, I no longer code ASP for work. You&#039;ll need to contract someone to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.589 seconds -->
