fb-messenger-e2ee 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# FME - FB Messenger E2EE
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/fb-messenger-e2ee)
|
|
4
|
+
[](https://github.com/HerokeyVN/fb-messenger-e2ee)
|
|
5
|
+
[](https://www.npmjs.com/package/fb-messenger-e2ee)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](https://bun.sh/)
|
|
8
|
+
[](https://www.gnu.org/licenses/agpl-3.0)
|
|
6
9
|
|
|
7
10
|
**FME - FB Messenger E2EE** is a TypeScript/Bun toolkit focused on Facebook Messenger E2EE flows built on Noise, WA-binary, protobuf, and the Signal Protocol. Plaintext/non-E2EE messaging is intentionally left to `fca-unofficial` directly.
|
|
8
11
|
|
|
@@ -150,4 +153,4 @@ For the API reference and operational notes, see [DOCS.md](./DOCS.md).
|
|
|
150
153
|
|
|
151
154
|
## License
|
|
152
155
|
|
|
153
|
-
|
|
156
|
+
Licensed under the [GNU Affero General Public License v3.0](./LICENSE)
|
package/package.json
CHANGED