<?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: Jabber bot</title>
	<atom:link href="http://richard.wallman.org.uk/2010/02/jabber-bot/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard.wallman.org.uk/2010/02/jabber-bot/</link>
	<description>Yes, more vanity</description>
	<lastBuildDate>Thu, 11 Feb 2010 17:06:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: richard</title>
		<link>http://richard.wallman.org.uk/2010/02/jabber-bot/comment-page-1/#comment-10</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=109#comment-10</guid>
		<description>1: I think some of my problems were due to the fact that I&#039;d never tried connecting to a Jabber server before (with my own code, at least). One thing that does need documenting is the %bot_message_hash passed to the message_function sub - I don&#039;t remember seeing any docs for that, and it&#039;s probably of quite a lot of interest to people using N::J::Bot. :) It&#039;s just a question of (lack of) time regarding submitting patches - so much to do, so few hours in the day (and night...)

2: I only started hacking at it last night (bit of a side project). From never having looked at Jabber to getting a bot working in only a couple of hours is pretty good going. I like to do a bit of my own leg-work before asking on lists. :)

3: Yes, the direct dependency isn&#039;t really your &quot;problem&quot;. I guess it could be covered by adding something to the docs along the lines of &quot;If you want to connect to Google servers, you &lt;strong&gt;need&lt;/strong&gt; XML::Stream 1.23 or later&quot;. There&#039;s also the bot in the examples (gtalk_RSSbot.pl) which obviously isn&#039;t going to work if the right version isn&#039;t installed - a note/dep in the sources there would clue people in as well.

Thanks for creating this package - I wouldn&#039;t have been able to get a bot up so quickly and easily without it. :)</description>
		<content:encoded><![CDATA[<p>1: I think some of my problems were due to the fact that I&#8217;d never tried connecting to a Jabber server before (with my own code, at least). One thing that does need documenting is the %bot_message_hash passed to the message_function sub &#8211; I don&#8217;t remember seeing any docs for that, and it&#8217;s probably of quite a lot of interest to people using N::J::Bot. <img src='http://richard.wallman.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s just a question of (lack of) time regarding submitting patches &#8211; so much to do, so few hours in the day (and night&#8230;)</p>
<p>2: I only started hacking at it last night (bit of a side project). From never having looked at Jabber to getting a bot working in only a couple of hours is pretty good going. I like to do a bit of my own leg-work before asking on lists. <img src='http://richard.wallman.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>3: Yes, the direct dependency isn&#8217;t really your &#8220;problem&#8221;. I guess it could be covered by adding something to the docs along the lines of &#8220;If you want to connect to Google servers, you <strong>need</strong> XML::Stream 1.23 or later&#8221;. There&#8217;s also the bot in the examples (gtalk_RSSbot.pl) which obviously isn&#8217;t going to work if the right version isn&#8217;t installed &#8211; a note/dep in the sources there would clue people in as well.</p>
<p>Thanks for creating this package &#8211; I wouldn&#8217;t have been able to get a bot up so quickly and easily without it. <img src='http://richard.wallman.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd_rinaldo</title>
		<link>http://richard.wallman.org.uk/2010/02/jabber-bot/comment-page-1/#comment-9</link>
		<dc:creator>todd_rinaldo</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://richard.wallman.org.uk/?p=109#comment-9</guid>
		<description>Thanks for the post. 

1. What don&#039;t you like about the docs you don&#039;t necessarily have to submit a patch if you don&#039;t want to. Open a ticket. 
http://code.google.com/p/perl-net-jabber-bot/issues/list

2. Questions are always welcome on the mailing list. There are a couple of successful implementations I know of that have a presence on it. 
http://groups.google.com/group/perl-net-jabber-bot

3. The XML::Stream thing has only been fixed a month ago. I agree that I should update my dependencies even though technically I don&#039;t directly use XML::Stream so typically this is a bug for Jabber::Bot and/or Net::XMPP, which are both owned by the XML::Stream author. I&#039;d encourage you to submit an RT to him to fix things.

http://code.google.com/p/perl-net-jabber-bot/issues/detail?id=23</description>
		<content:encoded><![CDATA[<p>Thanks for the post. </p>
<p>1. What don&#8217;t you like about the docs you don&#8217;t necessarily have to submit a patch if you don&#8217;t want to. Open a ticket.<br />
<a href="http://code.google.com/p/perl-net-jabber-bot/issues/list" rel="nofollow">http://code.google.com/p/perl-net-jabber-bot/issues/list</a></p>
<p>2. Questions are always welcome on the mailing list. There are a couple of successful implementations I know of that have a presence on it.<br />
<a href="http://groups.google.com/group/perl-net-jabber-bot" rel="nofollow">http://groups.google.com/group/perl-net-jabber-bot</a></p>
<p>3. The XML::Stream thing has only been fixed a month ago. I agree that I should update my dependencies even though technically I don&#8217;t directly use XML::Stream so typically this is a bug for Jabber::Bot and/or Net::XMPP, which are both owned by the XML::Stream author. I&#8217;d encourage you to submit an RT to him to fix things.</p>
<p><a href="http://code.google.com/p/perl-net-jabber-bot/issues/detail?id=23" rel="nofollow">http://code.google.com/p/perl-net-jabber-bot/issues/detail?id=23</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

