Difference between revisions of "Synergy Messaging Plugins"

From WebOS Internals
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
 +
{{warning|This page is a work-in-progress!}}
 +
 
== How Synergy Messaging Plugins Work ==
 
== 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.
 
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.

Revision as of 23:23, 21 April 2012

Warning This page is a work-in-progress!

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.