Used when sending a Message Feed or a CCER, this is the list of the recipients. This element is for CCER, It's our way to PUSH the clients some actions and execute them This action will result in an outgoing request from the device to the addon owner. The server will recieve all the parameter in the IN list and their values. Changes one of the 3 Icons of the addon Returns the userHash of the currently selected user Dynamically add a new control. There's no default container for that control. Deletes a single contorl. The contol name is the parameter to this action. Change the Disposition of a given control. Opens a new browser window on the client with the given Url Start playing an audio media type. We can do it with GUI effect (i.e showing the audio controls) or without Start sampling the GPS each interval (given here as parameter). each interval it'll send to the server the current location. Stop sampling the GPS (started with StartGPS) Open a new chat tab with the give user(ID or HASH) and a service( Skype/ fring etc) Makes a voice call to a specific contact. Note that the service ID can be GSM, if so - the call we'll be regular-gsm-call AND NOT voip call A single string inside a list of string with locale attribute. When FIS gets the list of string he'll send to the device only the appropriate string, the behavior is : - Check if you have a string with the same locale of the user and send it, if not - Check if you have a string with EN locale and send it, if not - Send the first string in the list. All controls for this message feed. The default container for these controls is the addon tab (but they can have a non default container). A control can be non-visible (and later set visible by SetDisposition or using JavaScript) Events for this Message Feed A string containing a FAXL variable name, the content of this FAXL variable is a control returns the text value of the given control name can be ONLY the gui name of the control or a FAXL var (i.e. as ref) that holds the gui control name Example : myTxtControl OR varHoldingGuiName The name of the FAXL var where to store the text inside the control The name of the FAXL var where to store the contact that is currently selected If we supply Name, it'll create a FAXL variable associated with this AddonIcon The name of a FAXL var that his content is AddonIcon can be ONLY the gui name of the control or a FAXL var (i.e. as ref) that holds the gui control name Example : myTxtControl OR varHoldingGuiName Absolute position, can be a number (i.e. pixels) or percentage of the screen. For screen x-size 320px specifying x=32 or x=10% is the same. The default value is FALSE The full URL. The client will open the browser with this URL. boolean. Should the controls (play/pause..) of the audio player be displayed? If not, the audio will be played with no GUI effect The audio to be played is in the specified URL. The client will retrive the audio from there and play it. An audio file to be played. The file is transported as Base64 binary string The sampling interval in milliseconds. can be ONLY the gui name of the control or a FAXL var (i.e. as ref) that holds the gui control name Example : myTxtControl OR varHoldingGuiName default effect is none. blink - the icon will blink absolute URL for the icon. It'll be d/l to FIS and refered locally. On addonList, the owner will see the URL inside FIS and not the initially supplied url. These actions will be executed when arrived to the device. The fring user id of the person we want to chat with All the elements needed for a chat tab ID There are 2 ways to give sessionID : by numeric value or by parameter that contains the numeric value numeric value of the provider ID Name of a parameter the contains the provider ID (as numeric value) We have 3 types of Icons inside a addon : subscription - the icon shown next to the addon name in the subscription menu contact - the icon of the addon inside the contact list tab - the icon shown in the top of the addon tab If we supply Name, it'll create a FAXL variable associated with this string value A FAXL var that contains Actions Name of a FAXL var that contains a numerical value When a certain chat tab (tabID) will reach percLowerLimit, these actions will be executed. The threshhold in percents When chat tab (TabIDs) will reach percLowerLimit (or less) these actions will be performed. We can use the Place Holder var that contains the userHash since fring will update it with the current userHash Gets the current free space of a give Chat Tab in percents. The free space is is the ration between the height of the chat tab and the number of text lines already written in it. Empty chat tab = 0% Full chat tab (i.e. with scroll) = 100 % Name of the FAXL var that will hold the percentage of free space in that tab When a new chatTab will open, these actions will be executed. We can use the Place Holder var that contains the userHash since fring will update it with the current userHash The default value is FALSE Events for this Message Feed