Repository: https://github.com/solid/specification - Technical Reports: https://solidproject.org/TR/ - Code of Conduct: https://github.com/solid/specification#code-of-conduct
csarven on main
Update work-item-technical-repo… (compare)
csarven on main
Add view potentialAction for un… (compare)
csarven on main
Add Solid QA work item (compare)
csarven on main
Update CG URLs Update introduction Update technical-report-descrip… and 1 more (compare)
csarven on main
Add Solid QA (#495) * Add Soli… (compare)
csarven on qa
csarven on qa
Update abstract in response to … (compare)
csarven on main
Add 2023-02-01 agenda and minut… (compare)
csarven on 2023-02-01
csarven on main
Update some links to the redire… (compare)
csarven on main
Update societal-impact-review s… (compare)
csarven on 2023-02-01
Add clarifications to 2023-02-0… (compare)
csarven on 2023-02-01
Apply suggestions from code rev… (compare)
Hi all,
I am building a Progressive Web App (PWA) where I would like the user to get notified when she receives a new LDN, i.e. when a new resource is created in her inbox.
I looked into the websocket support [1], which worked great in a little utility demo web app [2].
However, for that to work, the app needs to be open.
When a user installs my PWA on her phone, the app is not able to notify the user about new LDNs (since the websocket connection is closed).
But that is where the PWA's service worker and its ability to receive Web Push Notifications [3,4,5] come in.
With Web Push Notifications, the PWA would be able to notify the user even when closed by receiving a push notification from the server (i.e. possibly the Pod?).
Has there already been a discussion about Web Push being a part of Solid Pods or Solid in general?
Cheers
Christoph
[1] https://github.com/solid/solid-spec/blob/master/api-websockets.md
[2] https://github.com/uvdsl/solid-inbox-watcher
[3] https://datatracker.ietf.org/doc/html/draft-ietf-webpush-protocol
[4] https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications
[5] https://www.youtube.com/watch?v=2zHqTjyfIY8 (coding demo)
@uvdsl Excellent. I've just moved Henry's issue from 2015 to solid/notifications#35 . Please do share your findings in that issue (and elsewhere in that repository).
The current work on notifications (protocol / data model..) is taken on by the https://github.com/solid/notifications-panel (see Charter: https://github.com/solid/process/blob/main/notifications-panel-charter.md ) . Chat: https://gitter.im/solid/notifications-panel . You're invited to join us on Thursday meetings.
@edwardsph https://github.com/solid/specification/issues/158#issuecomment-606503695 , in particular:
When I suggested this I was thinking of two areas of use: http 301/302s to https or location of (an inbox) container changing.. and if the original request is a POST, I'd still like it to go through (I think).
So I think we can do "301 or 308". I do remember related discussions where we don't double down on specific status codes when redirecting is needed.
http://csarven.ca/inbox/
(also one of the examples in the LDN spec) but then later switched to https. So, POST to http and server responding with 301 didn't work out. 308 would be great.
We are asked to renew or remove our expression of interest for the W3C RDF Dataset Canonicalization and Hash Working Group Charter (formerly Linked Data Signatures): https://github.com/w3c/rch-wg-charter/issues/49#issuecomment-1027048465
Has there been any changes in our interest? As with our original support, this is an important undertaking for all communities that works directly/indirectly with RDF and I suggest that the W3C Solid Community Group should +1.
Has there been any changes in our interest? As with our original support, this is an important undertaking for all communities that works directly/indirectly with RDF and I suggest that the W3C Solid Community Group should +1.
+1
Should the Solid Protocol limit the JSON-LD requirement to one of the Forms as opposed to all (current)?
i don’t think we should limit anything at this time - maybe never. i like @acoburn’s suggestions about establishing best practices and documenting patterns over restriction
Thanks @csarven ,
I saw some discussions about access-log aux resources, which may have their own acls, etc. For now, i take it to be any long chain in general case.
Also is there any absolute-term for those subject resources, that which is not in relation with aux resources? like some "primary resources", etc?