[JDEV] ICQ Transport with Jabber 1.2
Dennis Noordsij
dennis.noordsij at wiral.com
Tue Nov 14 03:58:53 CST 2000
So far 'porting' transports have been relatively easy.
Change the ehandler_something line to ehandler_something_new (where it
registers itself) and add a paramater for the port to connect to.
Change 'jabber:server' to 'jabber:component:accept' (somewhere in the source
as well)
Set up a <listen> section in jabber.xml and run jabberd
Run icqtransport
:-)
For a good example, look at the Yahoo transport in the CVS. It has some code
that differentiates between an old and a new jabber server, and you can see
the differences. Then apply those differences to the other transports. Only
thing so far is that I have hardcoded the ports into the transports (which
ones to connect to to jabberd).
On Monday 13 November 2000 19:00, Eric Bowersox wrote:
> Since I myself have not yet gotten the ICQ transport to work with the 1.2
> server, I can't really answer that question yet.
>
> The old ICQ transport cannot connect to a 1.2 server. I have put code in
> the new ICQ transport that will allow it to connect to the 1.2 server under
> the right conditions, but we have been unable thusfar to get it to work.
> (This, incidentally, is one of the major stumbling blocks that keeps me
> from releasing the new transport at this time.)
>
> Eric
>
More information about the JDev
mailing list