Skip to content

Commit

Permalink
Merge pull request venomous0x#933 from mgp25/patch-23
Browse files Browse the repository at this point in the history
Update whatsprot.class.php
  • Loading branch information
shirioko committed Sep 17, 2014
2 parents c10e6ae + 9408b2f commit d3ff3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/whatsprot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ class WhatsProt
const WHATSAPP_SERVER = 's.whatsapp.net'; // The hostname used to login/send messages.
const WHATSAPP_UPLOAD_HOST = 'https://mms.whatsapp.net/client/iphone/upload.php'; // The upload host.
const WHATSAPP_DEVICE = 'Android'; // The device name.
const WHATSAPP_VER = '2.11.339'; // The WhatsApp version.
const WHATSAPP_USER_AGENT = 'WhatsApp/2.11.339 Android/4.0.4 Device/GalaxyS3';// User agent used in request/registration code.
const WHATSAPP_VER = '2.11.378'; // The WhatsApp version.
const WHATSAPP_USER_AGENT = 'WhatsApp/2.11.378 Android/4.3 Device/GalaxyS3';// User agent used in request/registration code.

/**
* Property declarations.
Expand Down

0 comments on commit d3ff3a3

Please sign in to comment.