Add Purple.Account:protocol

Review Request #3643 — Created Nov. 5, 2024 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This is construct only property which allows us to do more complicated testing.
This also caches lookups based on Purple.Account:protocol-id.
  • Opened in a devenv and verified my accounts worked.
  • Started creating a new account and verified that changing the protocol didn't throw any warnings.
  • Modified an existing account by changing its protocol without issue.
  • Deprecated purple_account_get_protocol_name as there's no good reason for it.
  • Called in the turtles.

Changes between revision 3 and 4

orig
1
2
3
4

Commits

Summary ID Author
Add Purple.Account:protocol
This is construct only property which allows us to do more complicated testing. This also caches lookups based on Purple.Account:protocol-id.
296d3a51007c02b2289d500da6fe8af452f5f1a0 Gary Kramlich
Add Purple.Account:protocol
This is construct only property which allows us to do more complicated testing. This also caches lookups based on Purple.Account:protocol-id.
5eb57eb5df7d1930694e1ca09108b32bb645ab66 Gary Kramlich
libpurple/tests/test_account.c
Loading...