Author Topic: WhatsApp protocol  (Read 455330 times)

0 Members and 4 Guests are viewing this topic.

Offline ghazan

Re: WhatsApp
« Reply #390 on: 24 02 2015, 13:59:38 »
everything is ok here.
would you please make a network log of such an error
 

Offline Leonard

  • Newbie
  • *
  • Posts: 16
Re: WhatsApp
« Reply #391 on: 24 02 2015, 14:08:04 »
Added it as an attachment.
 

Offline mida

  • Full Member
  • ***
  • Posts: 182
  • Country: at
Re: WhatsApp
« Reply #392 on: 25 02 2015, 16:15:53 »
yesterday works for me normally but today same problem here too
netlog, but only account name censored:
Spoiler
[17:05:56 039C] [068xxxxxxxxx] ===== Beginning SetStatus process
[17:05:56 0FD0] [068xxxxxxxxx] Connecting...
[17:05:56 0FD0] [068xxxxxxxxx] Connection request to c.whatsapp.net:443 (Flags 4)....
[17:05:56 0FD0] [068xxxxxxxxx] (1839A360) Connecting to server c.whatsapp.net:443....
[17:05:56 0FD0] [068xxxxxxxxx] (1839A360) Connecting to ip 208.43.122.144:443 ....
[17:05:57 0FD0] [068xxxxxxxxx] (8104) Connected to c.whatsapp.net:443
[17:05:57 0FD0] [068xxxxxxxxx] >> sent stream start
[17:05:57 0FD0] [068xxxxxxxxx] >> sent features
[17:05:57 0FD0] [068xxxxxxxxx] >> send auth, auth blob size 0
[17:05:57 0FD0] [068xxxxxxxxx] >> read stream start
[17:05:57 0FD0] [068xxxxxxxxx] >> <stream:features>
</stream:features>
[17:05:57 0FD0] [068xxxxxxxxx] >> <challenge>
|AÆ^\MR2’S°ðfäüeóR</challenge>
[17:05:57 0FD0] [068xxxxxxxxx] >> Send response
[17:05:59 0FD0] [068xxxxxxxxx] Exception: Login failure
[17:05:59 0FD0] [068xxxxxxxxx] (1839A360:8104) Connection closed internal
[17:05:59 0FD0] [068xxxxxxxxx] (1839A360:4294967295) Connection closed
[17:05:59 0FD0] [068xxxxxxxxx] Set status to offline
[17:05:59 0FD0] [068xxxxxxxxx] Break out from loop
[close]
sorry for my bad english
 

Offline Kajuru

Re: WhatsApp
« Reply #393 on: 25 02 2015, 17:44:33 »
For me its working, both yesterday and today.
 

Offline Thug

Re: WhatsApp
« Reply #394 on: 25 02 2015, 22:06:22 »
Today I tried to register again and this time I have received an sms with registration code. Entered it, but still can't go online. Seems like account ban, but cant's say for sure since I'm out of not-used phone nubers to test ???
« Last Edit: 25 02 2015, 22:08:23 by Thug »
 

Offline Thug

Re: WhatsApp
« Reply #395 on: 26 02 2015, 06:20:23 »
I have just tried to register again, and the registration was successfull. It finally works! :)
 

Offline Thug

Re: WhatsApp
« Reply #396 on: 26 02 2015, 08:30:54 »
Could you please remove 500 characters per message limitation? As far as I know, whatsapp doesn't have such limitation.
 

Offline Monty

Re: WhatsApp
« Reply #397 on: 26 02 2015, 08:36:04 »
From one day to another, it stopped working.

I had the same issue. After re-registration it works again. It seems that all people with this issue needs to re-register.
 

Offline mida

  • Full Member
  • ***
  • Posts: 182
  • Country: at
Re: WhatsApp
« Reply #398 on: 26 02 2015, 16:45:08 »
you have right, i tried re-register too and now i can going online.
sorry for my bad english
 

Offline watcher

Re: WhatsApp
« Reply #399 on: 26 02 2015, 17:51:30 »
Could you please remove 500 characters per message limitation? As far as I know, whatsapp doesn't have such limitation.

Fixed.
Пожалуйста, внимательно прочтите правила постинга перед тем, как открыть новую тему.
Please read forum rules.
 

Offline Chungalin

  • Jr. Member
  • **
  • Posts: 63
  • Country: es
Re: WhatsApp
« Reply #400 on: 27 02 2015, 16:04:19 »
Message Timestamp is also set to NULL on personal messages. I thought it was only on chat messages, but now I realize I was wrong. Could it be fixed like chats, please? I understand the point of sharing local timestamps, but while there isn’t a better solution, I prefer to see original timestamps and assume the risk of receiving a timestamp from another timezone (rather unlikely, as all my contacts are from same country and timezone).
 

Offline ghazan

Re: WhatsApp
« Reply #401 on: 27 02 2015, 16:31:57 »
Message Timestamp is also set to NULL on personal messages.
Message timestamp is never set to 0, it doesn't matter for which kind of messages.
 

Offline Robyer

Re: WhatsApp
« Reply #402 on: 28 02 2015, 11:14:28 »
Message timestamp is never set to 0, it doesn't matter for which kind of messages.

He mean it's set to "time(0);" - using local time instead of server time.
I was developing mainly Facebook, Omegle, Steam, Dummy and MobileState plugins. Now I'm retired. Goodbye, everyone. ~ You can still find me on Facebook.
 

Offline Chungalin

  • Jr. Member
  • **
  • Posts: 63
  • Country: es
Re: WhatsApp
« Reply #403 on: 28 02 2015, 11:27:07 »
He mean it's set to "time(0);" - using local time instead of server time.
Yes, I meant this (messages.cpp):

Code: [Select]
recv.timestamp = time(NULL);
 

Offline ghazan

Re: WhatsApp
« Reply #404 on: 28 02 2015, 13:07:16 »
for private messages it's mandatory, otherwise the order breaks down