Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
436 views

Sametime Plugin Development Using Eclipse 3.5 and ST 7.5

I have been trying to setup a Dev environment for Sametime Plugin Development for a week now but I am facing issues in one form or the other. The issues that I am facing are After setting up the ...
1
vote
1answer
343 views

java.lang.Object can not be resolved. It is indirectly referenced from required .class files

i am using eclipse 3.2 version. in sametime based i am getting error on package: java.lang.Object can not be resolved. It is indirectly referenced from required .class files. on build path JRE is JRE ...
1
vote
1answer
59 views

Is there any tutorial available To make preference page using SWT in lotus sametime

Is there any tutorial available to make preference page using SWT in lotus sametime
1
vote
2answers
66 views

Using AlertManager in Sametime 7.5.1

Based on the code here I was able to create an alert window for a specific message to be displayed on my screen. The next step for me is to show the same alert windows to specified userid (person ...
1
vote
0answers
59 views

SP3 installed, vs. SP3 slipstreamed, difference in default security settings?

A Lotus Notes installation, Domino 7x, which ends up trying to start a IBM SameTime 7.5.1 chat client, fails on some machines. Specifically, it fails on Windows XP machines that has SP3 slipstreamed, ...
0
votes
0answers
67 views

Connect Websphere Portal with Sametime

I'm trying to show a portlet in IBM's Websphere Portal that connects to Sametime. Each one of them are installed in different servers, and SSO is already active. Sametime is on a Lotus Domino Server, ...
0
votes
0answers
22 views

Is it possible to create a Sametime plug in to schedule a multi-person chat to open automatically?

I want to create a plug in for Sametime so I can schedule a multi-person chat with a group of people to open, for example, everyday at 9:30 a.m. Is it possible to create such a plug in? Which APIs ...
0
votes
1answer
98 views

Programming a bot for Lotus Sametime: Are there any test server?

I'm currently working on a chat-bot for IBM Lotus Sametime. I'm following this tutorial. My problem is, that I don't know how to test my bot: I've got access to a Sametime server, but I only have my ...
0
votes
1answer
92 views

Robot for AIM, Samtime, OCS, etc

we know Google supplied some robots of gtalk , such as en2de@bot.talk.google.com which translates the messages you send to it from english to german. And I want to know are there any robot IM ...
0
votes
1answer
161 views

how get the Geographic location values of Preference panel of Lotus Sametime

i am using IBM Lotus Sametime 8.0.2. in Geographic location link of Preference panel of File menu have some fields like Personal address, City, Postal code etc. Can i get the values of these fields in ...
0
votes
2answers
535 views

Lotus Sametime web service API

Is there a SOAP or REST API for Sametime to enable an application to push presence information on behalf of all Sametime users, and to subscribe or poll, the users' presence information? Where can I ...
0
votes
3answers
1k views

Plugin inside Sametime with Lotus Notes Classess - The Whole Story

It's gonna be a long read so Thanks for being patient :). I have been trying to develop a plugin to be executed inside Lotus Sametime. The idea of this plugin is to extract the calendar entries for a ...