DBus API for the Telepathy Logger
LastChats
- Signature
a(ssu) LastChats(OUT_account_path(o), OUT_contact_id(s), OUT_is_chatroom(b), OUT_lines(u))
- IN_account_path
- string representing DBus object path to the chosen Telepathy account
- IN_contact_id
- string representing the identifier of the logged buddy/room (ie JID/MUC ID)
- IN_is_chatroom
- boolean indicating if the requested logs are related to a chatroom
- IN_lines
- unsigned integer indicating how many lines (from the most recent) are wanted
- Returns
- a(ssu) array of (sender, message, timestamp) struct
- Timestamp is expressed in second from epoch, local time.
- Sender is the author of the message
- Message is the logged message body

