Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Latest commit

 

History

66 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actor-push

Actor Push notification server - replacement for Google Cloud Messaging

Registering endpoint

curl -XPOST https://push.actor.im/apps/31337/subscriptions

{
  "data": {
    "endpoint": "https://push.actor.im/apps/31337/subscriptions/gx1jfzIDjfyVPySxMABgHGofzCp2pm0REovU0DdhHk",
    "mqttServer": {
      "hosts": [
        "tcp://104.155.92.40:5672"
      ]
      "username": "actor-client",
      "password": "ohgh5eeC",
    },
    "topic": "actor.31337.subscription.gx1jfzIDjfyVPySxMABgHGofzCp2pm0REovU0DdhHk"
  }
}

data.endpoint value should be sent to Actor Server using RequestRegisterActorPush(endpoint)

About

Actor Push notification server - replacement for Google Cloud Messaging

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages