-
-
pidgin/resources/ContactList/widget.ui (Diff revision 1) So you probably don't get idle in the presence because this binding is only on the presence.
Idle time is a property on the presence, but it's only looked up in the closure callback, and not mentioned in the XML here, so watches for changes are only made on the presence.
Add the presence primitive and idle time to the contact list
Review Request #2391 — Created March 24, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
The idle time is getting overwritten by something right now which is unrelated and will be addressed separately.
Connected the demo protocol plugin and looked at the contact list.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
So you probably don't get idle in the presence because this binding is only on the presence. Idle time is … |
|