Menu

#107 Provide idle start time for a buddy

closed-fixed
None
Pidgin
5
2018-12-02
2018-11-20
No

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 text
  • idle_time: must be seconds since epoch when the user was last active. Only then idle times will be shown

OCS2007 (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()

Related

Forums: f284376c70
Forums: Buddy list show idle times not working.

Discussion

  • Stefan Becker

    Stefan Becker - 2018-11-20
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -Created from dicussion thread [f284376c70]
    +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:
    
     

    Related

    Forums: f284376c70

  • Stefan Becker

    Stefan Becker - 2018-12-02
    • status: open --> closed-fixed
     
  • Stefan Becker

    Stefan Becker - 2018-12-02

    Implemented by git commit 34b33175

    Closing as IMPLEMENTED.

     

Log in to post a comment.

MongoDB Logo MongoDB