decentralized-identity / didcomm-messaging

https://identity.foundation/didcomm-messaging/spec/
Apache License 2.0
161 stars 56 forks source link

Group messaging query using DIDcomm-messaging #454

Open Shahriar707 opened 3 months ago

Shahriar707 commented 3 months ago

In an existing bifold wallet, they leverage the DIDComm protocol for messaging. Now our query is: is it possible for us to create a system that connects 3 or more devices and build a group messaging system like the popular social media WhatsApp group chat feature using the existing DIDcomm messaging protocol? Is it possible to use DIDcomm to initiate group messaging?

swcurran commented 3 months ago

Work was done on this by @karimStekelenburg, @genaris, and others at Rebooting Web of Trust in The Hague, NL in fall 2022. I recall there was code produced and a really cool demo, but I’m not sure where that code is.

Paper from the event: https://github.com/WebOfTrustInfo/rwot11-the-hague/blob/master/draft-documents/scalable-anywise-didcomm.md

swcurran commented 3 months ago

Another link — the code I referenced in the previous comment was from this organization: https://2060.io/.

TelegramSam commented 3 months ago

There has also been some work done by @frostyfrog along the lines of a server managed group. (There are a few types of group messaging, each with different characteristics...)

TheTechmage commented 3 months ago

Yep, and that work is in the process of being open sourced as well x3

The UI is already open source. I'm just waiting to get some time to make the back end configurable before that is opened as well. Shipping docker containers with the same secret keys isn't the best idea in the world.