class MProtocolPresenceAuthorization : public MXIMPBase |
Interface for presence protocol authorization object. Interface must be implemented by a XIMP Framework protocol plug-ins.
This interface defines actions that XIMP Framework requests from a presence protocol connection to execute presence authorization related tasks.
Protocol implementation must route requests received through this interface, to same remote presence service destination, as where the parent MXIMPProtocolConnection is connected. (Here the parent MXIMPProtocolConnection means the protocol connection instance from where this interface instance was retrieved.)
Protected Member Functions | |
---|---|
~MProtocolPresenceAuthorization () |
Inherited Functions | |
---|---|
MXIMPBase::GetInterface(TInt32,TIfGetOps) | |
MXIMPBase::GetInterface(TInt32,TIfGetOps)const | |
MXIMPBase::GetInterfaceId()const | |
MXIMPBase::~MXIMPBase() |
Inherited Enumerations | |
---|---|
MXIMPBase:@26 | |
MXIMPBase:TIfGetOps |
~MProtocolPresenceAuthorization | ( | ) | [protected, inline, virtual] |
Protected destructor. MProtocolPresenceAuthorization instancies can't be destroyed via this interface.
void | DoBlockPresenceForPresentityL | ( | const MXIMPIdentity & | aPresentityId, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to block the identified presentity from seeing presence information produced by this presence connection.
After blocking, identified presentity can't anymore access the user own presence information.
const MXIMPIdentity & aPresentityId | Identification of the presentity for which presence information access to block. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoCancelPresenceBlockFromPresentityL | ( | const MXIMPIdentity & | aPresentityId, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to cancel existing presence information block from the identified presentity.
const MXIMPIdentity & aPresentityId | Identification of the presentity of which presence information block to cancel. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoGrantPresenceForEveryoneL | ( | const MPresenceInfoFilter & | aPif, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to allow everyone to see specified presence information.
const MPresenceInfoFilter & aPif | Presence information filter indicating the allowed presence information. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoGrantPresenceForPresentityGroupMembersL | ( | const MXIMPIdentity & | aGroupId, |
const MPresenceInfoFilter & | aPif, | |||
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to allow the identified presentity group members to see specified presence information.
const MXIMPIdentity & aGroupId | Identification of the presentity group for which members to allow presence information. |
const MPresenceInfoFilter & aPif | Presence information filter indicating the allowed presence information. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoGrantPresenceForPresentityL | ( | const MXIMPIdentity & | aPresentityId, |
const MPresenceInfoFilter & | aPif, | |||
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to allow the identified presentity to see specified presence information.
const MXIMPIdentity & aPresentityId | Identification of the presentity to which to allow presence information access. |
const MPresenceInfoFilter & aPif | Presence information filter indicating the allowed presence information. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoSubscribePresenceBlockListL | ( | TXIMPRequestId | aReqId | ) | [pure virtual] |
Requests the protocol to subscribe presence block list from remote service.
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoSubscribePresenceGrantRequestListL | ( | TXIMPRequestId | aReqId | ) | [pure virtual] |
Requests the protocol to subscribe presence grant request list from remote service.
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoUnsubscribePresenceBlockListL | ( | TXIMPRequestId | aReqId | ) | [pure virtual] |
Requests the protocol to terminate presence block list subscription.
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoUnsubscribePresenceGrantRequestListL | ( | TXIMPRequestId | aReqId | ) | [pure virtual] |
Requests the protocol to terminate presence grant request list subscription.
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoUpdatePresenceGrantPifForEveryoneL | ( | const MPresenceInfoFilter & | aPif, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to update presence information filter (PIF) for already existing presence grant.
const MPresenceInfoFilter & aPif | Indicates the new set of presence information to allow for the presentity. Given set may be "wider" or "narrower" than the already allowed one. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoUpdatePresenceGrantPifForPresentityGroupMembersL | ( | const MXIMPIdentity & | aGroupId, |
const MPresenceInfoFilter & | aPif, | |||
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to update presence information filter (PIF) for already existing presentity group members presence grant.
const MXIMPIdentity & aGroupId | Identification of the presentity group for which members presence grant PIF to update. |
const MPresenceInfoFilter & aPif | Indicates the new set of presence information to allow for the presentities. Given set may be "wider" or "narrower" than the already allowed one. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoUpdatePresenceGrantPifForPresentityL | ( | const MXIMPIdentity & | aPresentityId, |
const MPresenceInfoFilter & | aPif, | |||
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to update presence information filter (PIF) for already existing presence grant.
const MXIMPIdentity & aPresentityId | Identification of the presentity which presence grant PIF to update. |
const MPresenceInfoFilter & aPif | Indicates the new set of presence information to allow for the presentity. Given set may be "wider" or "narrower" than the already allowed one. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoWithdrawPresenceGrantFromEveryoneL | ( | TXIMPRequestId | aReqId | ) | [pure virtual] |
Requests the protocol to withdraw existing presence information grant.
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoWithdrawPresenceGrantFromPresentityGroupMembersL | ( | const MXIMPIdentity & | aGroupId, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to withdraw existing presentity group members presence information grant.
const MXIMPIdentity & aGroupId | Identification of the presentity group which members presence grant to terminate. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
void | DoWithdrawPresenceGrantFromPresentityL | ( | const MXIMPIdentity & | aPresentityId, |
TXIMPRequestId | aReqId | |||
) | [pure virtual] |
Requests the protocol to withdraw existing presence information grant.
const MXIMPIdentity & aPresentityId | Identification of the presentity which presence grant to withdraw. |
TXIMPRequestId aReqId | Request ID identifying the issued request. |
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.