Socialwg/Federation/Candidates: Difference between revisions

From W3C Wiki
Pelf (talk | contribs)
→‎PubSub: linked PubSubHubBub to resolution of ACTION-12
Pelf (talk | contribs)
added sections
Line 2: Line 2:


Per the [[socialwg]] charter, we're working on a federation protocol. Here are some candidates:
Per the [[socialwg]] charter, we're working on a federation protocol. Here are some candidates:
=== Webmention ===
* [[Webmention]]
* [[Webmention]]
=== Linked Data Platform ===
* [[Linked Data Platform]]
* [[Linked Data Platform]]
* [[Socialwg/Social API/Candidates#LDP_.2F_SoLiD]]
=== Micropub ===
* [[Micropub]]
* [[Micropub]]
* [[Socialwg/Social API/Candidates#Micropub]]


==== Zot ====
=== Zot ===
https://github.com/friendica/red/wiki/zot
https://github.com/friendica/red/wiki/zot


Line 20: Line 28:
* [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]


==== Research ====
== Research ==


* [http://xmpp.org/extensions/xep-0060.html XEP-0060 Publish-Subscribe XMPP]
* [http://xmpp.org/extensions/xep-0060.html XEP-0060 Publish-Subscribe XMPP]

Revision as of 12:02, 1 May 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

Linked Data Platform

Micropub

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

Research