Copyright (c) 2017 Yan Guiborat
Authors: "Manuel Rubio" (manuel@altenwald.com
), "Yan Guiborat" (yan.guiborat@veon.com
).
Claws FCM is an extension for snatch to provide to the system of a way to perform FCM requests and recieve notifications back via Snatch.
The system requires OTP 19+ and we prefer to use rebar3 instead of older versions. To install claws_rest only needs:
{deps, [
{claws_fcm, "0.1.0"}
]}
Or if you are using erlang.mk instead, you can use:
DEPS += claws_fcm
dep_snatch = git https://github.com/snatch-xmpp/claws_fcm.git 0.1.0
You'll need a C/C++ compiler installed in your system for fast_xml and stringprep.
For further information check this doc.
Feel free to create an issue in github to point a bug, flaw or improvement and even send a pull request with a specific change. Read the LICENSE if you have doubts about what you can do with the code.
Enjoy!
claws_fcm |