<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>a little bit of zeank &#187; chatbot</title>
	<atom:link href="http://blog.jwchat.org/category/jabber/chatbot/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jwchat.org</link>
	<description>coding and stuff</description>
	<pubDate>Fri, 18 Dec 2009 08:59:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Chatbot repositories moved</title>
		<link>http://blog.jwchat.org/2008/06/17/chatbot-repositories-moved/</link>
		<comments>http://blog.jwchat.org/2008/06/17/chatbot-repositories-moved/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 14:55:30 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[Jabber]]></category>

		<category><![CDATA[chatbot]]></category>

		<guid isPermaLink="false">http://zeank.in-berlin.de/2008/06/17/chatbot-repositories-moved/</guid>
		<description><![CDATA[As code.mabber.com has gone down some time ago I grabbed a dump of chatbot&#8217;s SVN repository lately and uploaded it into my own subversion service. So please if you&#8217;re interested into chatbot development (or maybe even usage :D) relocate your repository to
http://svn.jwchat.org/chatbot/trunk
UPDATE:
Chatbot is now being hosted at http://github.com/sstrigler/chatbot/tree/master
That&#8217;s the new home of chatbot&#8217;s code. Maybe [...]]]></description>
			<content:encoded><![CDATA[<p>As code.mabber.com has gone down some time ago I grabbed a dump of <a href="http://zeank.in-berlin.de/2007/06/12/chatbot-reloaded/">chatbot</a>&#8217;s SVN repository lately and uploaded it into my own subversion service. So please if you&#8217;re interested into chatbot development (or maybe even usage :D) relocate your repository to</p>
<p><a href="http://svn.jwchat.org/chatbot/trunk"><strike>http://svn.jwchat.org/chatbot/trunk</strike></a></p>
<p><b>UPDATE</b>:<br />
Chatbot is now being hosted at <a href="http://github.com/sstrigler/chatbot/tree/master">http://github.com/sstrigler/chatbot/tree/master</a></p>
<p>That&#8217;s the new home of chatbot&#8217;s code. Maybe some day I&#8217;ll go mad and crazy and setup a trac again. But don&#8217;t count on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2008/06/17/chatbot-repositories-moved/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ChatBot reloaded</title>
		<link>http://blog.jwchat.org/2007/06/12/chatbot-reloaded/</link>
		<comments>http://blog.jwchat.org/2007/06/12/chatbot-reloaded/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 08:45:56 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[Jabber]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[chatbot]]></category>

		<category><![CDATA[mabber]]></category>

		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/06/12/chatbot-reloaded/</guid>
		<description><![CDATA[It was back in 1998 when Ryan Eatmon started coding on a Jabber channel bot (in Perl). For quite some time now no changes have been made to the code. As it would be really a shame to see this beautiful piece of software disappear in accordance with Ryan I decided to take over development [...]]]></description>
			<content:encoded><![CDATA[<p>It was back in 1998 when Ryan Eatmon started coding on a Jabber channel bot (in Perl). For quite some time now no changes have been made to the code. As it would be really a shame to see this beautiful piece of software disappear in accordance with Ryan I decided to take over development from now on. For this a <a href="http://code.mabber.com/t/chatbot">trac environment</a> has been set up to coordinate further development.<br />
Along with this there&#8217;s a <a href="http://code.mabber.com/svn/chatbot/trunk">subversion repository</a> where you can get the code. </p>
<p>In order to download ChatBot please do</p>
<p><code>svn co http://code.mabber.com/svn/chatbot/trunk chatbot</code></p>
<p>So what&#8217;s new?</p>
<ul>
<li>Some minor bug fixes (don&#8217;t crash on &#8216;join_channel&#8217; command, fixed timers)</li>
<li>Crash handler for registered callbacks of plugins (plugins can&#8217;t crash ChatBot anymore)</li>
<li>New &#8216;plugin&#8217; plugin that allows you to hot-deploy plugins (loading plugins whithout restarting) and enables hot code replacement (reload plugins if file changed)</li>
<li>A &#8216;feedreader&#8217; plugin that, well you guessed it, allows to subscribe to feeds</li>
<li>An &#8216;ejabberdctl&#8217; plugin to administrate ejabberd nodes from within chatbot (use with care!)</li>
<li>A <a href="http://zeank.in-berlin.de/2007/03/14/sending-raw-xml-from-within-chatbot/">&#8217;spool&#8217; plugin</a> that reads raw xml from a spool and sends it accross the wire (inspired by jabberd14&#8217;s spool feature)</li>
<li>even more plugins </li>
</ul>
<p>What&#8217;s left to say? Have fun playing with ChatBot (just like I have)!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2007/06/12/chatbot-reloaded/feed/</wfw:commentRss>
		</item>
		<item>
		<title>sending raw xml from within chatbot</title>
		<link>http://blog.jwchat.org/2007/03/14/sending-raw-xml-from-within-chatbot/</link>
		<comments>http://blog.jwchat.org/2007/03/14/sending-raw-xml-from-within-chatbot/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 16:34:52 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[Jabber]]></category>

		<category><![CDATA[chatbot]]></category>

		<guid isPermaLink="false">http://zeank.in-berlin.de/2007/03/14/sending-raw-xml-from-within-chatbot/</guid>
		<description><![CDATA[Wrote a new ChatBot plugin today I thought I&#8217;d like to share with you. It enables you to send raw xml data with the help of a spool directory. Chatbot watches this directory. If it finds a file in there it sends its content accross the wire. Pretty handy for lots of stuff like interfacing [...]]]></description>
			<content:encoded><![CDATA[<p>Wrote a new <a href="http://chatbot.jabberstudio.org">ChatBot</a> plugin today I thought I&#8217;d like to share with you. It enables you to send raw xml data with the help of a spool directory. Chatbot watches this directory. If it finds a file in there it sends its content accross the wire. Pretty handy for lots of stuff like interfacing with system monitors and so on.</p>
<p>Thanks to <a href="http://amessage.info">mawis</a> who inspired me with this by having added sth. similar to jabberd14.</p>
<p>Download: <a href="http://zeank.in-berlin.de/download/spool.txt">spool.pl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jwchat.org/2007/03/14/sending-raw-xml-from-within-chatbot/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
