CloudServices/Notifications: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 32: | Line 32: | ||
** Encryption: TBD | ** Encryption: TBD | ||
=== Proof of concept (End of | === Proof of concept (End of Apr 2011) === | ||
* Incorporate input from | * Incorporate input from | ||
Line 38: | Line 38: | ||
** UX team | ** UX team | ||
** Ragavan (PM) | ** Ragavan (PM) | ||
* Provide experimental add-on | |||
* Basis for integration into Firefox |
Revision as of 03:26, 17 February 2011
Project
- Engineers involved:
- Alex Amariutei
- Shane da Silva
- Toby Elliot
- Philipp von Weitershausen
- Meeting Notes
Milestones
First prototype and research phase (End of Jan 2011)
- First prototype
- Server: simple Python app
- Client: use HTTP long polling
- No encryption
- Research messaging protocols (XMPP and AMQP)
- Decide on protocol + technology
- protocol: AMQP
- RabbitMQ broker + REST agents in Python
Second prototype using AMQP (End of Feb 2011)
- Develop system specifications
- Notifications client API (AMQP + REST)
- Web app facing REST API
- Second prototype
- Client: (partially) implement AMQP client protocol for Firefox
- Server: Set up RabbitMQ broker, implement client + web app facing agents
- Assume users have Sync accounts
- Encryption: TBD
Proof of concept (End of Apr 2011)
- Incorporate input from
- Brian Smith (crypto)
- UX team
- Ragavan (PM)
- Provide experimental add-on
- Basis for integration into Firefox