Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 672 Bytes

README.org

File metadata and controls

15 lines (12 loc) · 672 Bytes

What is it

This is a simple user side client for PCA. It’s intended to collect notifications from services and subscribe to the appropriate topics on the service’s hub using PubSubHubub.

Status

Currently it can receive requests to subscribe via /subscribe, a form it supplied at this URL for manual control, and it will attempt to subscribe to the hub and topic specified using /endpoint

Tasks [0/4]

Add backing store for subscriptions.

Add backing store for received events.

Publish events on the main page.

Only accept subscriptions if requested.