Skip to content

A Node XMPP Push Service for XEP-0357: Push Notifications

License

Notifications You must be signed in to change notification settings

ChatSecure/RubDub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubDub Build Status

A simple XMPP Push Service for XEP-0357: Push Notifications .

What does this do?

Interoperability between XMPP Push Notifications and the ChatSecure app server.

  1. This has a super simple XMPP server that accepts s2s connections. It only looks for incoming pubsub notifications.
  2. It parses these stanzas and finds the ChatSecure Push token.
  3. It then takes that token and sends POST to the ChatSecure Push Server /messages endpoint.

Setup

npm install

Running

node src/index.js -p [PORT] -b [BIND_ADDRESS] -d [DOMAIN] -k [TLS_KEY_PATH] -c [TLS_CERT_PATH]

About

A Node XMPP Push Service for XEP-0357: Push Notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published