36
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Service Proposal == | |||
My initial idea is to create a new interface that registers itself as a service with XPCOM. This service will allow objects to register (and unregister if needed) themselves for synchronization push and pull operations. This interface will also provide at least a high-level path for wrapping up the data to sync in a sudo-email message or IMAP implementation. | |||
The push operations would provide the object a new set of data (in a to-be-determined data structure) and leave the implementation details up to the object. | |||
The pull operation would request data (again in a to-be-determined structure) from the object into the synchronization service. | |||
== Delivery == | == Delivery == | ||
* Build a message w/ attachments | * Build a message w/ attachments |
edits