View Single Post
Posts: 49 | Thanked: 37 times | Joined on Jan 2012
#1807
Originally Posted by Nad View Post
Might be possible if the user-agent string is changed to the latest s60 version (2.6.78 last I remember). Cant remember which file it is in atm.. will have a gander unless someone enlightens us?
Ok so I was looking at some of the files and found the ui.py which has
Code:
def initConnection(self):
		
		password = self.store.account.password;
		usePushName = self.store.account.pushName
		resource = "Symbian-2.6.61-443";
		chatUserID = self.store.account.username;
		domain ='s.whatsapp.net'
So I did what you suggested and change the string to the latest s60 version which is 2.6.99, now I haven't gotten anymore annoying server notifications about whatsapp update, can anyone of you confirm this? and change that string to check.

file is under
Code:
 /opt/waxmppplugin/bin/wazapp/
 

The Following 8 Users Say Thank You to devian For This Useful Post: