diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-19 11:13:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-19 11:13:21 +0300 |
commit | 0cf2d899b7d79480e78c0050f1a1e343d8ead62b (patch) | |
tree | ce2b39993ef2725fd2e592101d9d915118bf438f /protocols/Facebook | |
parent | 4a822253405ed41c70a57356aca0a4cff8defecd (diff) |
fixes #2260 (Facebook MQTT not receiving any messages)
Diffstat (limited to 'protocols/Facebook')
-rw-r--r-- | protocols/Facebook/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index 2d42a4b111..4e6539ef38 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -77,7 +77,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * server started checking this. */ -#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/192.0.0.31.101;FBPN/com.facebook.orca;FBLC/en_US;FBBV/52182662]" +#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/248.0.0.7.127;FBPN/com.facebook.orca;FBLC/en_US;FBBV/194293860]" /** * FB_API_AGENT: |