/** * Interface between the graphical conversation system and the API * * @author Pierre HUBERT */ ComunicWeb.components.conversations.interface = { /** * Create a conversation * * @param {Object} infos Informations about the conversation to create * @param {Function} afterCreate What to do once the conversation is created * @return {Boolean} True for a success */ }