View Single Post
Scorpius's Avatar
Posts: 1,396 | Thanked: 2,796 times | Joined on Sep 2010 @ Caracas, Venezuela
#4576
From what I see the protocol changed from version 1.2 to 1.4:
Code:
   byte[] arrayOfByte = { 87, 65, 1, 4 };
That means there's a new dictionary and everything.

Also authentication WAUTH-1 was removed and there's a new WAUTH-2 method:
Code:
boolean auth = new node("auth", new node[]  { 
   new node("user", username), 
   new node("passive", "true"), 
   auth ? new node[] { 
      new node("user", username), 
      new node("mechanism", WAUTH-2") 
   } : new node("mechanism", "WAUTH-2") 
}, authBlob);
That's like too much work. Time to buy a new phone?
__________________
Support Yappari (a Whatsapp client for the N900 only) - Donate
 

The Following 3 Users Say Thank You to Scorpius For This Useful Post: