A simple XMPP Push Service for XEP-0357: Push Notifications .
Interoperability between XMPP Push Notifications and the ChatSecure app server.
- This has a super simple XMPP server that accepts s2s connections. It only looks for incoming pubsub notifications.
- It parses these stanzas and finds the ChatSecure Push token.
- It then takes that token and sends
POST
to the ChatSecure Push Server/messages
endpoint.
npm install
node src/index.js -p [PORT] -b [BIND_ADDRESS] -d [DOMAIN] -k [TLS_KEY_PATH] -c [TLS_CERT_PATH]