ejabberd - Comments for "sorry, but i dont know what else to do than what i actually did- cant enable icq support" https://www.ejabberd.im/node/3436 en Install an ICQ transport https://www.ejabberd.im/node/3436#comment-54108 <div class="quote-msg"> <div class="quote-author"><em>JackJTP</em> wrote:</div> <p>i dont know how to set up the server or what modules to install to get the icq transport enabled. when i discover the services with my client, i am using PSI, there is the adminstuff, the irc protokoll but no icq, yahoo or stuff. and the biggest problems- i dont understand the FAQ´s and stuff so there is no way to find a way on my own.</p> <p>thats why i get on your nerves and hope there will be a proffessionel wich can tell me what to do or someone who can send me a link to an example wich ist working. </p> <p>another problem: i can understand the config- file a bit but i dont know the sytax i need to set up the icq stuff. the actual config is working as it is set up and everythings fine... ecept the icq thing. </p> <div class="codeblock"><code>{listen, <br />...<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {5555, ejabberd_service, [{ip, {78, 46, 88, 149}},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access, all},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {hosts, [&quot;icq.asp-webdesign.de&quot;, &quot;sms.asp-webdesign.de&quot;], [{password, &quot;secret&quot;}]}]},<br />...</code></div> </div> <p>ejabberd only includes a tranport/gateway: IRC. You will need to install any other transport you may want to use. The example ejabberd.cfg mentions icq and sms just as an example of how to configure.</p> <p>So, you need to:</p> <ol> <li>Install an ICQ transport in your machine </li><li>Configure the ICQ transport to connect to ejabberd </li><li>Configure ejabberd to accept the connection from your ICQ transport. Your current config seems good for this. </li><li>Start ejabberd </li><li>Start the ICQ transport </li></ol> <p>I don't know what Jabber-ICQ transports are nowadays, I just remember PyICQt and this tutorial: <a href="http://www.ejabberd.im/pyicqt">Install PyICQt - ICQ Transport</a></p> Wed, 25 Mar 2009 11:15:47 +0000 mfoss comment 54108 at https://www.ejabberd.im