Feature #214
Ability to load libpurple plugins
| Status: | In progress | Start: | 2010-03-04 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assigned to: | % Done: | 60% |
|||
| Category: | IM | Spent time: | 2.00 hours | ||
| Target version: | 1.1 | Estimated time: | 5.00 hours | ||
| Branch: |
Description
There are a lot of libpurple plugins (not protocols). For example, one to auto-accept file transfers, one to support XMPP resources priorities, etc. It would be nice to load them in minbif.
History
Updated by Romain Bignon about 1 month ago
- Status changed from New to In progress
- Assigned to set to Romain Bignon
- % Done changed from 0 to 60
What is implemented:
/stats P— list all available plugins/stats P ID— display information about a specific plugin/stats P ID load— load a plugin/stats P ID unload– unload a plugin
What is missing:
- display current settings of a plugin in
/stats P ID - ability to change settings with
/stats P ID set KEY VALUE - store loaded plugins in config to reload them at next minbif launch