[jadmin] jabberd and jit in freebsd
Simeon Goranov
saiman at thefreeart.com
Wed Oct 3 03:35:59 CDT 2007
Hi all,
I'm trying to setup jabberd with icq support under freebsd without
success :(
Here is part of main router.log when I start jit
Wed Oct 3 11:23:16 2007 [notice] [127.0.0.1, port=64552] connect
Wed Oct 3 11:23:17 2007 [notice] [127.0.0.1, port=64552] disconnect
Wed Oct 3 11:23:19 2007 [notice] [127.0.0.1, port=62537] connect
Wed Oct 3 11:23:20 2007 [notice] [127.0.0.1, port=62537] disconnect
Wed Oct 3 11:23:22 2007 [notice] [127.0.0.1, port=63629] connect
Wed Oct 3 11:23:23 2007 [notice] [127.0.0.1, port=63629] disconnect
I think that jit can't connect to the router but I have no idea why.
This is the end of mine jit.xml configuration file:
<service id="icqlinker">
<uplink/>
<connect>
<ip>localhost</ip>
<port>5347</port>
<secret>my secret</secret>
</connect>
</service>
where my secret is the secret which I use for jabberd. And this is part
of the alias section in router.xml configuration file:
<alias name='icq.mydomain.com' target='icqlinker'/>
<alias name='sms.mydomain.com' target='icqlinker'/>
I can't figure out why jit can't connect to jabberd and I can't find
anything else about that into the logs. Any ideas and suggestions will
be more than wellcome.
Thnaks in advance !
More information about the JAdmin
mailing list