ejabberd - Comments for "ICQ transport" https://www.ejabberd.im/node/138 en Now I see. Thanks a lot! https://www.ejabberd.im/node/138#comment-285 <p>Now I see. Thanks a lot!</p> Tue, 29 Mar 2005 08:42:56 +0000 jazzl0ver comment 285 at https://www.ejabberd.im ICQ transport is not a kind of local ICQ server https://www.ejabberd.im/node/138#comment-283 <p>&gt; 4. Now the question is: what should I specify in my ICQ client instead of login.icq.com:5190 to connect to local ICQ server [..]</p> <p>You cannot use jabber transport as a local server, since it was designed for quite the contrary purpose — to act as a gateway between local jabber clients and global ICQ (or any other proprietary IM network) server. So local users should use Jabber client instead of ICQ one and register on icq transport (icq.mydomain.org according to your config).</p> Mon, 28 Mar 2005 14:32:06 +0000 slipstream comment 283 at https://www.ejabberd.im Yes, I'm sure. Here it is: https://www.ejabberd.im/node/138#comment-276 <p>Yes, I'm sure. Here it is:</p> <p> ICQ Transport (JIT)<br /> This is the Jabber ICQ Transport.<br /> <noindex><a href="http://jit.jabberstudio.org/" title="http://jit.jabberstudio.org/" rel="nofollow" >http://jit.jabberstudio.org/</a></noindex></p> <p>(I removed MAILADD line).<br /> I've just included this part into master.xml - no difference..</p> <p>[root@master jabber]# pwd<br /> /etc/jabber<br /> [root@master jabber]# ls -la<br /> total 60<br /> drwxr-xr-x 2 jabber root 4096 Mar 24 16:21 .<br /> drwxr-xr-x 72 root root 12288 Mar 25 04:02 ..<br /> -rw------- 1 jabber root 32 Feb 21 18:58 cookie<br /> -rw-r----- 1 jabber root 5351 Mar 15 14:28 ejabberd.cfg<br /> -rw-r--r-- 1 root root 3829 Mar 24 19:06 master.xml<br /> -rw-r--r-- 1 root root 273 Mar 24 16:09 vCard.xml</p> <p>[root@master jabber]# ps -ef|grep jab<br /> jabber 14168 1 0 Mar15 ? 00:00:00 /usr/lib/erlang/erts-5.3.6.3/bin/epmd -daemon<br /> jabber 26412 1 0 Mar23 ? 00:00:03 /usr/lib/erlang/erts-5.3.6.3/bin/beam -- -root /usr/lib/erlang -progname erl -- -home /home/jabber -pa /usr/lib/ejabberd/ebin -setcookie 3902c541800b6f5750e00190c20572c8 -sname ejabberd -s ejabberd -ejabberd config "/etc/jabber/ejabberd.cfg" log_path "/var/log/ejabberd/ejabberd.log" -sasl sasl_error_logger {file,"/var/log/ejabberd/sasl.log"} -heart -noshell -noinput<br /> jabber 26415 26412 0 Mar23 ? 00:00:00 heart -pid 26412<br /> jabber 26416 26412 0 Mar23 ? 00:00:00 /usr/lib/erlang/lib/ssl-3.0.2/priv/bin/ssl_esock<br /> jabber 2281 1 0 Mar24 ? 00:02:02 jit -u jabber -d -H /var/log/jit -c /etc/jabber/master.xml</p> Fri, 25 Mar 2005 10:07:38 +0000 jazzl0ver comment 276 at https://www.ejabberd.im "./vCard.xml" -->Are you s https://www.ejabberd.im/node/138#comment-275 <p>"./vCard.xml"</p> <p>--&gt;Are you sure you have the vCard.xml file in the same directory as the master.xml? If you want to be sure: replace the above line with the content of the vCard.xml file in cvs.</p> <p>--<br /> sander</p> Thu, 24 Mar 2005 22:25:09 +0000 sander comment 275 at https://www.ejabberd.im Everything you specified is i https://www.ejabberd.im/node/138#comment-274 <p>Everything you specified is in the config - I've just skipped it. Please, look at the full version:<br /> master.xml<br /> ----------</p> <p> /var/log/jit/icqerror </p> <p> record<br /> /var/log/jit/icqrecord </p> <p> /usr/lib/jit/xdb_file.so </p> <p> /var/lib/jit</p> <p> sms.icq.mydomain.org</p> <p> sms.icq.mydomain.org</p> <p> away</p> <p> Fill in your UIN and password.<br /> Search ICQ users.<br /> ./vCard.xml</p> <p> 3907</p> <p> /var/log/jit/session_count.log</p> <p> 5</p> <p> 5</p> <p> 18000<br /> windows-1251</p> <p> login.icq.com</p> <p> /usr/lib/jit/jit.so</p> <p> icq.mydomain.org</p> <p> 127.0.0.1<br /> 5555<br /> secret</p> <p> /var/run/jabber/jit.pid</p> <p>Where should I specify WPJabber? And how would that lines look like?</p> Thu, 24 Mar 2005 17:26:09 +0000 jazzl0ver comment 274 at https://www.ejabberd.im Well, you need to WPJabber bi https://www.ejabberd.im/node/138#comment-273 <p>Well, you need to WPJabber binary (included with the JIT) and point to that config file (in the example the master.xml). Also you need to make JIT doing the logging and storing of messages (xdb) by itself. Therefore there are 2 important entries extra needed in the config file of JIT:<br /> 1) one which points to the xdb library (you need to compile this manually AFAIR (it is in jit/xdb/)<br /> 2) two entries for the logging (search on logging in the example file)</p> <p>BTW: As you can see I splitted the config files.</p> <p>--<br /> sander</p> Thu, 24 Mar 2005 16:05:00 +0000 sander comment 273 at https://www.ejabberd.im Yes, I did. And didn't find a https://www.ejabberd.im/node/138#comment-272 <p>Yes, I did. And didn't find any valuable differences with the one I use..<br /> Could you please be more specific and point me to the section of the config which I don't have?<br /> And I still don't understand what port should I use in the client..</p> Thu, 24 Mar 2005 11:15:55 +0000 jazzl0ver comment 272 at https://www.ejabberd.im Did you saw the JIT transport https://www.ejabberd.im/node/138#comment-269 Did you saw the <a href="http://jabberstudio.org/cgi-bin/viewcvs.cgi/cvs/ejabberd/examples/transport-configs/jit/">JIT transport config in cvs</a>? <br /> -- sander Wed, 23 Mar 2005 19:39:16 +0000 sander comment 269 at https://www.ejabberd.im