Sametime channel: message formatting sample script is missing
iFountain Forum is no longer in use. Support functionality is moved to iFountain Issue Tracker.
You are not allowed to post a new topic on this forum, please create a new ticket on iFountain Issue Tracker.
You need to create a new account and login to use issue tracker.
Posted December 5th, 2007 by Anonymous
There is no sample script for the formatting of Sametime messages. Could you please provide one ?
I need to know the name of the groovy variables available.
Similar to the other channels, below is the list of available parameters to formatting Groovy script for Sametime channel:
from: Username of the user who has sent the message.
text: Text of the message to be sent.
target: This is the target that is specified in the user profile. properties: Additional properties of the message as a map.
My Sametime Client (version 7.5) offers some text editing capabilties (font size, color, background, etc...) . Any idea how I can do the same from the sametime.groovy script ? Does Sametime support HTML tags ?
Any pointer to Sametime documentation on this topic is welcome as well.
Similar to the other
Similar to the other channels, below is the list of available parameters to formatting Groovy script for Sametime channel:
from: Username of the user who has sent the message.
text: Text of the message to be sent.
target: This is the target that is specified in the user profile. properties: Additional properties of the message as a map.
You can set the below variable for the message:
rinf_sametime_body: sametime body
Sample formatting groovy script is sametime.groovy.
Please do NOT forget to rename the formatting script to have your Sametime channel's name.
HTML formatting ? My
HTML formatting ?
My Sametime Client (version 7.5) offers some text editing capabilties (font size, color, background, etc...) . Any idea how I can do the same from the sametime.groovy script ? Does Sametime support HTML tags ?
Any pointer to Sametime documentation on this topic is welcome as well.
Unfortunately, Sametime
Unfortunately, Sametime toolkits does not provide a text formatting api and Sametime client does not support html tags.