Classes | Namespaces | Typedefs

conversation.h File Reference

#include "common/common.h"
#include "threadsafe/smart_ptr.h"
Include dependency graph for conversation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  converse

Typedefs

typedef dword_t converse::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.