Skip to content

Commit

Permalink
Bump the FB_ORCA_AGENT version (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Jan 20, 2021
1 parent 7aa7aa1 commit 3f4e950
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/20-bump-FB_ORCA_AGENT-version.patch
@@ -0,0 +1,11 @@
--- a/libpurple/protocols/facebook/api.h
+++ b/libpurple/protocols/facebook/api.h
@@ -97,7 +97,7 @@
* 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/537.0.0.31.101;FBPN/com.facebook.orca;FBLC/en_US;FBBV/52182662]"

/**
* FB_API_AGENT:

2 comments on commit 3f4e950

@hoehermann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me on Ubuntu "focal" 20.04. Though I had to run git clean -xdf before it compiled correctly.

@jschwartzenberg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to make this version string configurable?

Please sign in to comment.