#include <im.h>
Collaboration diagram for OpalIM:
Public Member Functions | |
OpalIM () | |
Static Public Member Functions | |
static PAtomicInteger::IntegerType | GetNextMessageId () |
Data Fields | |
PString | m_conversationId |
Identifier for the conversation of messages. | |
PURL | m_to |
URL for destination of message. | |
OpalTransportAddress | m_toAddr |
Physical address for destination of message. | |
PURL | m_from |
URL for source of message. | |
OpalTransportAddress | m_fromAddr |
Physical address for source of message. | |
PString | m_fromName |
Alias (human readable) name for source of message. | |
PStringToString | m_bodies |
Map of MIME types to body text, e.g. "text/plain", "Hello Bob!". | |
PAtomicInteger::IntegerType | m_messageId |
OpalIM::OpalIM | ( | ) |
static PAtomicInteger::IntegerType OpalIM::GetNextMessageId | ( | ) | [static] |
PStringToString OpalIM::m_bodies |
Map of MIME types to body text, e.g. "text/plain", "Hello Bob!".
PString OpalIM::m_conversationId |
Identifier for the conversation of messages.
PURL OpalIM::m_from |
URL for source of message.
Physical address for source of message.
PString OpalIM::m_fromName |
Alias (human readable) name for source of message.
PAtomicInteger::IntegerType OpalIM::m_messageId |
Unique identifier for OpalIM instance for matching multiple simultaneous message states.
PURL OpalIM::m_to |
URL for destination of message.
Physical address for destination of message.