I'm using SBT SDK on a XPage. After mastering a few traps at the beginning it works fine. Livenames are properly displayed.
But now a got another problem. If you click on a available person, a context menu is displayed, where you can choose 'CHAT' or 'VCARD'.
If I click on CHAT a URL like this ist called:
http://localhost:59449/stwebapi/loggedin?jsonp=stproxy.connect.callback.setAvailable&wait=true&time=1407834968761&fqdn=sametime.lotus.com
I found out that you have to install Sametime Connect Client locally at every computer, because it is providing a small webserver at port 59449. That's impossible because I want to use Sametime on a public website.
I'm pretty sure that there is another way. Somebody an idea?
thanks Marcus