[JDEV] WPJabber

2003-03-13 Thread lukasm
Hi, In wpjabber 1.0.1 there was mistake with presence handling. I strongly recommend to upgrade to 1.0.2 version. Visit: http://wpjabber.jabberstudio.org Regards Lukas Karwacki ___ jdev mailing list [EMAIL PROTECTED]

RE: [JDEV] [ANNOUNCE] Loudmouth 0.8 released!

2003-03-13 Thread Trent Melcher
Mikael Just a heads up, the instructions in the lm-send.c file, on how to compile didnt have the package specified. FOr those who dont use the pkg-config much might be confused by this. I would suggest adding the loudmouth-1.0 into the `pkg-config --cflags --libs loudmouth-1.0` By the way is

RE: [JDEV] [ANNOUNCE] Loudmouth 0.8 released!

2003-03-13 Thread Mikael Hallendal
tor 2003-03-13 klockan 20.45 skrev Trent Melcher: Mikael Just a heads up, the instructions in the lm-send.c file, on how to compile didnt have the package specified. FOr those who dont use the pkg-config much might be confused by this. I would suggest adding the loudmouth-1.0 into the

[JDEV] Job Opening

2003-03-13 Thread HR2003
We are looking for a senior Jabber developer to help us build an application on top of Jabber. The ideal candidate: Has written Jabber clients and components. Has designed and implemented XMPP protocols. Is fluent in Java and C++. Works well

RE: [JDEV] Job Opening

2003-03-13 Thread Bain Kennedy
I guess there isn't a better place to look for Jabber developers than the actual Jabber developer's list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 7:12 AM To: [EMAIL PROTECTED] Subject: [JDEV] Job Opening

[JDEV] msn-transport

2003-03-13 Thread ??涛
How to compile msn-transport under redhat linux 8.0? There is some mistake about automake. ___ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev

[JDEV] Memory leak in jabberd 1.4.2

2003-03-13 Thread Eugeny Korekin
I've found outh, that there is a memory leak in jabberd 1.4.2 and jabberd14 from cvs. When jabberd is using external xdb authentification module(i use xdb_auth_cpile), and user tries to login with _wrong_ password, jabberd aallocates some memory, and do not frees it after auth attempt. When user