Change Summary:
rebased
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+90 -376) |
Review Request #2113 — Created Dec. 7, 2022 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
2116 | |
Reviewers | |
pidgin | |
This allows accounts to be treated as PurpleContactInfo without duplication.
The existing api was left with deprecation flags so we can knock them out file by file.
Buddy Icons will replaced once /r/2092/ is merged.
Presence is a little goofy for now, because it still depends on PurpleAccountPresence which I want to remove in a simplification of the status api. I considered overriding the propert, but since
purple_contact_info_get_presence
returns its instance, this won't work.
Ran the unit tests and connected the demo protocol and an XMPP account that had contacts in the list.
Summary |
---|
rebased
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+90 -376) |
fix a doc error
Commits: |
|
||||||
---|---|---|---|---|---|---|---|
Diff: |
Revision 3 (+94 -382) |