<?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: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP</title>
	<atom:link href="http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/</link>
	<description>PHP, Memcached, XMPP and Web Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 09:14:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Teemu Väisänen</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-6912</link>
		<dc:creator>Teemu Väisänen</dc:creator>
		<pubDate>Mon, 28 Jun 2010 11:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-6912</guid>
		<description>Looks good! Do you have any examples how to parse logs and to draw plot graphs?</description>
		<content:encoded><![CDATA[<p>Looks good! Do you have any examples how to parse logs and to draw plot graphs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina Ojo</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1196</link>
		<dc:creator>Tina Ojo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1196</guid>
		<description>Just discovered your blog and IT ROCKS! I absolutely love your style - it&#039;s very authentic.</description>
		<content:encoded><![CDATA[<p>Just discovered your blog and IT ROCKS! I absolutely love your style &#8211; it&#8217;s very authentic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1195</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Sat, 30 Jan 2010 15:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1195</guid>
		<description>XMPP is really a great technology of online gaming. Now another game Tankaar is out which uses XMPP protocol for transferring events and thus enables peer to peer gaming with friends. Tankaar is an artillery game but with a difference. Archer duel with arrows (better known as astras in the game). Its more strategy based then existing artillery games and integration with XMPP definitely takes it to the next level.</description>
		<content:encoded><![CDATA[<p>XMPP is really a great technology of online gaming. Now another game Tankaar is out which uses XMPP protocol for transferring events and thus enables peer to peer gaming with friends. Tankaar is an artillery game but with a difference. Archer duel with arrows (better known as astras in the game). Its more strategy based then existing artillery games and integration with XMPP definitely takes it to the next level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to use JAXL (Jabber XMPP Library in PHP) to import Gtalk contacts of any user &#124; Abhi's Weblog</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1194</link>
		<dc:creator>How to use JAXL (Jabber XMPP Library in PHP) to import Gtalk contacts of any user &#124; Abhi's Weblog</dc:creator>
		<pubDate>Tue, 10 Nov 2009 21:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1194</guid>
		<description>[...] How to use JAXL (Jabber XMPP Library in PHP) to import Gtalk contacts of any user       November 5, 2009 &#160;&#160;-&#160;&#160; XMPP &#160;&#160;-&#160;&#160;  1 comment     Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.  google_ad_client = &quot;pub-2500869382280277&quot;; /* 468x15, created 6/28/09 */ google_ad_slot = &quot;2048166282&quot;; google_ad_width = 468; google_ad_height = 15;  JAXL is an open source Jabber XMPP Client library written in PHP. It provides a self titled class JAXL which implements XMPP protocol. It can be extended to write custom event handler for every message or presence received. Developers are using JAXL for developing real time applications. Checkout 5 exciting gaming bots you can make using JAXL. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to use JAXL (Jabber XMPP Library in PHP) to import Gtalk contacts of any user       November 5, 2009 &nbsp;&nbsp;-&nbsp;&nbsp; XMPP &nbsp;&nbsp;-&nbsp;&nbsp;  1 comment     Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic.  google_ad_client = &quot;pub-2500869382280277&quot;; /* 468&#215;15, created 6/28/09 */ google_ad_slot = &quot;2048166282&quot;; google_ad_width = 468; google_ad_height = 15;  JAXL is an open source Jabber XMPP Client library written in PHP. It provides a self titled class JAXL which implements XMPP protocol. It can be extended to write custom event handler for every message or presence received. Developers are using JAXL for developing real time applications. Checkout 5 exciting gaming bots you can make using JAXL. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAM</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1193</link>
		<dc:creator>RAM</dc:creator>
		<pubDate>Fri, 09 Oct 2009 05:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1193</guid>
		<description>It will be a good one to regenrete the my code acording to this. I have made few mistakes. The script helps me to correct them.</description>
		<content:encoded><![CDATA[<p>It will be a good one to regenrete the my code acording to this. I have made few mistakes. The script helps me to correct them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-09-20 &#171; Bloggitation</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1192</link>
		<dc:creator>links for 2009-09-20 &#171; Bloggitation</dc:creator>
		<pubDate>Mon, 21 Sep 2009 06:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1192</guid>
		<description>[...] 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP &#124; Abhi&#039;s Weblog (tags: php xmpp programming)       Categories: Links        Comments (0) Trackbacks (0) Leave a comment Trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP | Abhi&#39;s Weblog (tags: php xmpp programming)       Categories: Links        Comments (0) Trackbacks (0) Leave a comment Trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP &#124; Abhi&#8217;s Weblog</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1191</link>
		<dc:creator>5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP &#124; Abhi&#8217;s Weblog</dc:creator>
		<pubDate>Sun, 20 Sep 2009 07:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1191</guid>
		<description>[...] Original post: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP &#124; Abhi&#8217;s Weblo... [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP | Abhi&#8217;s Weblo&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanush H</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1190</link>
		<dc:creator>Hanush H</dc:creator>
		<pubDate>Sat, 12 Sep 2009 12:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1190</guid>
		<description>Hey...Thnx very much for the post...... It cleared all my dobts.</description>
		<content:encoded><![CDATA[<p>Hey&#8230;Thnx very much for the post&#8230;&#8230; It cleared all my dobts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1189</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sat, 12 Sep 2009 05:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1189</guid>
		<description>Thanks a lot for making all my doubts clear at once, specially how to run jaxl as a deamon.
- Nice post</description>
		<content:encoded><![CDATA[<p>Thanks a lot for making all my doubts clear at once, specially how to run jaxl as a deamon.<br />
- Nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP - server camp</title>
		<link>http://abhinavsingh.com/blog/2009/09/5-exciting-gaming-bots-you-can-create-using-jaxl-jabber-xmpp-library-in-php/comment-page-1/#comment-1188</link>
		<dc:creator>5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP - server camp</dc:creator>
		<pubDate>Sat, 12 Sep 2009 03:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://abhinavsingh.com/blog/?p=526#comment-1188</guid>
		<description>[...] Read the original here: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the original here: 5 exciting (gaming) bots you can create using Jaxl (Jabber XMPP Library) in PHP [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
