Please don't combine the project of converting messages to a common format and the project of making a UI For all kinds of messages.
Instead, make adapters that normalize all your sources to some common format (probably jabber), and then make a new jabber UI. This will make organization and testing easier for you, and people with other converters or jabber clients will be able to benefit from your work too.
Please don't combine the project of converting messages to a common format and the project of making a UI For all kinds of messages.
Instead, make adapters that normalize all your sources to some common format (probably jabber), and then make a new jabber UI. This will make organization and testing easier for you, and people with other converters or jabber clients will be able to benefit from your work too.