FOSSRIT / Open-Video-chat

An open source video conferencing tool for the XO laptop
https://fossrit.github.io/projects/open-video-chat
GNU General Public License v3.0
17 stars 10 forks source link

Multi User Management (Current Actions) #32

Open cdelorme opened 11 years ago

cdelorme commented 11 years ago

Since we need to use a list of users for establishing channels, we should begin the ground work now for multi-user communication management.

Ideally we want a text buffer per "established" connection, which would allow us to retain chat history per conversation.

The problem becomes handling channels.

Method one is to have a single set of three channels in the network_stack that are "shared", which means when switching contacts we close the channel to open it with another user. This also means switching users with active video chat would have to close the video chat (or display a dialog to confirm?).

Method two is to create a contact class, which carries its own channels, allowing us to keep them open and continue to accept and manage conversations.

cdelorme commented 11 years ago

UI has been adjusted for this, the only thing left is deciding the best method to handling the chat buffer.

Three feasible options: