ejabberd - Comments for "mode_irc and privates queries" https://www.ejabberd.im/node/376 en IRC authentification https://www.ejabberd.im/node/376#comment-774 <p>All of this is true on freenode (I don't know much for other server) :<br /> when a nickname is registered, nickserver!irc.freenode.net@irc.jabberserver send messages for authentification, it says to send </p> <p>/msg nickserver IDENTIFY password</p> <p>in jabber message that done by replying (to nickserver!irc.freenode.net@irc.jabberserver) :</p> <p>IDENTIFY password</p> <p>One thing that could be good for the irc module of ejabberd is like a user could register the encoding to use for each irc server, a user could register a password with a nickname and the server automatically authenticate when connecting to irc servers.</p> Fri, 09 Sep 2005 18:52:29 +0000 dax comment 774 at https://www.ejabberd.im Yes, but I guess this may https://www.ejabberd.im/node/376#comment-770 <p>Yes, but I guess this may differ on what IRC server software is used (I don't know much about IRC). At least I succeeded in registering once. I am not sure how I did it (it is a long time ago), but you need to enter the command in one of these windows that popped up when you joined the room. It might be also possible that I had to remove the slash in the IRC register command. So I guess you should try. If you succeed, it would be nice to hear how you did it as I maybe can document it somewhere. ;-)</p> <p>--<br /> sander</p> Wed, 07 Sep 2005 18:31:07 +0000 sander comment 770 at https://www.ejabberd.im The problem is ... https://www.ejabberd.im/node/376#comment-769 <p>I have found the problem :<br /> by sniffing the packets, the freenode irc server send back :<br /> "Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( <noindex><a href="http://freenode.net/faq.shtml#privmsg" title="http://freenode.net/faq.shtml#privmsg" rel="nofollow" >http://freenode.net/faq.shtml#privmsg</a></noindex> )"</p> <p>is there any way to support irc authentification (automatically, by sending msg to nickserv works :) ) ?</p> Wed, 07 Sep 2005 17:52:22 +0000 dax comment 769 at https://www.ejabberd.im I have this: {mod_irc, https://www.ejabberd.im/node/376#comment-767 <p>I have this:</p> <pre> {mod_irc, []}, </pre><p> And I am using ejabberd 0.9.8 from the FreeBSD ports.</p> <p>--<br /> sander</p> Wed, 07 Sep 2005 16:27:49 +0000 sander comment 767 at https://www.ejabberd.im I have made test with https://www.ejabberd.im/node/376#comment-765 <p>I have made test with coccillena but I got the same problem, so this should be a configuration error :<br /> I am using ejabberd_0.9.8-1sarge1_i386.deb from <noindex><a href="http://sgolovan.nes.ru/debian/sarge" title="http://sgolovan.nes.ru/debian/sarge" rel="nofollow" >http://sgolovan.nes.ru/debian/sarge</a></noindex>.<br /> The server host is happycoders.org and this is the mod_irc config line :<br /> {mod_irc, [{host, "irc.jabber.happycoders.org"}]},</p> <p>is there a debug mode in ejabberd to see xmpp messages ?</p> Wed, 07 Sep 2005 09:04:11 +0000 dax comment 765 at https://www.ejabberd.im I am using ejabberd 0.9.8 https://www.ejabberd.im/node/376#comment-764 <p>I am using ejabberd 0.9.8 and I just tried it with <noindex><a href="http://hem.fyristorg.com/matben/" rel="nofollow" >Coccinella</a></noindex>:</p> <ol> <li>RMB click on the user you want to open a private chat with.</li> <li>Select "chat".</li> <li>Type in the message.</li> <li>If he replies, a new tab will appear (or window if you disabled tabbed chats).</li> </ol> <p>--<br /> sander</p> Tue, 06 Sep 2005 20:37:36 +0000 sander comment 764 at https://www.ejabberd.im I have made tests with Psi https://www.ejabberd.im/node/376#comment-763 <p>I have made tests with Psi and Tkabber but none works :<br /> - Psi &lt;-&gt; mod_irc &lt;-&gt; irssi user<br /> - Psi &lt;-&gt; mod_irc &lt;-&gt; tkabber<br /> - tkabber &lt;-&gt; mod_irc &lt;-&gt; irssi_user</p> Tue, 06 Sep 2005 17:53:18 +0000 dax comment 763 at https://www.ejabberd.im It should work. Maybe it is https://www.ejabberd.im/node/376#comment-762 <p>It should work. Maybe it is a problem in your client?</p> <p>--<br /> sander</p> Tue, 06 Sep 2005 13:52:09 +0000 sander comment 762 at https://www.ejabberd.im