Add a contact property to PurpleAccount

Review Request #2064 — Created Nov. 17, 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.

Changes between revision 3 and 4

orig
1
2
3
4

Commits

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.
228f572a83d89bd8a78042c4011476022882598c Gary Kramlich
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...