summaryrefslogtreecommitdiff
path: root/libpurple/purpleprotocolactions.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a get_prefix method to the PurpleProtocolActions interfaceGary Kramlich2022-07-291-0/+18
| | | | | | | | | | | 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. Testing Done: Verified the fallback works, then changed the prefix in the demo protocol plugin and verified everything still functioned. Reviewed at https://reviews.imfreedom.org/r/1547/
* Add a protocol actions interfaceElliott Sales de Andrade2022-06-281-0/+68
Testing Done: Compile only, for this part by itself. Reviewed at https://reviews.imfreedom.org/r/1511/