Feature #113
Warning when a feature is unsupported
| Status: | Resolved | Start: | 2009-05-11 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 2009-09-26 | |
| Assigned to: | % Done: | 100% |
||
| Category: | IM | Spent time: | - | |
| Target version: | 1.0 | |||
| Branch: |
Description
On BitlBee v1, when the other user tries to do something you can't handle (file transfers, webcam, etc.) a message is displayed.
History
Updated by Romain Bignon over 1 year ago
- Category set to IM
- Priority changed from High to Normal
- Target version set to 1.0
That's true, but currently all libpurple calls are not handled by Minbif. So it will be done as one goes along.
But the goal of Minbif is to support every features provided by libpurple.
Updated by pankkake - over 1 year ago
The webcam won't be supported on the first releases (if ver), and it's quite damageable not to see someone requested something and not to diplay it.
(putain ma phrase veut à moitié rien dire)
Is it possible to display a generic message for each unhandled libpurple event?
Updated by Romain Bignon over 1 year ago
Webcam is not supported by libpurple, and yes, it is important to show when someone try to start a webcam instance. I don't know how libpurple shows it, but there are also several callbacks to handle errors that aren't handled by Minbif.
Anyway, this issue is always opened, and I'll try to fix it when Minbif will handle all libpurple callbacks.
Updated by Romain Bignon 11 months ago
- Due date set to 2009-09-26
- Status changed from New to Resolved
- Assigned to set to Romain Bignon
- % Done changed from 0 to 100
Currently, every "critical" features (file transfers and webcam) are handled (either if webcam is not really supported).