ejabberd - Comments for "mod_rabbiter - bot for microblogging" https://www.ejabberd.im/mod_rabbiter en I was reading to your post https://www.ejabberd.im/mod_rabbiter#comment-57175 <p>I was reading to your post about rabitter and microblogging and recalled one very interesting video. Here is the torrent to it <noindex><a href="http://bytesland.com/view/Elektrischer-Reporter-001-Microblogging-Leben-in-140-Zeichen" title="http://bytesland.com/view/Elektrischer-Reporter-001-Microblogging-Leben-in-140-Zeichen" rel="nofollow" >http://bytesland.com/view/Elektrischer-Reporter-001-Microblogging-Leben-...</a></noindex> . It touches upon very topical issues that are important for everybody nowadays.</p> Tue, 22 Mar 2011 18:39:19 +0000 Fenix comment 57175 at https://www.ejabberd.im No. I mean Ejabberd 2.1 alpha. https://www.ejabberd.im/mod_rabbiter#comment-54559 <p>The RabbitMQ is 1.6.0. Tony's rabbiter was compile to 1.5.x. This may be the problem.</p> <p>I download rabbitMQ 1.6.0 source, in the rabbit_amqqueue.erl file, there is no list_vhost_queues function. There is a function list/1.</p> <p>I replace the function list_vhost_queues with the function list, then recompile it.</p> <p>Now it is working.</p> <p>The rabbiter bot is taking commands such as *help.</p> <p>FYI:</p> <p>Please add rabbiter@rabbiter.<br /> not rabbitter<br /> not rabbiter@</p> <p>Another thing:<br /> Perl 5.8.9 not working with jwchat. I upgrade to 5.10. Now it is working.</p> Fri, 13 Nov 2009 06:18:54 +0000 breakevilaxis comment 54559 at https://www.ejabberd.im It seems mod_rabitter not yet compatible with RabbitMQ 2.1 alpha https://www.ejabberd.im/mod_rabbiter#comment-54556 <p>The problem is that <noindex><a href="http://github.com/tonyg/rabbiter/blob/feff55db98cb4fcbe8a7be4636abedd64a653b4c/mod_rabbiter.erl#L347" rel="nofollow" >mod_rabitter</a></noindex> calls to the function list_vhost_queues of rabbit_amqqueue, but such function was <noindex><a href="http://hg.rabbitmq.com/rabbitmq-server/rev/6ad1a9e059d0" rel="nofollow" >renamed some time ago</a></noindex>.</p> <p>I've reported it to mod_rabitter author. When I get a response, I'll add a comment here.</p> Thu, 20 Aug 2009 09:17:00 +0000 mfoss comment 54556 at https://www.ejabberd.im rabbiter crash with 2.1 alpha https://www.ejabberd.im/mod_rabbiter#comment-54555 <p>crasher:<br /> initial call: mod_rabbiter:init/1<br /> pid:&lt;0.330.0&gt;<br /> registered_name:[]<br /> exception exit: { undef, [{rabbit_amqqueue,list_vhost_queues,[&lt;&lt;"/"&gt;&gt;]},<br /> {mod_rabbiter,probe_queues,1}<br /> {mod_rabbiter,init,1}<br /> .....</p> <p>There is a 5672 port listening from ejabberd but rabbitmqclt status shows badrpc nodedown.</p> <p>Please help!</p> Thu, 20 Aug 2009 06:39:47 +0000 breakevilaxis comment 54555 at https://www.ejabberd.im