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 4 (Latest)

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.
4e8c591362069019a9e4d30983d6a821ea78e7d9 Gary Kramlich
libpurple/account.h
libpurple/account.c
libpurple/purplecontact.h
libpurple/purplecontact.c
Loading...