Socialwg/Federation/Candidates: Difference between revisions
< Socialwg
→Webmention: NOT recommend for use with resources published behind any kind of access control |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
* Webmention editor does '''NOT''' recommend it for use with resources published behind any kind of access control https://github.com/converspace/webmention/issues/36#issuecomment-74738742 — [[User:Pelf|Pavlik elf]] ([[User talk:Pelf|talk]]) 12:04, 1 May 2015 (UTC) | * Webmention editor does '''NOT''' recommend it for use with resources published behind any kind of access control https://github.com/converspace/webmention/issues/36#issuecomment-74738742 — [[User:Pelf|Pavlik elf]] ([[User talk:Pelf|talk]]) 12:04, 1 May 2015 (UTC) | ||
** '''Counter:''' [http://indiewebcamp.com/private-webmention Proposal for webmention for private (access controlled) posts by Aaronpk]. — [[User:Rhiaro|Amy Guy]] 2015-07-16 | |||
=== Linked Data Platform === | === Linked Data Platform === | ||
Line 15: | Line 16: | ||
* [[Micropub]] | * [[Micropub]] | ||
* [[Socialwg/Social API/Candidates#Micropub]] | * [[Socialwg/Social API/Candidates#Micropub]] | ||
=== Webhooks === | |||
* http://en.wikipedia.org/wiki/Webhook | |||
=== Zot === | === Zot === | ||
Line 27: | Line 31: | ||
=== PubSub === | === PubSub === | ||
* | * [http://www.w3.org/community/pubsub/2012/04/03/comments-on-v-0-4-of-the-spec/ PubSubHubBub 0.4] licensing issues, see [https://www.w3.org/Social/track/actions/66 ACTION-66: Follow up with julien regarding pubsubhubbub licensing] | ||
* [http://svn.cometd.org/trunk/bayeux/bayeux.html The Baeux Protocol] + Ruby & JavaScrip implementation [http://faye.jcoglan.com/ Faye] | * [http://svn.cometd.org/trunk/bayeux/bayeux.html The Baeux Protocol] + Ruby & JavaScrip implementation [http://faye.jcoglan.com/ Faye] | ||
Latest revision as of 17:50, 16 July 2015
This article is a stub. You can help the W3C wiki by expanding it.
Per the socialwg charter, we're working on a federation protocol. Here are some candidates:
Webmention
- Webmention editor does NOT recommend it for use with resources published behind any kind of access control https://github.com/converspace/webmention/issues/36#issuecomment-74738742 — Pavlik elf (talk) 12:04, 1 May 2015 (UTC)
- Counter: Proposal for webmention for private (access controlled) posts by Aaronpk. — Amy Guy 2015-07-16
Linked Data Platform
Micropub
Webhooks
Zot
https://github.com/friendica/red/wiki/zot
Zot is a JSON-based web framework for implementing secure decentralised communications and services.
It differs from many other communication protocols by building communications on top of a decentralised identity and authentication framework.
The authentication component is similar to OpenID conceptually but is insulated from DNS-based identities. Where possible remote authentication is silent and invisible. This provides a mechanism for internet scale distributed access control which is unobtrusive.
PubSub
- PubSubHubBub 0.4 licensing issues, see ACTION-66: Follow up with julien regarding pubsubhubbub licensing
- The Baeux Protocol + Ruby & JavaScrip implementation Faye