Community
Participate
Working Groups
To implement chat history it's nesessary to have provider-independent send/receive message notification. Currently the only place i found is PresenceContainerUI which is not very good from design point of view
I don't quite understand this request. We do have provider independent message listeners (for receiving notification upon receiving messages). Is this not what is being asked for here? As for sending notifications...is there a use case for this that can be described that isn't for convenience only (i.e. something that has to be provided by the API and can't be done by clients of the API on there own)? As for PresenceContainerUI...this class is in the process of being removed/deprecated/replaced. See MultiRosterView in org.eclipse.ecf.presence.ui for a much better approach. Also...could you suggest what the API might look like (i.e. what additional methods/interfaces would be needed desired to satisfactorily address this need? Thanksinadvance for info.
We now have MessagesView as a common UI for receiving/displaying message notifications.