Sametime Question
Category Notes and Domino
Bookmark :
I've never done any development for Sametime before, but I am having to make some changes to an application at the moment. It basically allows people to walk into the building reception and book an appointment, the individual being booked gets sent a message telling them that someone is waiting. It's all very neat and everything but the problem I'm having is finding all the Sametime developers documentation? I've got the JavaDoc and PDFs from the Sametime downloads but they are just basic APIs, no descriptions of how the code actually works.
The code I've inherited is using AnnouncementService.sendAnnouncement, I need to change the message to include, in Notes terms, a link hotspot, or a URL link. I've tried everything I can think of to make the string which is being announced into HTML but nothing seems to work. So over to you Sametime gurus, where is the documentation and is what I'm trying to do even possible? I found an old Red Book written by (amongst others Carl Tyler and Rob Novak) which implies what I'm trying to do is only available through the web interface rather than the Connect client, but that's not explicitly stated.
Bookmark :
I've never done any development for Sametime before, but I am having to make some changes to an application at the moment. It basically allows people to walk into the building reception and book an appointment, the individual being booked gets sent a message telling them that someone is waiting. It's all very neat and everything but the problem I'm having is finding all the Sametime developers documentation? I've got the JavaDoc and PDFs from the Sametime downloads but they are just basic APIs, no descriptions of how the code actually works.
The code I've inherited is using AnnouncementService.sendAnnouncement, I need to change the message to include, in Notes terms, a link hotspot, or a URL link. I've tried everything I can think of to make the string which is being announced into HTML but nothing seems to work. So over to you Sametime gurus, where is the documentation and is what I'm trying to do even possible? I found an old Red Book written by (amongst others Carl Tyler and Rob Novak) which implies what I'm trying to do is only available through the web interface rather than the Connect client, but that's not explicitly stated.









Comments
Also there is a difference between the Sametime 7.5 and sametime 7.0 and earlier clients in that Announcement URLs are not clickable. This was identified in st 7.5 beta, but IBM didn't fix it, I haven't yet checked to see if they addressed this in ST 7.5.1.
So sending an announcment with a clickable link, not possible in regular ST, but is possible with STLinks.
Sending a regular text message can include a URL, which the ST Client will automatically make clickable.
Posted by Carl Tyler At 23:35:44 On 26/03/2007 | - Website - |
Matt
Posted by Matt White At 07:48:40 On 27/03/2007 | - Website - |