|
OPAL Version 3.10.2
|
#include <im.h>
Public Types | |
| enum | Type { Text, CompositionIndication_Idle, CompositionIndication_Active, Disposition } |
Public Member Functions | |
| OpalIM () | |
Static Public Member Functions | |
| static PAtomicInteger::IntegerType | GetNextMessageId () |
Data Fields | |
| enum OpalIM::Type | m_type |
| PURL | m_to |
| PURL | m_from |
| PString | m_fromName |
| PString | m_mimeType |
| PString | m_body |
| PString | m_conversationId |
| OpalTransportAddress | m_fromAddr |
| OpalTransportAddress | m_toAddr |
| PAtomicInteger::IntegerType | m_messageId |
| enum OpalIM::Type |
| OpalIM::OpalIM | ( | ) |
| static PAtomicInteger::IntegerType OpalIM::GetNextMessageId | ( | ) | [static] |
| PString OpalIM::m_body |
| PString OpalIM::m_conversationId |
| PURL OpalIM::m_from |
| PString OpalIM::m_fromName |
| PAtomicInteger::IntegerType OpalIM::m_messageId |
| PString OpalIM::m_mimeType |
| PURL OpalIM::m_to |