Add a contact property to PurpleAccount

Review Request #2064 — Created Nov. 16, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This contact can be used by the protocol to store additional information about
the account, including the user id, alias, etc. When the protocol connects, it
will be responsible for adding this contact to the ContactManager once it knows
that the id is correct.

This will also be used in the future when PurpleMessage gets migrated to using
PurpleContact's as well.

Connected an IRCv3 and demo accounts.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.

orig
1
2
3
4

Commits

First Last Summary ID Author
Add a contact property to PurpleAccount
This contact can be used by the protocol to store additional information about the account, including the user id, alias, etc. This will also be used in the future when PurpleMessage gets migrated to using PurpleContact's as well.
a91e1f97e03886113ba63282209c74d3ed5bb1cf Gary Kramlich
libpurple/account.h
libpurple/account.c
libpurple/purplecontact.h
libpurple/purplecontact.c
Loading...