Bug 27621

Summary: add support for "/me"-like messages
Product: Telepathy Reporter: Cosimo Alfarano <cosimo.alfarano>
Component: loggerAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium CC: nicolas
Version: git master   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.