Created from discussion thread [f284376c70]
Pidgin buddy list feature "Show Idle Times" requires protocol plugin to provide additional information via the purple_presence_set_idle() API:
idle: if true then the buddy list entry will be "ghosted" (like offline entries) and the text "Idle" will be added to the status textidle_time: must be seconds since epoch when the user was last active. Only then idle times will be shownOCS2007 (and newer) provides a lastActive attribute in the XPath categories/category/state node for (at least) idle and offline buddies, which we can extract in process_incoming_notify_rlmi()
Forums: f284376c70
Forums: Buddy list show idle times not working.
Diff:
Related
Forums: f284376c70
Implemented by git commit 34b33175
Closing as IMPLEMENTED.