benfortuna / coucou

Automatically exported from code.google.com/p/coucou
GNU General Public License v3.0
0 stars 0 forks source link

Implement conversations #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Conversations are chat logs between two or more parties. Repository hierarchy 
might look like this:

/Conversations/[title]/[entry: @author, @message]/attach/[]...

 - @author should be a weak reference to the /Contacts/* node hierarchy

Original issue reported on code.google.com by benfortuna on 6 Feb 2011 at 11:47

GoogleCodeExporter commented 9 years ago
Each conversation should initialise a new session and write to the repository 
via this session. When the conversation is closed, the session is either saved 
or reverted based on whether the user chooses to discard the conversation.

Original comment by benfortuna on 13 Dec 2011 at 1:18