I decided I'd give JIT a try. I compiled under cygwin by changing include <bits/time.h> to <time.h> in jabberd.h and adding -liconv to the definition of $(LIBS) in the makefile. It seems to run okay, but does not respond to client requests.
The sample configuration file includes <load><icqtrans>icqtrans.so</icqtrans></load>. I removed this entry, as the makefile appears to build a monolithic exe, and does not build an icqtrans library. Perhaps my problem is that this entry is required, but where am I supposed to get icqtrans? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Tijl Houtbeckers Sent: Wednesday, January 01, 2003 4:11 AM To: [EMAIL PROTECTED] Subject: Re:[JDEV] Transports w/ cygwin? Don't forget to consider JIT for ICQ instead of ICQv7-t. The old icq- transport-0.9 is virtually useless since it uses the obsolete ICQv5 protocol. You could also try AIMt, since it works for both AIM and ICQ, but it's not recommended for ICQ. -- Tijl Houtbeckers Java/J2ME/GPRS Software Engineer @ Splendo The Netherlands _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
