I want to make my web application Sametime aware – i.e. if someone is logged in to Sametime, the web application should show the “green” logged in icon near that person’s name. And also when he see’s the list of users, they should have the status icon next to them. (The same way how we see gtalk status inorkut)
Note: we use Windows NT login/password for Sametime which is not the same as the intranet login/password.
I hope you would help me solve this issue.
Thanks,
Vaibhav
Subject: Take a look at the Sameitme STLinks toolkit. This will do what you want.
Subject: RE: Take a look at the Sameitme STLinks toolkit. This will do what you want.
Hi Carl,
Thanx for ur response. But could u pls clarify wat exactly i need to do with the toolkit?
thnx
Subject: RE: Take a look at the Sameitme STLinks toolkit. This will do what you want.
Not to sound sarcasic, but you need to open the documentation and start reading. This will explain how stlinks works and can be used.
So then you will discover you need to add a few stlinks commands to the head of your web view, then you will need to create a javascript formula for your view column.
Subject: RE: Take a look at the Sameitme STLinks toolkit. This will do what you want.
thnx carl… i’ll try it out
Subject: Tried it out, but something’s goin wrong
I am trying to implement the SDK. In my web page i have included the following code:
Then i use the following code to display my sametime link:
This is exactly as per the PDF that you had sent me.
NOTE: My webpage is on the Domino Server.
But I am not able to display the status icon. It always shows as Offline.
Can you please help me out. I dont know where i am goin wrong.
Subject: How are you getting the token?
How are yo putting the users name and token in there? Or is that exactly what you have? If it is that is your problem, you need to login to see awareness.
Subject: RE: How are you getting the token?
i am passing my username as login and password as the token.
am i right?
Subject: No you’re not right
If you are using the password then you do not want to say you want to use the token, also the option for token is a boolean, so you do not make it a string. The @username should be in computed text, otherwise sametime is trying to login as a used called @username.
So the line would appear something like this if you have it in a domino form:
Subject: RE: No you’re not right
I am doing the same thing that you have told here. I am using compute text. (@UserName is just the value in that computed text)
But its not working… Can u please suggest some other solution?
Subject: And are you using the token or the password?
Can you login to a page where you hard code the values? Try and verify if the issue is code or stlinks.
Have you ever connected with STLinks?
Subject: RE: And are you using the token or the password?
I am using password. I have hard coded it.
Subject: RE: And are you using the token or the password?
I would take a look at this post in the st forum, also search the st forum for other suggestions:
Date
Topic
RE: Sametime 6.5.1 Sample Awareness Pages do not work (Carl Tyler)
Subject: RE: And are you using the token or the password?
Hi Carl,
I put ur script on my page:
and it gives me both the alerts. But still it shows me as offline
The alert for STLinksLoggedIn() comes like this:
ST Links Applet Logged in with UserID 38 0ad20012 and the display name CN=Vaibhav Nadkarni/Guest
can you please explain wats the problem??
Subject: You’re logging in as an anonymous user.
Hence you are still appearing offline as you have not logged on.
The token is the LtpaToken. Looking the domino admin help, and search the Sametime forum and this forum for ltpatoken for more details.
Subject: RE: You’re logging in as an anonymous user.
I dont want to log in to sametime… i just want to be able to check the sametime status of the user.
I just want to check whether the user is Offline, Busy or in a meeting etc… and display respective icon next to the user name.
Subject: RE: You’re logging in as an anonymous user.
Anonymous Sametime? When did that happen? I must have missed the release announcement.
Subject: Anonymous Sametime users have been possible since the beginning of time, Sametime that is.
Subject: To get the status of Sametime users you need to login or be an anonymous Sametime user, unless…
you have a servlet that returns the user status for you. There is nothing out of the box to do this.
However, you can download a free servlet from here:
http://www.instant-tech.com/instant.nsf/root/trial.htm
At the bottom where it has the link for a servlet
Subject: Please explain the meaning of Token
HI Carl,
Can you please let me know wat is a Token? and how do i get it?
Thnx for ur help