Synergy Messaging Plugins

From WebOS Internals
Revision as of 23:17, 21 April 2012 by Invalidopcode (talk | contribs) (Created page with "== How Synergy Messaging Plugins Work == Basics of how a Synergy connector works: A service must be registered to handle an account, then an account must be created. When the ac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How Synergy Messaging Plugins Work

Basics of how a Synergy connector works: A service must be registered to handle an account, then an account must be created. When the account is enabled in the Accounts app, then it will be available for the Messaging app to use. When the Messaging app wants to send a message, it will insert an object into the system database, which the service will then query and then handle the sending of the message. Similarly, when a message is received, the service will place an object into the system database, where the Messaging app will handle the notification and displaying of the message.