Hello!
I'm trying to configure pyicqt transport in a clustered environment. ejabberd.cfg contains these lines:
...
{5347, ejabberd_service, [{access, icqtransport},
{host, "icq.jabber.company.ru", [{password, "SecretPassword"}]
}]},
...
{acl, icqpeople, {user, "alext"}}.
{access, icqtransport, [{allow, icqpeople}, {deny, all}]}.
{domain_balancing, "icq.jabber.company.ru", bare_source}.
{domain_balancing_component_number, "icq.jabber.company.ru", 2}.
When I stop pyicqt and/or ejabberd on my primary node I just can't connect to ICQ transport without any error messages in Tkabber or in /var/log/ejabberd/*.log. Sometimes I can get an error message stating that I'm not registered on this transport.
Any ideas?