|
OPAL
Version 3.10.10
|
#include <im.h>
Public Member Functions | |
| OpalConnectionIMContext () | |
Public Member Functions inherited from OpalIMContext | |
| OpalIMContext () | |
| ~OpalIMContext () | |
| virtual SentStatus | Send (OpalIM *message) |
| virtual SentStatus | SendCompositionIndication (bool active=true) |
| virtual void | OnMessageSent (const MessageSentInfo &info) |
| void | SetMessageSentNotifier (const MessageSentNotifier ¬ifier) |
| Set the notifier for the OnMessageSent() function. More... | |
| virtual SentStatus | OnIncomingIM (OpalIM &message) |
| void | SetIncomingIMNotifier (const IncomingIMNotifier ¬ifier) |
| Set the notifier for the OnIncomingMessage() function. More... | |
| virtual void | OnCompositionIndicationChanged (const PString &state) |
| void | SetCompositionIndicationChangedNotifier (const CompositionIndicationChangedNotifier ¬ifier) |
| Set the notifier for the OnIncomingMessage() function. More... | |
| virtual bool | CheckContentType (const PString &contentType) const |
| virtual PStringArray | GetContentTypes () const |
| PString | GetID () const |
| void | SetID (const PString &id) |
| PString | GetKey () const |
| PString | GetLocalURL () const |
| PString | GetRemoteURL () const |
| PStringOptions & | GetAttributes () |
| < Get the attributes for this presentity. More... | |
| const PStringOptions & | GetAttributes () const |
| virtual bool | OnNewIncomingIM () |
| virtual bool | AddIncomingIM (OpalIM *message) |
| virtual void | OnCompositionIndicationTimeout () |
| OpalIM * | GetIncomingMessage () |
| virtual void | InternalOnMessageSent (const MessageSentInfo &info) |
| void | ResetLastUsed () |
| OpalConnectionIMContext::OpalConnectionIMContext | ( | ) |