MPresenceWatching Class Reference
class MPresenceWatching : public MXIMPBase |
Presence subscription control interface for clients use. Interface is implemented by the XIMP Framework.
Constructor & Destructor Documentation
~MPresenceWatching()
~MPresenceWatching | ( | ) | [protected, inline, virtual] |
Protected destructor. Object instancies can't be deleted via this interface.
Member Functions Documentation
SubscribePresentityGroupMembersPresenceL(const MXIMPIdentity &, const MPresenceInfoFilter &)
Subscribe presentity group members presence.
Subscribing presence is asynchronous operation and it might evolve network operations.
Parameters
const MXIMPIdentity & aGroupId | Identification of the presentity group for which members to request presence information. |
const MPresenceInfoFilter & aPif | Presence information filter indicating the set of presence information to request from the presentity group members. |
SubscribePresentityPresenceL(const MXIMPIdentity &, const MPresenceInfoFilter &)
Subscribe presentity presence.
Subscribing presence is asynchronous operation and it might evolve network operations.
Parameters
const MXIMPIdentity & aPresentityId | Identification of the presentity which presence information subscribe to. |
const MPresenceInfoFilter & aPif | Presence information filter indicating the set of presence information to request from the presentity. |
UnsubscribePresentityGroupMembersPresenceL(const MXIMPIdentity &)
Unsubscribe presentity group members presence.
Unsubscribing presence is asynchronous operation and it might evolve network operations.
Parameters
const MXIMPIdentity & aGroupId | Identification of the presentity group which members presence subscribtion to terminate. |
UnsubscribePresentityPresenceL(const MXIMPIdentity &)
Unsubscribe presentity presence.
Unsubscribing presence is asynchronous operation and it might evolve network operations.
Parameters
const MXIMPIdentity & aPresentityId | Identification of the presentity which presence information subscribtion to end. |
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.