Bug 27621 - add support for "/me"-like messages
Summary: add support for "/me"-like messages
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: logger (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 11:41 UTC by Cosimo Alfarano
Modified: 2011-02-24 09:03 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Cosimo Alfarano 2010-04-13 11:41:04 UTC
Currently they are showed as normal messages, log viewers should be able to distinguish normal messages and "/me"-like ones.
Comment 1 Nicolas Dufresne 2011-01-25 12:48:19 UTC
This is represented by TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION, the problem is that we don't expose the TpChannelTextMessageType out of TplEventText. I'll fix that while doing TplEvent refactoring, we simply need a public function to get this. Also the XML log-store already support it (see 'type' attribute of xml format).
Comment 2 Nicolas Dufresne 2011-02-24 09:03:05 UTC
Fixed in 0.2.0 (now 0.2.1). See TplTextEvent::message-type. /me messages are of type TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.