#social 2015-06-14
2015-06-14 UTC
bblfish and shepazu joined the channel
shepazu, bblfish and shepazu_ joined the channel
bblfish joined the channel
#
Loqi Tsyesika made 1 edit to [[Socialwg/2015-06-09]] https://www.w3.org/wiki/index.php?diff=84468&oldid=84423

Arnaud1 and jaywink joined the channel
#
ben_thatmustbeme tsyesika: i think that was the wrong week you added that to

#
Loqi Benthatmustbeme made 1 edit to [[Socialwg]] https://www.w3.org/wiki/index.php?diff=84470&oldid=84408

#
ben_thatmustbeme tsyesika: nevermind, i saw it was the "next meeting" section

#
Loqi Benthatmustbeme made 1 edit to [[Socialwg/2015-06-16]] https://www.w3.org/wiki/index.php?diff=84471&oldid=84467

elf-pavlik joined the channel
#
ben_thatmustbeme Random question, i thought for people to be considered in good standing in th e WG they had to attend the majority of teleconfs... There are a lot of names I don't even recognize here http://www.w3.org/2000/09/dbwg/details?group=72531&public=1

#
Loqi Benthatmustbeme made 4 edits to [[Socialwg/2015-06-16]] https://www.w3.org/wiki/index.php?diff=84475&oldid=84471

#
ben_thatmustbeme clearly it isn't

#
rhiaro hey melvster, would you have time to look at what we've got so far for micropub and activitypump at https://github.com/w3c-social/Social-APIs-Brainstorming and see if there's anything for SoLiD you could add?

bblfish joined the channel
#
elf-pavlik hola! last two days i implemented quick Unhosted Micropub Client http://elf-pavlik.github.io/unmpc/ it leaves to authorization server to chose how one authenticates (IndieAuth, WebID-*, Mozilla Persona, OpenID Connect ...) and uses Bearer tokens for API interaction

#
elf-pavlik i plan to also add LDP and Hydra APIs for it for comparison

#
elf-pavlik i will aslo try to post tomorrow some diagrams on authentication / authorization and using Bearer tokens

#
elf-pavlik melvster, using Bearer tokens can also allow to restrict permisions for SoLiDd apps

#
elf-pavlik I start with HTTP URI based identity, used both by IndieWeb and WebID, but I can also add acct: to work with webfinger (+ remoteStorage) as well as mailto: which can use Mozilla Persona

#
elf-pavlik melvster, i don't put much faith into it ... more interested in identity credentials which IndieAuth also seems to use in a way http://opencreds.org/specs/source/identity-credentials/

#
elf-pavlik so Mozilla Persona provided just EmailCredential verification

#
elf-pavlik just as https://indiecert.net provides X509Credential verification service

#
elf-pavlik GpgCredential verification https://indieauth.com/gpg

#
elf-pavlik etc.

#
elf-pavlik rhiaro, do you have HTTPS working?

#
elf-pavlik you could try posting to https://phubble.tuxed.net/w3c-social/ via http://elf-pavlik.github.io/unmpc/ but that requres identity on HTTPS

#
elf-pavlik enforced by authorization server used by phubble.tuxed.net (ATM indiecert.net but later moving to something like as.tuxed.net)

#
elf-pavlik if you want indiecert.net to use it you may need to enable HTTPS for your identity document

#
elf-pavlik melvster, I see you saying "Thanks. Will test again when I upgrade." in https://github.com/fkooman/indiecert/issues/6

#
melvster if you'd like to try telegram, you can test my fork at http://webid.im/t
#
ben_thatmustbeme rhiaro: https://github.com/dissolve/w3c-socialwg-activitystreams/tree/fixmicroformats my current work

#
ben_thatmustbeme if you wanted to know

#
elf-pavlik indiecert.net requires HTTPS for identity documents (just as webfinger does makes HTTPS a MUST)

#
elf-pavlik onde day once I find on http://webid.info/ *information* about generating WebID-TLS compatibile X.509 i'll test if indiecert.net works with it...

bblfish joined the channel
#
rhiaro from this thread https://github.com/fkooman/indiecert/issues/6 it seems like a webid cert should work with indiecert with https

#
elf-pavlik indiecert.net also allows use of https://www.cacert.org/

#
elf-pavlik with http://www.startssl.com/ one should keep in mind that - they will charge $$$ for revocation of issued certificate - if you request it

bblfish joined the channel
#
elf-pavlik typo: application/activitystreams+json whould have: application/activity+json

#
Loqi Pelf made 1 edit to [[Socialwg/Social API/Comparison]] https://www.w3.org/wiki/index.php?diff=84476&oldid=83872

jasnell joined the channel
#
elf-pavlik ben_thatmustbeme, looking at https://github.com/dissolve/w3c-socialwg-activitystreams/tree/fixmicroformats

#
elf-pavlik from parsing html microformats from html i will not have possibility to get exact the same data as normative AS2.0 (JSON-LD) examples

#
ben_thatmustbeme elf-pavlik: I am updating examples to show what is actually in use, getting all the same data is not my first priority. The fact that that difference exists says that either microformats may need something new or its just not used yet, or the spec needs to be curtailed

bblfish joined the channel
#
elf-pavlik melvster, i don't know what you refer to by saying "parse the standards machine readable public key in the profile", indiecert.net uses rel="publickey" from http://microformats.org/wiki/existing-rel-values and https://tools.ietf.org/html/rfc6920 which you might even recommed yourself

#
melvster elf-pavlik: have a look at the webid tls spec it shows all formats of public key supported and mandatory, they are all W3C RECS : http://www.w3.org/2005/Incubator/webid/spec/tls/
#
elf-pavlik WebID-TLS doesn't have status of recognized standard

#
elf-pavlik sure

#
Loqi @lechatpito :: Ha! The map of semantic markup by Yandex https://twitter.com/lechatpito/status/434770786348322816/photo/1

#
aaronpk melvster: re: OAuth, there is an extension to OAuth 2.0 called "token introspection" which is meant to give you information about the token. In pure OAuth 2.0, you don't need to know a user ID to be able to use tokens, but in practice, everyone wants to know user data, so now there is OpenID Connect, IndieAuth (oauth + identity) or snowflake APIs for it

tilgovi and bblfish joined the channel
#
elf-pavlik token introspection draft also linked in https://indiecert.net/faq#micropub

#
elf-pavlik aaronpk, if you like you can try to post with http://elf-pavlik.github.io/unmpc/ to https://phubble.tuxed.net/w3c-social/

#
elf-pavlik aaronpk, if you log in directly to phubble you can also post to this secret space https://phubble.tuxed.net/alice-b-day/ next step i want to add posting and reading secret spaces via unmpc

#
elf-pavlik melvster, i would add *credentials* used to verify ident during authn

#
elf-pavlik e.g. rel="publickey" or rel="me" href="mailto:foo@example.net" etc.

#
elf-pavlik similar with WebID-TLS verification with SPARQL query ;) http://www.w3.org/2005/Incubator/webid/spec/tls/#verifying-the-webid-claim

#
elf-pavlik to my understanding IndieAuth also supports verifying OnlineAccountCredential e.g. Twitter, Github, other silos providing accounts

#
elf-pavlik which works in very simlar way as *hosted* badges in http://openbadges.org while Credentials CG focuses also on *signed* variant to complement hosted one

jasnell, bblfish, KevinMarks, LCyrin, tilgovi, jasnell_ and Arnaud joined the channel