Feature #242
Multiple accounts / protocols
| Status: | New | Start: | 04/13/2009 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assigned to: | % Done: | 10% |
|||
| Category: | im_server | Spent time: | - | ||
| Target version: | 0.9.2 | Estimated time: | 25.00 hours | ||
| Operating System: |
Description
As of r892 ProtocolLoader creates a custom BHandler which tags all messages with the instance before sending them to the server. A BMessenger to this BHandler is passed into the Protocols.
As such all messages coming from the Protocols will have their instance id attached to them, we just need to extract this information and use it to uniquely identify the ProtocolInfo it corresponds to.