Home · All Classes · All Namespaces · Modules · Functions · Files
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties

Tp::Client::ChannelInterfaceMessagesInterface Class Reference
[Channel proxies]

#include <TelepathyQt4/Channel>

Inherits Tp::AbstractInterface.

List of all members.

Public Slots

Signals

Public Member Functions

Static Public Member Functions

Protected Member Functions

Properties


Detailed Description

Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Interface.Messages."


Constructor & Destructor Documentation

Tp::Client::ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface ( const QString &  busName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelInterfaceMessagesInterface associated with the given object on the session bus.

Parameters:
busName Name of the service the object is on.
objectPath Path to the object on the service.
parent Passed to the parent class constructor.
Tp::Client::ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface ( const QDBusConnection &  connection,
const QString &  busName,
const QString &  objectPath,
QObject *  parent = 0 
)

Creates a ChannelInterfaceMessagesInterface associated with the given object on the given bus.

Parameters:
connection The bus via which the object can be reached.
busName Name of the service the object is on.
objectPath Path to the object on the service.
parent Passed to the parent class constructor.
Tp::Client::ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface ( Tp::DBusProxy proxy  ) 

Creates a ChannelInterfaceMessagesInterface associated with the same object as the given proxy.

Parameters:
proxy The proxy to use. It will also be the QObject::parent() for this object.
Tp::Client::ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface ( const Tp::Client::ChannelInterface mainInterface  )  [explicit]

Creates a ChannelInterfaceMessagesInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.

Parameters:
mainInterface The proxy to use.
Tp::Client::ChannelInterfaceMessagesInterface::ChannelInterfaceMessagesInterface ( const Tp::Client::ChannelInterface mainInterface,
QObject *  parent 
)

Creates a ChannelInterfaceMessagesInterface associated with the same object as the given proxy. However, a different parent object can be specified.

Parameters:
mainInterface The proxy to use.
parent Passed to the parent class constructor.

Member Function Documentation

static const char* Tp::Client::ChannelInterfaceMessagesInterface::staticInterfaceName (  )  [inline, static]

Returns the name of the interface "org.freedesktop.Telepathy.Channel.Interface.Messages", which this class represents.

Returns:
The D-Bus interface name.
TELEPATHY_QT4_DEPRECATED QStringList Tp::Client::ChannelInterfaceMessagesInterface::SupportedContentTypes (  )  const [inline]

Getter for the remote object property "SupportedContentTypes".

Don't use this: it blocks the main loop. Use the asynchronous requestPropertySupportedContentTypes() instead.

Returns:
The value of the property, or a default-constructed value if the property is not readable.
Tp::PendingVariant* Tp::Client::ChannelInterfaceMessagesInterface::requestPropertySupportedContentTypes (  )  const [inline]

Asynchronous getter for the remote object property "SupportedContentTypes" of type QStringList.

A list of MIME types supported by this channel, with more preferred MIME types appearing earlier in the list. The list MAY include "&#42;&#47;*" to indicate that attachments with arbitrary MIME types can be sent. This list MUST NOT be empty, since all Messages implementations MUST accept messages containing a single "text/plain" part.

Some examples of how this property interacts with the <tp:member-ref>MessagePartSupportFlags</tp:member-ref>:

A simple IM implementation: only plain text messages are allowed

SupportedContentTypes = ['text/plain'], MessagePartSupportFlags = 0

Formatted text with a plain text alternative is allowed (see the HTML interface draft)

SupportedContentTypes = ['text/html', 'text/plain'], MessagePartSupportFlags = 0

JPEG or PNG images may be sent, but without any attached text

SupportedContentTypes = ['text/plain', 'image/jpeg', 'image/png'], MessagePartSupportFlags = 0

Unformatted text to which an optional JPEG or PNG image may be attached

SupportedContentTypes = ['text/plain', 'image/jpeg', 'image/png'], MessagePartSupportFlags = One_Attachment

Formatted text to which arbitrarily many images may be attached

SupportedContentTypes = ['text/html', 'text/plain', 'image/jpeg', 'image/png', 'image/x-ms-bmp'], MessagePartSupportFlags = One_Attachment | Multiple_Attachments

A full SIP implementation: arbitrary MIME messages are allowed
SupportedContentTypes = ['&#42;&#47;*'], MessagePartSupportFlags = One_Attachment | Multiple_Attachments
Returns:
A pending variant which will emit finished when the property has been retrieved.
TELEPATHY_QT4_DEPRECATED uint Tp::Client::ChannelInterfaceMessagesInterface::MessagePartSupportFlags (  )  const [inline]

Getter for the remote object property "MessagePartSupportFlags".

Don't use this: it blocks the main loop. Use the asynchronous requestPropertyMessagePartSupportFlags() instead.

Returns:
The value of the property, or a default-constructed value if the property is not readable.
Tp::PendingVariant* Tp::Client::ChannelInterfaceMessagesInterface::requestPropertyMessagePartSupportFlags (  )  const [inline]

Asynchronous getter for the remote object property "MessagePartSupportFlags" of type uint.

Flags indicating the level of support for message parts on this channel.

Returns:
A pending variant which will emit finished when the property has been retrieved.
TELEPATHY_QT4_DEPRECATED Tp::MessagePartListList Tp::Client::ChannelInterfaceMessagesInterface::PendingMessages (  )  const [inline]

Getter for the remote object property "PendingMessages".

Don't use this: it blocks the main loop. Use the asynchronous requestPropertyPendingMessages() instead.

Returns:
The value of the property, or a default-constructed value if the property is not readable.
Tp::PendingVariant* Tp::Client::ChannelInterfaceMessagesInterface::requestPropertyPendingMessages (  )  const [inline]

Asynchronous getter for the remote object property "PendingMessages" of type Tp::MessagePartListList.

A list of incoming messages that have neither been acknowledged nor rejected. This list is a more detailed version of the one returned by Text.ListPendingMessages, and contains the same messages, uniquely identified by the same pending message IDs. Its items can be removed using Text.AcknowledgePendingMessages.

Returns:
A pending variant which will emit finished when the property has been retrieved.
TELEPATHY_QT4_DEPRECATED uint Tp::Client::ChannelInterfaceMessagesInterface::DeliveryReportingSupport (  )  const [inline]

Getter for the remote object property "DeliveryReportingSupport".

Don't use this: it blocks the main loop. Use the asynchronous requestPropertyDeliveryReportingSupport() instead.

Returns:
The value of the property, or a default-constructed value if the property is not readable.
Tp::PendingVariant* Tp::Client::ChannelInterfaceMessagesInterface::requestPropertyDeliveryReportingSupport (  )  const [inline]

Asynchronous getter for the remote object property "DeliveryReportingSupport" of type uint.

A bitfield indicating features supported by this channel.

Returns:
A pending variant which will emit finished when the property has been retrieved.
Tp::PendingVariantMap* Tp::Client::ChannelInterfaceMessagesInterface::requestAllProperties (  )  const [inline]

Request all of the DBus properties on the interface.

Returns:
A pending variant map which will emit finished when the properties have been retrieved.
QDBusPendingReply<QString> Tp::Client::ChannelInterfaceMessagesInterface::SendMessage ( const Tp::MessagePartList message,
uint  flags 
) [inline, slot]

Begins a call to the D-Bus method "SendMessage" on the remote object.

Submit a message to the server for sending. If this method returns successfully, the message has been submitted to the server and the <tp:member-ref>MessageSent</tp:member-ref> signal is emitted. A corresponding <tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel.Type.Text">Sent</tp:dbus-ref> signal on the Text interface MUST also be emitted.

This method MUST return before the MessageSent signal is emitted.

<tp:rationale>

This means that the process sending the message is the first to see the <tp:type>Protocol_Message_Token</tp:type>, and can relate the message to the corresponding <tp:member-ref>MessageSent</tp:member-ref> signal by comparing message tokens (if supported by the protocol). </tp:rationale>

If this method fails, message submission to the server has failed and no signal on this interface (or the Text interface) is emitted.

Parameters:
message The message content, including any attachments or alternatives
flags Flags affecting how the message is sent. The channel MAY ignore some or all flags, depending on DeliveryReportingSupport; the flags that were handled by the CM are provided in MessageSent.
Returns:

An opaque token used to match any incoming delivery or failure reports against this message, or an empty string if the message is not readily identifiable.

QDBusPendingReply<Tp::MessagePartContentMap> Tp::Client::ChannelInterfaceMessagesInterface::GetPendingMessageContent ( uint  messageID,
const Tp::UIntList parts 
) [inline, slot]

Begins a call to the D-Bus method "GetPendingMessageContent" on the remote object.

Retrieve the content of one or more parts of a pending message. Note that this function may take a considerable amount of time to return if the part's 'needs-retrieval' flag is true; consider extending the default D-Bus method call timeout. Additional API is likely to be added in future, to stream large message parts.

Parameters:
messageID The ID of a pending message
parts The desired entries in the array of message parts, identified by their position. The "headers" part (which is not a valid argument to this method) is considered to be part 0, so the valid part numbers start at 1 (for the second Message_Part).
Returns:

The content of the requested parts. The keys in this mapping are positions in the array of message parts; the values are either of type 's' or 'ay' (UTF-8 text string, or byte array), following the same rules as for the value of the 'content' key in the <tp:type>Message_Part</tp:type> mappings.

If the one of the requested part numbers was greater than zero but referred to a part that had no content (i.e. it had no 'content-type' key or no 'content' key), it is simply omitted from this mapping; this is not considered to be an error condition.

void Tp::Client::ChannelInterfaceMessagesInterface::MessageSent ( const Tp::MessagePartList content,
uint  flags,
const QString &  messageToken 
) [signal]

Represents the signal "MessageSent" on the remote object.

Signals that a message has been submitted for sending. This MUST be emitted exactly once per emission of the <tp:dbus-ref namespace="org.freedesktop.Telepathy.Channel.Type.Text">Sent</tp:dbus-ref> signal on the Text interface, for backwards-compatibility; clients SHOULD ignore the latter if this interface is present, as mentioned in the introduction.

This SHOULD be emitted as soon as the CM determines it's theoretically possible to send the message (e.g. the parameters are supported and correct).

<tp:rationale>

This signal allows a process that is not the caller of SendMessage to log sent messages. </tp:rationale>

Parameters:
content 

The message content (see <tp:type>Message_Part</tp:type> for full details). If the message that was passed to <tp:member-ref>SendMessage</tp:member-ref> has a formatted text part that the connection manager recognises, but no text/plain alternative, the CM MUST use the formatted text part to generate a text/plain alternative which is also included in this signal argument.

If the connection manager can predict that the message will be altered during transmission, this argument SHOULD reflect what other contacts will receive, rather than being a copy of the argument to SendMessage (if the message is truncated, formatting or alternatives are dropped, etc., then the edited version SHOULD appear in this signal).

Parameters:
flags Flags affecting how the message was sent. The flags might be a subset of those passed to SendMessage if the caller requested unsupported flags.
messageToken An opaque token used to match any incoming delivery or failure reports against this message, or an empty string if the message is not readily identifiable.
void Tp::Client::ChannelInterfaceMessagesInterface::PendingMessagesRemoved ( const Tp::UIntList messageIDs  )  [signal]

Represents the signal "PendingMessagesRemoved" on the remote object.

The messages with the given IDs have been removed from the PendingMessages list. Clients SHOULD NOT attempt to acknowledge those messages. This completes change notification for the PendingMessages property (previously, there was change notification when pending messages were added, but not when they were removed).

Parameters:
messageIDs The messages that have been removed from the pending message list.
void Tp::Client::ChannelInterfaceMessagesInterface::MessageReceived ( const Tp::MessagePartList message  )  [signal]

Represents the signal "MessageReceived" on the remote object.

Signals that a message has been received and added to the pending messages queue. This MUST be emitted exactly once per emission of the Received signal on the Text interface, for backwards-compatibility; clients SHOULD ignore the latter in favour of this signal if this interface is present, as mentioned in the introduction.

Parameters:
message 

The message content, including any attachments or alternatives. If the incoming message contains formatted text without a plain text alternative, the connection manager MUST generate a text/plain alternative from the formatted text, and include it in this message (both here, and in the <tp:member-ref>PendingMessages</tp:member-ref> property).

void Tp::Client::ChannelInterfaceMessagesInterface::invalidate ( Tp::DBusProxy proxy,
const QString &  error,
const QString &  message 
) [protected, virtual]

Reimplemented from Tp::AbstractInterface.


Property Documentation

QStringList Tp::Client::ChannelInterfaceMessagesInterface::SupportedContentTypes [read]

Represents property "SupportedContentTypes" on the remote object.

A list of MIME types supported by this channel, with more preferred MIME types appearing earlier in the list. The list MAY include "&#42;&#47;*" to indicate that attachments with arbitrary MIME types can be sent. This list MUST NOT be empty, since all Messages implementations MUST accept messages containing a single "text/plain" part.

Some examples of how this property interacts with the <tp:member-ref>MessagePartSupportFlags</tp:member-ref>:

A simple IM implementation: only plain text messages are allowed

SupportedContentTypes = ['text/plain'], MessagePartSupportFlags = 0

Formatted text with a plain text alternative is allowed (see the HTML interface draft)

SupportedContentTypes = ['text/html', 'text/plain'], MessagePartSupportFlags = 0

JPEG or PNG images may be sent, but without any attached text

SupportedContentTypes = ['text/plain', 'image/jpeg', 'image/png'], MessagePartSupportFlags = 0

Unformatted text to which an optional JPEG or PNG image may be attached

SupportedContentTypes = ['text/plain', 'image/jpeg', 'image/png'], MessagePartSupportFlags = One_Attachment

Formatted text to which arbitrarily many images may be attached

SupportedContentTypes = ['text/html', 'text/plain', 'image/jpeg', 'image/png', 'image/x-ms-bmp'], MessagePartSupportFlags = One_Attachment | Multiple_Attachments

A full SIP implementation: arbitrary MIME messages are allowed
SupportedContentTypes = ['&#42;&#47;*'], MessagePartSupportFlags = One_Attachment | Multiple_Attachments
uint Tp::Client::ChannelInterfaceMessagesInterface::MessagePartSupportFlags [read]

Represents property "MessagePartSupportFlags" on the remote object.

Flags indicating the level of support for message parts on this channel.

Tp::MessagePartListList Tp::Client::ChannelInterfaceMessagesInterface::PendingMessages [read]

Represents property "PendingMessages" on the remote object.

A list of incoming messages that have neither been acknowledged nor rejected. This list is a more detailed version of the one returned by Text.ListPendingMessages, and contains the same messages, uniquely identified by the same pending message IDs. Its items can be removed using Text.AcknowledgePendingMessages.

uint Tp::Client::ChannelInterfaceMessagesInterface::DeliveryReportingSupport [read]

Represents property "DeliveryReportingSupport" on the remote object.

A bitfield indicating features supported by this channel.


Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.4.4