coast-team / mute

a scalable collaborative document editor with CRDT, P2P and E2EE
https://mute.loria.fr/
GNU Affero General Public License v3.0
129 stars 17 forks source link

As a User I want to be able to invite some bots to the collaboration #38

Closed kalitine closed 7 years ago

kalitine commented 8 years ago

Current behavior A bot may be added to the collaboration by its URL. For now there is one available bot for MUTE: https://github.com/coast-team/mute-bot-storage. It is a bot storage and it has one special feature compared to any bot who just participate to the collaboration. It provides a REST API for listing available documents in its database. Thus one/many storage bots can be added to the MUTE distribution be default.

kalitine commented 7 years ago

This feature is implemented. Further possible steps would be define bot common API, create other bots, add authentication for the current bot storage etc.