Classes | Typedefs

converse Namespace Reference

Classes

class  ConversationHost
 anyone that wants to start a conversation must supply one of these. More...
class  ConversationRouter
 Object that knows how to route conversation dialogs. More...
class  ConversationManager
 object that manages conversations on the server This object must be threadsafe! More...

Typedefs

typedef dword_t conn_id_t
 The connection ID used by the Conversation library is used for validation (client can ensure that only the proper endpoint is participating in conversations) but is otherwise not used.