Re: Creating Group URIs

And here's a test implementation which solves my use case:

https://melvincarvalho.github.io/groupuris/

If you have a webid it will populate it and give you a dropdown with your
friends

If not, you'll have to type in two webids

Then you can generate a secure voice chat room between you and the other
participant

On 16 October 2016 at 13:26, Melvin Carvalho <melvincarvalho@gmail.com>
wrote:

> FYI: This short spec may be interesting to people working with group based
> credentials
>
>
> ---------- Forwarded message ----------
> From: Melvin Carvalho <melvincarvalho@gmail.com>
> Date: 16 October 2016 at 13:20
> Subject: Creating Group URIs
> To: public-rww <public-rww@w3.org>
>
>
> It is common when dealing with groups of Agents to want to create a URI to
> denote those agents. Yet there is no systematic way to create a URI from a
> set of its participants. This simple spec solves the problem by creating a
> FOAF Group with members the URIs, canonicalizing it, taking the hash, and
> then creating a URI from that hash.
>
> https://solid-live.github.io/specs/groupuris/
>
> My use case is to create group teleconferences using the roll call JS
> library [1].  You have two or more participants, and that can uniquely
> generate a hash, which is used to create a chat room, uniquely for your
> group based in the algorithm above.
>
> Feedback welcome!
>
> [1] https://rollcall.audio/
>
>

Received on Monday, 17 October 2016 14:38:22 UTC