From c941f6b896cb417f8b1464093fa4abd6ec414138 Mon Sep 17 00:00:00 2001 From: Cosimo Alfarano Date: Thu, 11 Feb 2010 16:20:06 +0000 Subject: Some more fixes about DBus extentions --- extensions/Logger.xml | 36 +++++++++++++++++++++++++++--------- extensions/Makefile.am | 3 ++- 2 files changed, 29 insertions(+), 10 deletions(-) (limited to 'extensions') diff --git a/extensions/Logger.xml b/extensions/Logger.xml index b63198b..5abe60f 100644 --- a/extensions/Logger.xml +++ b/extensions/Logger.xml @@ -22,7 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.(as a draft) - An interface for requesting information from the Telepathy Logger service. @@ -33,21 +32,24 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + The body of the message sent to a 1-1 Chat or a Chat Room. + Unix timestamp for the log entry + -

It represents a single message, received or sent.

-

The receiver is implicit in the request: if the sender is the user, - the receiver is the identifier in chat_id paramenter, if the sender is - not the user, the user is consequently the receiver of the message

+

It represents a single message, received or sent.

+

The receiver is implicit in the request: if the sender is the user, + the receiver is the identifier in chat_id paramenter, if the sender is + not the user, the user is consequently the receiver of the message

@@ -55,18 +57,34 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + The account path for the TpAccount to which the conversation is related + - + The buddy's identifier for the conversation + + + + + + Whether the conversation is a chatroom (i.e., XMMP's MUC) or not - - + + + + how many entries will be returned. + + NOTE: to retreive information that would generate hight traffic, use + the library API approach instead of DBbus. + + + + Request the last Lines entries of logs for the specified couple Account+Identifier. diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 5b2c871..79a3e27 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -29,7 +29,8 @@ BUILT_SOURCES = \ _gen/all.xml \ $(nodist_libtpl_extensions_la_SOURCES) -CLEANFILES = $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) \ + _gen/ AM_CFLAGS = $(ERROR_CFLAGS) @LIBTPL_CFLAGS@ @HANDLE_LEAK_DEBUG_CFLAGS@ AM_LDFLAGS = @LIBTPL_LIBS@ -- cgit v1.2.1