Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi User Management (Current Actions) #32

Open
cdelorme opened this issue Jul 23, 2013 · 1 comment
Open

Multi User Management (Current Actions) #32

cdelorme opened this issue Jul 23, 2013 · 1 comment

Comments

@cdelorme
Copy link
Collaborator

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
Copy link
Collaborator Author

cdelorme commented Sep 2, 2013

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

Three feasible options:

  • Mix messages into same buffer (easier to save/restore)
  • Create new tabs per selected contact
  • Store a TextBuffer per selected contact and switch on double click

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant