Skip to content

bazi/gcm-xmpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set API key and sender ID values in this file which defined as macros.

Compile rebar project:

./rebar3 compile

Run Erlang console with our compiled beam files:

erl -pa  _build/default/lib/*/ebin/

In Erlang console, run commands below. There will be messages displayed.

gcm_xmpp:start_link().
gcm_xmpp:send("hello", "device-token-here").

About

Simple GCM XMPP implementation in Erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages