4 messages in com.googlegroups.google-talk-openRe: Call.exe and exodus
FromSent OnAttachments
Sam04 Apr 2007 05:30 
Ling08 Apr 2007 06:59 
Sam08 Apr 2007 23:18 
Tiago Porangaba12 Apr 2007 12:52 
Subject:Re: Call.exe and exodus
From:Ling (gvc.@gmail.com)
Date:04/08/2007 06:59:55 AM
List:com.googlegroups.google-talk-open

Hi, Sam:

Please check the CallClient::OnStatusUpdate() function in the callclient.cc file. In the function, system add the buddy to roster when its status.available() true && status.phone_capability() true. Because the jabber server can not support the phone function of gtalk, the phone_capability is always false. So you cannot see your buddy in the roster. If you comment the status.phone_capability(), you will get what you want.

On Apr 4, 8:30 pm, "Sam" <devi@yahoo.com> wrote:

Hi,

I have been able to build call.exe using VS 8. Now, i am running Jabberd on system A and running call.exe on system B, on system B i also have exodus running where i have logged in with a user on the same server. but when i type roster in the call.exe console i get roster contains 0 callable.

Am i doing something wrong...am i logging in correctly to the server because it does not verify my password while logging in.

All the help is appreciated.