Difference between revisions of "Development Team/Collaboration Refactoring"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | == Introduction == | ||
+ | |||
During the 0.90 release cycle, [http://collabora.co.uk/ Collabora] is sponsoring the refactoring of the presence and collaboration framework in Sugar with the following objectives: | During the 0.90 release cycle, [http://collabora.co.uk/ Collabora] is sponsoring the refactoring of the presence and collaboration framework in Sugar with the following objectives: | ||
Line 9: | Line 11: | ||
The strategy that will be followed can be summarized as '''turning Sugar into a normal Telepathy client'''. | The strategy that will be followed can be summarized as '''turning Sugar into a normal Telepathy client'''. | ||
− | Instead of implementing these changes inside Sugar's [http://wiki.laptop.org/go/Presence_Service Presence Service], we are going to remove this layer because of the unneeded complexity that it brings and because several of the services it provides are either obsoleted or replaced | + | Instead of implementing these changes inside Sugar's [http://wiki.laptop.org/go/Presence_Service Presence Service], we are going to remove this layer because of the unneeded complexity that it brings and because several of the services it provides are either obsoleted or replaced by new components in the Telepathy framework. See [[Development Team/Presence Service Removal]] for details. |
+ | |||
+ | == Tasks == | ||
+ | |||
+ | === Reimplement presence in the Shell === | ||
+ | |||
+ | === Account configuration in the control panel === | ||
+ | |||
+ | === Sending and accepting subscription requests === | ||
+ | |||
+ | === Avatars support === | ||
+ | |||
+ | === Merge Salut and Gabble contacts in the UI (?) === |
Revision as of 03:24, 15 March 2010
Introduction
During the 0.90 release cycle, Collabora is sponsoring the refactoring of the presence and collaboration framework in Sugar with the following objectives:
- reduce the dependency on deprecated or soon to be deprecated parts of the Telepathy spec,
- improve interoperability with other messaging systems,
- make it easier to implement further collaboration features, often developed for other systems.
The strategy that will be followed can be summarized as turning Sugar into a normal Telepathy client.
Instead of implementing these changes inside Sugar's Presence Service, we are going to remove this layer because of the unneeded complexity that it brings and because several of the services it provides are either obsoleted or replaced by new components in the Telepathy framework. See Development Team/Presence Service Removal for details.