RESPOST : [JDEV] JabberCOM update wacked - Further

Dmitriy Kolegayev dmitriy at oven.com
Tue Jul 3 15:07:05 CDT 2001


Karthik, you have no one to blame but yourself and your buggy code.

I briefly looked at the VC++ code you released on jabber's site previously
and it was pretty bad. The event and COM handling were screwed up. Memory
leaks everywhere.

I have written a VC++ client using JabberCOM and it works fine with latest
JabberCOM dlls. Sure there are some bugs in JabberCOM but overall it is a
good piece of software. I downloaded the latest dll and everything works
fine with it. To answer a particular question about the presence - it still
works.

Get a good C++ book before you call yourself a "professional developer"

Dmitriy

-----Original Message-----
From: jdev-admin at jabber.org [mailto:jdev-admin at jabber.org]On Behalf Of
Karthik K H
Sent: Tuesday, July 03, 2001 12:25 PM
To: jdev at jabber.org
Subject: RE: RESPOST : [JDEV] JabberCOM update wacked - Further


i can't imagine a few people are so dim-witted here

the presence problem is not just one-way, it is both
ways.  To put in more simpler terms...
My VC++ client does not receive any presence
notifications even if a user logs in on another
machine using Jabber Instant Messenger....


and more over here is the code that i have after I do
a SUCCESSFUL login...

m_pJabberSession->PutAvailable(TRUE) ;
CString status("available") ;
m_pJabberSession->PutStatus(status.AllocSysString()) ;
m_pJabberSession->SendMyPresence() ;

and for those who might ask rather dimwittedly "what
abt the login , was it successful ?"
yes yes yes i have this code only after i make a
check for a successful login...

and what abt those ducks now ??
ha ha ha ha ha....




More information about the JDev mailing list