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.