File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ const debugLog = debug('fblib')
1515/**
1616 * User agent spoofing the mobile Messenger app (version 148.0.0.20.381)
1717 */
18- const USER_AGENT =
19- 'Facebook plugin / LIBFB-JS / [FBAN/Orca-Android;FBAV/148.0.0.20.381;FBPN/com.facebook.orca;FBLC/en_US;FBBV/256002347743983]'
18+ const USER_AGENT = '[FBAN/Orca-Android;FBAV/220.0.0.20.121;]'
19+
2020/**
2121 * ¯\\_(ツ)_/¯
2222 */
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ import { MqttConnectFlag } from '../MqttTypes'
66import * as Payloads from '../payloads'
77import { MessageType } from './MessageTypes'
88
9- const USER_AGENT =
10- 'Facebook plugin / LIBFB-JS / [FBAN/Orca-Android;FBAV/148.0.0.5.83;FBPN/com.facebook.orca;FBLC/en_US;FBBV/26040814]'
9+ const USER_AGENT = '[FBAN/Orca-Android;FBAV/220.0.0.20.121;]'
1110
1211/**
1312 * Assembles a connect messages sent just after a TLS connection is established.
You can’t perform that action at this time.
0 commit comments