Closed PWegner closed 11 years ago
jid = contrycode + phonenumber (without 0 at the begining ) + @s.whatsapp.net
example:
countrycode: 49 (Germany) Phonenuber: 01578 1231231
jid: 4915781231231@s.whatsapp.net
It also happens to me, i tried this:
So... i dont know exactly where is the problem, it seems like we are writing a wrong JID :/
[edited]
The problem is that no one around here appears to know how to properly format code. ffs
@mgp25 sending to "s.us" is group related..
Sending to "@g.us" is group related. s.us is status server
Yes right, sorry just saw the ".us" and thought of group server.. :P
Looks like the method is deprecated. You'll need to use contact sync to get user status.
I had the same feeling, the data retrived from this method are wrong in most of case!
Hi,
I am tryting to get the status of a person - but sendGetStatus() does not work for me. The onGetStatus callback function returns the status for every number - and even in the debug logs is only this status shown.
The returned status is "Hey there, I am using WhatsApp!", which is the status of the client. May be I am sending a wrong jid as parameter? I am just sending the phone number als jid - is this wrong?