Conversation window can be opened and closed

This commit is contained in:
Pierre
2017-06-14 16:39:34 +02:00
parent 3e5ce7c97a
commit fa5cbdf9a6
7 changed files with 153 additions and 8 deletions

View File

@ -539,6 +539,13 @@ var ComunicWeb = {
//TODO : implement
},
/**
* Conversation chat window functions
*/
chatWindows: {
//TODO : implement
},
/**
* Interface between conversation UI and the API
*/
@ -552,6 +559,13 @@ var ComunicWeb = {
cachingOpened:{
//TODO : implement
},
/**
* Conversation service file
*/
service:{
//TODO : implement
}
},
/**