forked from dequis/purple-facebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
19 lines (13 loc) · 777 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Purple Facebook implements the Facebook Messenger protocol into pidgin,
finch, and libpurple. While the primary implementation is for purple3,
this plugin is back-ported for purple2.
This project is not affiliated with Facebook, Inc.
This has been forked from https://github.com/dequis/purple-facebook/ - Thanks Dequis for Maintaining this project for so long.
Build Instructions: git clone the repository, run meson setup build, cd into build directory and type ninja; ninja install to install to plugins folder.
More information: https://github.com/dequis/purple-facebook/wiki
Features:
- Chat is implemented
- Group Chat Works
- MFA/2FA Works
TODO:
- Implement End to End encryption. I would like some assistance with this, code/information contributions are welcome.