class MProtocolPresenceDataHost : public MXIMPBase |
Interface for presence protocol connection host. This interface is implemented by XIMP Framework.
Presence protocol connection host interface defines requests that a presence protocol implementation can request (callback) from XIMP Framework.
Protected Member Functions | |
---|---|
~MProtocolPresenceDataHost() |
~MProtocolPresenceDataHost | ( | ) | [protected, inline, virtual] |
Protected destructor. MXIMPProtocolConnectionHost instancies can't be destroyed via this interface.
MProtocolPresenceAuthorizationDataHost & | AuthorizationDataHost | ( | ) | [pure virtual] |
Gets reference to MProtocolPresenceAuthorizationDataHost interface.
Presence protocol connection implementation uses returned data host interface to manage the presence connections presence auhtorization data.
MProtocolPresentityGroupsDataHost & | GroupsDataHost | ( | ) | [pure virtual] |
Gets reference to MProtocolPresentityGroupsDataHost interface.
Presence protocol connection implementation uses returned data host interface to manage the presence connections presentity groups data.
MPresenceObjectFactory & | PresenceObjectFactory | ( | ) | [pure virtual] |
Gets reference to object factory interface.
Presence protocol connection implementation uses factory interface to instantiate presence objects.
MProtocolPresencePublishingDataHost & | PublishingDataHost | ( | ) | [pure virtual] |
Gets reference to MProtocolPresencePublishingDataHost interface.
Presence protocol connection implementation uses returned data host interface to manage the presence connections presence publication data.
MProtocolPresenceWatchingDataHost & | WatchingDataHost | ( | ) | [pure virtual] |
Gets reference to MProtocolPresenceWatchingDataHost interface.
Presence protocol connection implementation uses returned data host interface to manage the presence connections presentity presence data.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.