Home · All Classes · All Namespaces · Modules · Functions · Files
Classes | Public Types | Signals | Public Member Functions | Static Public Attributes | Protected Member Functions
Tp::Contact Class Reference

The Contact class represents a Telepathy contact. More...

#include <TelepathyQt/Contact>

Inherits Tp::Object.

List of all members.

Classes

Public Types

Signals

Public Member Functions

Static Public Attributes

Protected Member Functions


Detailed Description

The Contact class represents a Telepathy contact.

The accessor functions on this object (id(), alias(), and so on) don't make any D-Bus calls; instead, they return/use values cached from a previous introspection run. The introspection process populates their values in the most efficient way possible based on what the service implements.

To avoid unnecessary D-Bus traffic, some accessors only return valid information after specific features have been enabled. For instance, to retrieve the contact avatar token, it is necessary to enable the feature Contact::FeatureAvatarToken. See the individual methods descriptions for more details.

Contact features can be enabled by constructing a ContactFactory and enabling the desired features, and passing it to AccountManager, Account or ClientRegistrar when creating them as appropriate. However, if a particular feature is only ever used in a specific circumstance, such as an user opening some settings dialog separate from the general view of the application, features can be later enabled as needed by calling ContactManager::upgradeContacts() with the additional features, and waiting for the resulting PendingOperation to finish.

As an addition to accessors, signals are emitted to indicate that properties have changed, for example aliasChanged(), avatarTokenChanged(), etc.

See Asynchronous Object Model, Shared Pointer Usage


Member Enumeration Documentation

Enumerator:
PresenceStateNo 
PresenceStateAsk 
PresenceStateYes 

Constructor & Destructor Documentation

Class destructor.

Tp::Contact::Contact ( ContactManager manager,
const ReferencedHandles handle,
const Features requestedFeatures,
const QVariantMap &  attributes 
) [protected]

Construct a new Contact object.

Parameters:
managerContactManager owning this contact.
handleThe contact handle.
requestedFeaturesThe contact requested features.
attributesThe contact attributes.

Member Function Documentation

ContactManagerPtr Tp::Contact::manager ( ) const

Return the contact nanager owning this contact.

Returns:
A pointer to the ContactManager object.

Return the handle of this contact.

Returns:
The handle as a ReferencedHandles object.
QString Tp::Contact::id ( ) const

Return the identifier of this contact.

Returns:
The identifier.

Return the features requested on this contact.

Returns:
The requested features as a set of Feature objects.

Return the features that are actually enabled on this contact.

Returns:
The actual features as a set of Feature objects.
QString Tp::Contact::alias ( ) const

Return the alias of this contact.

Change notification is via the aliasChanged() signal.

This method requires Contact::FeatureAlias to be ready.

Returns:
The alias.
QMap< QString, QString > Tp::Contact::vcardAddresses ( ) const

Return the various vcard addresses that identify this contact.

This method requires Contact::FeatureAddresses to be ready.

Returns:
The vcard addresses identifying this contact.
See also:
ContactManager::contactsForVCardAddresses(), uris()
QStringList Tp::Contact::uris ( ) const

Return the various URI addresses that identify this contact.

This method requires Contact::FeatureAddresses to be ready.

Returns:
The URI addresses identifying this contact.
See also:
ContactManager::contactsForUris(), vcardAddresses()

Return whether the avatar token of this contact is known.

This method requires Contact::FeatureAvatarToken to be ready.

Returns:
true if the avatar token is known, false otherwise.
See also:
avatarToken()
QString Tp::Contact::avatarToken ( ) const

Return the avatar token for this contact.

Change notification is via the avatarTokenChanged() signal.

This method requires Contact::FeatureAvatarToken to be ready.

Returns:
The avatar token.
See also:
isAvatarTokenKnown(), avatarTokenChanged(), avatarData()

Return the actual avatar for this contact.

Change notification is via the avatarDataChanged() signal.

This method requires Contact::FeatureAvatarData to be ready.

Returns:
The avatar as an AvatarData object.
See also:
avatarDataChanged(), avatarToken()

Start a request to retrieve the avatar for this contact.

Force the request of the avatar data. This method returns directly, emitting avatarTokenChanged() and avatarDataChanged() signals once the token and data are fetched from the server.

This is only useful if the avatar token is unknown; see isAvatarTokenKnown(). It happens in the case of offline XMPP contacts, because the server does not send the token for them and an explicit request of the avatar data is needed.

This method requires Contact::FeatureAvatarData to be ready.

See also:
avatarData(), avatarDataChanged(), avatarToken(), avatarTokenChanged()

Return the actual presence of this contact.

Change notification is via the presenceChanged() signal.

This method requires Contact::FeatureSimplePresence to be ready.

Returns:
The presence as a Presence object.

Return the capabilities for this contact.

User interfaces can use this information to show or hide UI components.

If ContactManager::supportedFeatures() contains Contact::FeatureCapabilities, the returned object will be a ContactCapabilities object, where CapabilitiesBase::isSpecificToContact() will be true; if that feature isn't present, this returned object is the subset of Contact::manager()::connection()::capabilities() and CapabilitiesBase::isSpecificToContact() will be false.

Change notification is via the capabilitiesChanged() signal.

This method requires Contact::FeatureCapabilities to be ready.

Returns:
An object representing the contact capabilities.

Return the location for this contact.

Change notification is via the locationUpdated() signal.

This method requires Contact::FeatureLocation to be ready.

Returns:
The contact location as a LocationInfo object.

Return whether the info card for this contact has been received.

With some protocols (notably XMPP) information is not pushed from the server and must be requested explicitely using refreshInfo() or requestInfo(). This method can be used to know if the information is received from the server or if an explicit request is needed.

This method requires Contacat::FeatureInfo to be ready.

Returns:
true if the information is known; false otherwise.

Return the information for this contact.

Note that this method only return cached information. In order to refresh the information use refreshInfo().

Change notification is via the infoFieldsChanged() signal.

This method requires Contact::FeatureInfo to be ready.

Returns:
The contact info as a Contact::InfoFields object.

Refresh information for the given contact.

Once the information is retrieved infoFieldsChanged() will be emitted.

This method requires Contact::FeatureInfo to be ready.

Returns:
A PendingOperation, which will emit PendingOperation::finished when the call has finished.
See also:
infoFieldsChanged()

Start a request to retrieve the information for this contact.

This method is useful for UIs that don't care about notification of changes in the contact information but want to show the contact information (e.g. right-click on a contact and show the contact info).

Returns:
A PendingContactInfo, which will emit PendingContactInfo::finished when the information has been retrieved or an error occurred.

Return whether the presence subscription state of this contact is known.

Returns:
true if the presence subscription state is known, false otherwise.
See also:
subscriptionState(), isSubscriptionRejected()

Return whether a request to see this contact's presence was denied.

Returns:
if the a request to see the presence subscription was denied, false otherwise.
See also:
isSubscriptionStateKnown(), subscriptionState()

Return the presence subscription state of this contact (i.e. whether the local user can retrieve information about this contact's presence).

Returns:
The presence subscription state as Contact::PresenceState.
See also:
isSubscriptionStateKnown(), isSubscriptionRejected()

Return whether the presence publish state of this contact is known.

Returns:
true if the presence publish state is known, false otherwise.
See also:
publishState(), isPublishCancelled()

Return whether a request to publish presence information to this contact was cancelled.

Returns:
true if a request to publish presence information was cancelled, false otherwise.
See also:
isPublishStateKnown(), publishState()

Return the presence publish state of this contact (i.e. whether this contact can retrieve information about the local user's presence).

Returns:
The presence publish state as Contact::PresenceState.
See also:
isSubscriptionStateKnown(), isSubscriptionRejected()

If the publishState() is Contact::PresenceStateAsk, return an optional message that was sent by the contact asking to receive the local user's presence; omitted if none was given.

Returns:
The message that was sent by the contact asking to receive the local user's presence.
See also:
publishState()
PendingOperation * Tp::Contact::requestPresenceSubscription ( const QString &  message = QString())

Start a request that this contact allow the local user to subscribe to their presence (i.e. that this contact's subscribe attribute becomes Contact::PresenceStateYes)

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when the request has been made.
See also:
subscriptionState(), removePresenceSubscription()
PendingOperation * Tp::Contact::removePresenceSubscription ( const QString &  message = QString())

Start a request for the local user to stop receiving presence from this contact.

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when the request has been made.
See also:
subscriptionState(), requestPresenceSubscription()
PendingOperation * Tp::Contact::authorizePresencePublication ( const QString &  message = QString())

Start a request to authorize this contact's request to see the local user presence (i.e. that this contact publish attribute becomes Contact::PresenceStateYes).

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when the request has been made.
See also:
publishState(), removePresencePublication()
PendingOperation * Tp::Contact::removePresencePublication ( const QString &  message = QString())

Start a request for the local user to stop sending presence to this contact.

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when the request has been made.
See also:
publishState(), authorizePresencePublication()
bool Tp::Contact::isBlocked ( ) const

Return whether this contact is blocked.

Change notification is via the blockStatusChanged() signal.

Returns:
true if blocked, false otherwise.
See also:
block()

Block this contact. Blocked contacts cannot send messages to the user; depending on the protocol, blocking a contact may have other effects.

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when an attempt has been made to take the requested action.
See also:
blockAndReportAbuse(), unblock()

Block this contact and additionally report abusive behaviour to the server.

If reporting abusive behaviour is not supported by the protocol, this method has the same effect as block().

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when an attempt has been made to take the requested action.
See also:
ContactManager::canReportAbuse(), block(), unblock()

Unblock this contact.

This method requires Connection::FeatureRoster to be ready.

Returns:
A PendingOperation which will emit PendingOperation::finished when an attempt has been made to take the requested action.
See also:
block(), blockAndReportAbuse()
QStringList Tp::Contact::groups ( ) const

Return the names of the user-defined roster groups to which the contact belongs.

Change notification is via the addedToGroup() and removedFromGroup() signals.

This method requires Connection::FeatureRosterGroups to be ready.

Returns:
A list of user-defined contact list groups names.
See also:
addToGroup(), removedFromGroup()
PendingOperation * Tp::Contact::addToGroup ( const QString &  group)

Attempt to add the contact to the user-defined contact list group named group.

This method requires Connection::FeatureRosterGroups to be ready.

Parameters:
groupThe group name.
Returns:
A PendingOperation which will emit PendingOperation::finished when an attempt has been made to to add the contact to the user-defined contact list group.
See also:
groups(), removeFromGroup()
PendingOperation * Tp::Contact::removeFromGroup ( const QString &  group)

Attempt to remove the contact from the user-defined contact list group named group.

This method requires Connection::FeatureRosterGroups to be ready.

Parameters:
groupThe group name.
Returns:
A PendingOperation which will emit PendingOperation::finished when an attempt has been made to to remote the contact to the user-defined contact list group.
See also:
groups(), addToGroup()
QStringList Tp::Contact::clientTypes ( ) const

Return the client types of this contact, if known.

Client types are represented using the values documented by the XMPP registrar, with some additional types. A contact can set one or more client types, or can simply advertise itself as unknown - in this case, an empty list is returned.

This method returns cached information and is more appropriate for "lazy" client type finding, for instance displaying the client types (if available) of everyone in your contact list. For getting latest up-to-date information from the server you should use requestClientTypes() instead.

This method requires FeatureClientTypes to be ready.

Returns:
A list of the client types advertised by this contact.
See also:
requestClientTypes(), clientTypesChanged()

Return the current client types of the given contact.

If necessary, this method will make a request to the server for up-to-date information and wait for a reply. Therefore, this method is more appropriate for use in a "Contact Information..." dialog; it can be used to show progress information (while waiting for the method to return), and can distinguish between various error conditions.

This method requires FeatureClientTypes to be ready.

Returns:
A list of the client types advertised by this contact.
See also:
clientTypes(), clientTypesChanged()
void Tp::Contact::aliasChanged ( const QString &  alias) [signal]

Emitted when the value of alias() changes.

Parameters:
aliasThe new alias of this contact.
See also:
alias()
void Tp::Contact::avatarTokenChanged ( const QString &  avatarToken) [signal]

Emitted when the value of avatarToken() changes.

Parameters:
avatarTokenThe new avatar token of this contact.
See also:
avatarToken()
void Tp::Contact::avatarDataChanged ( const Tp::AvatarData avatarData) [signal]

Emitted when the value of avatarData() changes.

Parameters:
avatarDataThe new avatar of this contact.
See also:
avatarData()
void Tp::Contact::presenceChanged ( const Tp::Presence presence) [signal]

Emitted when the value of presence() changes.

Parameters:
presenceThe new presence of this contact.
See also:
presence()

Emitted when the value of capabilities() changes.

Parameters:
capsThe new capabilities of this contact.
See also:
capabilities()
void Tp::Contact::locationUpdated ( const Tp::LocationInfo location) [signal]

Emitted when the value of location() changes.

Parameters:
capsThe new location of this contact.
See also:
location()
void Tp::Contact::infoFieldsChanged ( const Tp::Contact::InfoFields infoFields) [signal]

Emitted when the value of infoFields() changes.

Parameters:
InfoFieldsThe new info of this contact.
See also:
infoFields()

Emitted when the value of subscriptionState() changes.

Parameters:
stateThe new subscription state of this contact.
See also:
subscriptionState()
void Tp::Contact::publishStateChanged ( Tp::Contact::PresenceState  state,
const QString &  message 
) [signal]

Emitted when the value of publishState() changes.

Parameters:
stateThe new publish state of this contact.
See also:
publishState()
void Tp::Contact::blockStatusChanged ( bool  blocked) [signal]

Emitted when the value of isBlocked() changes.

Parameters:
statusThe new block status of this contact.
See also:
isBlocked()
void Tp::Contact::addedToGroup ( const QString &  group) [signal]

Emitted when this contact is added to group of the contact list.

Parameters:
groupThe group name.
See also:
groups(), removedFromGroup()
void Tp::Contact::removedFromGroup ( const QString &  group) [signal]

Emitted when this contact is removed from group of the contact list.

Parameters:
groupThe group name.
See also:
groups(), addedToGroup()
void Tp::Contact::clientTypesChanged ( const QStringList &  clientTypes) [signal]

Emitted when the client types of this contact change or become known.

Parameters:
clientTypesThe contact's client types
See also:
clientTypes(), requestClientTypes()
void Tp::Contact::augment ( const Features requestedFeatures,
const QVariantMap &  attributes 
) [protected, virtual]

Member Data Documentation

Feature used in order to access contact alias info.

See also:
alias(), aliasChanged()

Feature used in order to access contact avatar data info.

Enabling this feature will also enable FeatureAvatarToken.

See also:
avatarData(), avatarDataChanged()

Feature used in order to access contact avatar token info.

See also:
isAvatarTokenKnown(), avatarToken(), avatarTokenChanged()

Feature used in order to access contact capabilities info.

See also:
capabilities(), capabilitiesChanged()

Feature used in order to access contact info fields.

See also:
infoFields(), infoFieldsChanged()

Feature used in order to access contact location info.

See also:
location(), locationUpdated()

Feature used in order to access contact presence info.

See also:
presence(), presenceChanged()

Feature used in order to access contact addressable addresses info.

See also:
vcardAddresses(), uris()

Feature used in order to access contact client types info.

See also:
clientTypes(), requestClientTypes(), clientTypesChanged()


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.3