<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Invalidopcode</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Invalidopcode"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Invalidopcode"/>
	<updated>2026-05-09T17:33:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21751</id>
		<title>Synergy Messaging Plugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21751"/>
		<updated>2012-04-21T22:45:43Z</updated>

		<summary type="html">&lt;p&gt;Invalidopcode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|This page is a work-in-progress!}}&lt;br /&gt;
&lt;br /&gt;
== How Synergy Messaging Plugins Work ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Registering the Service ==&lt;br /&gt;
&lt;br /&gt;
Every Synergy connector needs to specify a capability provider with the MESSAGING capability in an account-template.json file. The following is an example of an account-template.json file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;id&amp;quot;:&amp;quot;com.example.account.im&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_name&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_shortName&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;capability&amp;quot;:&amp;quot;MESSAGING&amp;quot;,&lt;br /&gt;
  &amp;quot;capabilitySubtype&amp;quot;: &amp;quot;IM&amp;quot;,&lt;br /&gt;
  &amp;quot;serviceName&amp;quot;:&amp;quot;type_example&amp;quot;,&lt;br /&gt;
  &amp;quot;supportsInvisibleStatus&amp;quot;: false,&lt;br /&gt;
  &amp;quot;implementation&amp;quot;: &amp;quot;palm://com.example.service/&amp;quot;,&lt;br /&gt;
  &amp;quot;onEnabled&amp;quot;: &amp;quot;palm://com.example.service/onEnabled&amp;quot;,&lt;br /&gt;
  &amp;quot;onCredentialsChanged&amp;quot;: &amp;quot;palm://com.example.service/onCredentialsChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;loginStateChanged&amp;quot;: &amp;quot;palm://com.example.service/loginStateChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;sendIM&amp;quot;: &amp;quot;palm://com.example.service/sendIM&amp;quot;,&lt;br /&gt;
  &amp;quot;sendCommand&amp;quot;: &amp;quot;palm://com.example.service/sendCommand&amp;quot;,&lt;br /&gt;
  &amp;quot;chatWithNonBuddies&amp;quot;: true,&lt;br /&gt;
  &amp;quot;readOnlyData&amp;quot;: false,&lt;br /&gt;
  &amp;quot;icon&amp;quot;: { &amp;quot;loc_32x32&amp;quot;: &amp;quot;images/example32.png&amp;quot;, &amp;quot;loc_48x48&amp;quot;: &amp;quot;images/example48.png&amp;quot;, &amp;quot;splitter&amp;quot;: &amp;quot;images/example32.png&amp;quot; },&lt;br /&gt;
  &amp;quot;dbkinds&amp;quot;: {&lt;br /&gt;
    &amp;quot;immessage&amp;quot;: &amp;quot;com.example.service.immessage:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imloginstate&amp;quot;: &amp;quot;com.example.service.loginstate:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imcommand&amp;quot;: &amp;quot;com.example.service.imcommand:1&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Description of the properties:&lt;br /&gt;
&lt;br /&gt;
'''id''': The a&lt;/div&gt;</summary>
		<author><name>Invalidopcode</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21749</id>
		<title>Synergy Messaging Plugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21749"/>
		<updated>2012-04-21T22:44:16Z</updated>

		<summary type="html">&lt;p&gt;Invalidopcode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|This page is a work-in-progress!}}&lt;br /&gt;
&lt;br /&gt;
== How Synergy Messaging Plugins Work ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Registering the Service ==&lt;br /&gt;
&lt;br /&gt;
Every Synergy connector needs to specify a capability provider with the MESSAGING capability in an account-template.json file. The following is an example of an account-template.json file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;id&amp;quot;:&amp;quot;com.example.account.im&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_name&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_shortName&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;capability&amp;quot;:&amp;quot;MESSAGING&amp;quot;,&lt;br /&gt;
  &amp;quot;capabilitySubtype&amp;quot;: &amp;quot;IM&amp;quot;,&lt;br /&gt;
  &amp;quot;serviceName&amp;quot;:&amp;quot;type_example&amp;quot;,&lt;br /&gt;
  &amp;quot;supportsInvisibleStatus&amp;quot;: false,&lt;br /&gt;
  &amp;quot;implementation&amp;quot;: &amp;quot;palm://com.example.service/&amp;quot;,&lt;br /&gt;
  &amp;quot;onEnabled&amp;quot;: &amp;quot;palm://com.example.service/onEnabled&amp;quot;,&lt;br /&gt;
  &amp;quot;onCredentialsChanged&amp;quot;: &amp;quot;palm://com.example.service/onCredentialsChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;loginStateChanged&amp;quot;: &amp;quot;palm://com.example.service/loginStateChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;sendIM&amp;quot;: &amp;quot;palm://com.example.service/sendIM&amp;quot;,&lt;br /&gt;
  &amp;quot;sendCommand&amp;quot;: &amp;quot;palm://com.example.service/sendCommand&amp;quot;,&lt;br /&gt;
  &amp;quot;chatWithNonBuddies&amp;quot;: true,&lt;br /&gt;
  &amp;quot;readOnlyData&amp;quot;: false,&lt;br /&gt;
  &amp;quot;icon&amp;quot;: { &amp;quot;loc_32x32&amp;quot;: &amp;quot;images/example32.png&amp;quot;, &amp;quot;loc_48x48&amp;quot;: &amp;quot;images/example48.png&amp;quot;, &amp;quot;splitter&amp;quot;: &amp;quot;images/example32.png&amp;quot; },&lt;br /&gt;
  &amp;quot;dbkinds&amp;quot;: {&lt;br /&gt;
    &amp;quot;immessage&amp;quot;: &amp;quot;com.example.service.immessage:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imloginstate&amp;quot;: &amp;quot;com.example.service.loginstate:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imcommand&amp;quot;: &amp;quot;com.example.service.imcommand:1&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Invalidopcode</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21747</id>
		<title>Synergy Messaging Plugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21747"/>
		<updated>2012-04-21T22:42:01Z</updated>

		<summary type="html">&lt;p&gt;Invalidopcode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|This page is a work-in-progress!}}&lt;br /&gt;
&lt;br /&gt;
== How Synergy Messaging Plugins Work ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Registering the Service ==&lt;br /&gt;
&lt;br /&gt;
Every Synergy connector needs to specify a capability provider with the MESSAGING capability in an account-template.json file. The following is an example of an account-template.json file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;id&amp;quot;:&amp;quot;com.example.account.im&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_name&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;loc_shortName&amp;quot;: &amp;quot;Example&amp;quot;,&lt;br /&gt;
  &amp;quot;capability&amp;quot;:&amp;quot;MESSAGING&amp;quot;,&lt;br /&gt;
  &amp;quot;capabilitySubtype&amp;quot;: &amp;quot;IM&amp;quot;,&lt;br /&gt;
  &amp;quot;serviceName&amp;quot;:&amp;quot;type_example&amp;quot;,&lt;br /&gt;
  &amp;quot;supportsInvisibleStatus&amp;quot;: false,&lt;br /&gt;
  &amp;quot;implementation&amp;quot;: &amp;quot;palm://com.example.service/&amp;quot;,&lt;br /&gt;
  &amp;quot;onEnabled&amp;quot;: &amp;quot;palm://com.example.service/onEnabled&amp;quot;,&lt;br /&gt;
  &amp;quot;onCredentialsChanged&amp;quot;: &amp;quot;palm://com.example.service/onCredentialsChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;loginStateChanged&amp;quot;: &amp;quot;palm://com.example.service/loginStateChanged&amp;quot;,&lt;br /&gt;
  &amp;quot;sendIM&amp;quot;: &amp;quot;palm://com.example.service/sendIM&amp;quot;,&lt;br /&gt;
  &amp;quot;sendCommand&amp;quot;: &amp;quot;palm://com.example.service/sendCommand&amp;quot;,&lt;br /&gt;
  &amp;quot;chatWithNonBuddies&amp;quot;: true,&lt;br /&gt;
  &amp;quot;readOnlyData&amp;quot;: false,&lt;br /&gt;
  &amp;quot;icon&amp;quot;: { &amp;quot;loc_32x32&amp;quot;: &amp;quot;images/example32.png&amp;quot;, &amp;quot;loc_48x48&amp;quot;: &amp;quot;images/example48.png&amp;quot;, &amp;quot;splitter&amp;quot;: &amp;quot;images/example32.png&amp;quot; },&lt;br /&gt;
  &amp;quot;dbkinds&amp;quot;: {&lt;br /&gt;
    &amp;quot;immessage&amp;quot;: &amp;quot;com.example.service.immessage:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imloginstate&amp;quot;: &amp;quot;com.example.service.loginstate:1&amp;quot;,&lt;br /&gt;
    &amp;quot;imcommand&amp;quot;: &amp;quot;com.example.service.imcommand:1&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Invalidopcode</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21745</id>
		<title>Synergy Messaging Plugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21745"/>
		<updated>2012-04-21T22:23:02Z</updated>

		<summary type="html">&lt;p&gt;Invalidopcode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{warning|This page is a work-in-progress!}}&lt;br /&gt;
&lt;br /&gt;
== How Synergy Messaging Plugins Work ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Invalidopcode</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21743</id>
		<title>Synergy Messaging Plugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Synergy_Messaging_Plugins&amp;diff=21743"/>
		<updated>2012-04-21T22:17:48Z</updated>

		<summary type="html">&lt;p&gt;Invalidopcode: Created page with &amp;quot;== 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...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How Synergy Messaging Plugins Work ==&lt;br /&gt;
&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Invalidopcode</name></author>
	</entry>
</feed>