Skip to content

Commit

Permalink
Merge pull request #30 from vkotovv/master
Browse files Browse the repository at this point in the history
Fixed login issue (#29)
  • Loading branch information
Venomous committed Aug 29, 2012
2 parents a9fd065 + 113236f commit 5f3bdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/whatsapp.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function status(){

function Login()
{
$Data = "WA"."\x01\x00\x00\x19\xf8\x05\x01\xa0\x8a\x84\xfc\x11"."iPhone-2.6.9-5222".
$Data = "WA"."\x00\x04\x00\x19\xf8\x05\x01\xa0\x8a\x84\xfc\x11"."iPhone-2.6.9-5222".
"\x00\x08\xf8\x02\x96\xf8\x01\xf8\x01\x7e\x00\x07\xf8\x05\x0f\x5a\x2a\xbd\xa7";
$this->send($Data);
$Buffer = $this->read();
Expand Down

0 comments on commit 5f3bdbc

Please sign in to comment.