Add a get_prefix method to the PurpleProtocolActions interface
Review Request #1547 — Created July 29, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
This make it much easier for protocol authors to keep track of things, but we do fall back to using the id of the protocol for the prefix if get_prefix is not implemented.
Verified the fallback works, then changed the prefix in the demo protocol plugin and verified everything still functioned.