Collaboration and Instant Messaging software developed by IBM Corporation. Provides instant messaging, and online collaboration for meetings, with Audio/Video, Screen Sharing, and Document Sharing. Also now included is Sametime Unified Messaging, with Telephony services.
Questions tagged [sametime]
48 questions
3
votes
3 answers
Open IBM Sametime chat window programmatically
Consider a scenario where Sametime chat is already running. It is possible open chat with another person from another program? Can you please tell me the procedure?
Thanks a lot,
Omkar

om471987
- 5,398
- 5
- 32
- 40
3
votes
1 answer
How can I send a message to a SameTime user from another system?
I guess what I'm asking is what methods are available to send SameTime messages to users? The version is the one integrated into Notes 8.5.
Is there a command line, a web service, a .Net API, a Java API, LotusScript Orr something else?

serialhobbyist
- 4,768
- 5
- 43
- 65
3
votes
0 answers
LotusNotes Sametime interferes with VPN connection(and vice versa). Supposed fix online doesn't address it?
We're having issues using a VPN connection and SameTime chat at the same time(pun intended).
There was a supposed fix here:
http://www-01.ibm.com/support/docview.wss?uid=swg21433381
It says :
For earlier versions, a hotfix JLII-85NPC3 has been…

Caffeinated
- 11,982
- 40
- 122
- 216
2
votes
0 answers
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, whereas Windows XP machines which has had SP3…

Lasse V. Karlsen
- 380,855
- 102
- 628
- 825
2
votes
2 answers
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 Env, the extension point schemas are missing and i am…

vikramjb
- 1,365
- 3
- 25
- 50
1
vote
2 answers
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 System Library [JavaSE-1.6] (unbound)
when i set…

kumar
- 317
- 1
- 6
- 15
1
vote
0 answers
UWP - can't interact with localhost IBM Sametime
I have a UWP application that should interact with local Sametime client through REST API that is hosted on localhost by I faced with the issue - that's restricted to call localhost from UWP app.
There are a few of solutions:
Create a proxy(e.g.…

Dzmitry Shauchuk
- 336
- 2
- 17
1
vote
1 answer
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 should I use?
Thanks

Marcelo
- 2,232
- 3
- 22
- 31
1
vote
1 answer
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 personal account. It's no problem to log the bot…

marekventur
- 1,875
- 1
- 16
- 22
1
vote
1 answer
javafx - multiple scenes in same stage
At normal
At full screen
I want to fit the second scene (with pink color) to fit to the exact size of the anchorPane ( the green colored region)
The code is below
FormOne.fxml

KNB
- 97
- 3
- 9
1
vote
1 answer
Save image on Clipboard, and can paste to textview on other application
When i use code as below, i can save image to Clipboard.
string file = @"C:\Temp\aaa.jpg";
Clipboard.SetImage(Image.FromFile(file));
But when i try to Paste(ctrl+v) to another application, such as textbox on IBM SameTime, then will fail, and i try…

Elvis Feng
- 11
- 1
1
vote
1 answer
Can multiple qsub submissions read the same group of files?
I would like to use a bash script and qsub to run 30-40 python programs at once.
Each python program reads and searches through the same set of files (~400 total) for a set of sequences.
Is there a problem where multiple python programs could be…

Patrickc01
- 145
- 1
- 1
- 6
1
vote
0 answers
In Domino, can we find out if a particular person in names field is online on sametime by using JAVA or Lotusscript?
In Domino, can we find out if a particular person in names field is online on sametime by using JAVA or Lotusscript?
Help really appreciated.
Regards,
Yogesh

YOGI
- 50
- 5
1
vote
1 answer
jQuery animate and slideDown simultaneously
How can I make animate and slide down functions below to happen at exactly same time and duration:
current_item.css('margin-left', 0);
current_item.animate({ 'marginLeft': '20px'});
current_item.slideDown(300, 'swing');
My code above is animating…

Jamol
- 3,768
- 8
- 45
- 68
1
vote
2 answers
Does Lotus Notes support AMQP or JMS?
To be honest, I have no clue what these are. I know they are some sort of messaging protocols, but that's about it. A manager in my organization wants to know, so I'm asking. Any help would be appreciated.
Thanks,
MJ

Mike Jackson
- 427
- 4
- 18