Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
/ actor-push Public archive

Actor Push notification server - replacement for Google Cloud Messaging

License

Notifications You must be signed in to change notification settings

actorapp/actor-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published