简体   繁体   English

社交业务工具包:仅可以与本地安装的Sametime Client进行Sametime聊天吗?

[英]Social Business Toolkit: Sametime chat only with local installed Sametime Client possible?

I'm using SBT SDK on a XPage. 我在XPage上使用SBT SDK。 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'. 如果单击可用人员,将显示一个上下文菜单,您可以在其中选择“ CHAT”或“ VCARD”。

If I click on CHAT a URL like this ist called: 如果我单击CHAT,则该ist这样的URL称为:

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. 我发现您必须在每台计算机上本地安装Sametime Connect客户端,因为它在端口59449上提供了一个小型Web服务器。这是不可能的,因为我想在公共网站上使用Sametime。

I'm pretty sure that there is another way. 我很确定还有另一种方法。 Somebody an idea? 有人有主意吗?

thanks Marcus 谢谢马库斯

@user2776693 - There are two ways: 1 - using the Sametime Local Web API The local web api uses a configurable port (the default is mentioned above), to communicate back and forth from a web site which embeds or calls the configurable port using jsonp, meaning the javascript of the site wraps the sametime calls. @ user2776693-有两种方法:1-使用Sametime本地Web API本地Web api使用可配置端口(上面提到了默认端口),以便从网站来回通信,该网站使用jsonp嵌入或调用可配置端口,表示该网站的javascript包装了sametime调用。

2 - using the Sametime Web Chat/Web Proxy It means that the Sametime Web Chat is embedded as JavaScript on the page, and loaded using the appropriate JS libraries, and can have some pretty advanced features. 2-使用Sametime Web Chat / Web代理这意味着Sametime Web Chat作为JavaScript嵌入在页面上,并使用适当的JS库进行加载,并且可以具有一些非常高级的功能。 There is a demo site off of greenhouse.lotus.com, and you can sign up for an account on that site. 有一个温室之外的演示站点,您可以在该站点上注册一个帐户。

you can download the sdk, and find many examples of using the local web api and web chat. 您可以下载sdk,并找到许多使用本地网络api和网络聊天的示例。 http://www14.software.ibm.com/webapp/download/nochargesearch.jsp?q0=&k=ALL&S_TACT=104CBW71&status=Active&b=Lotus&sr=1&q=sametime+sdk&ibm-search=Search http://www14.software.ibm.com/webapp/download/nochargesearch.jsp?q0=&k=ALL&S_TACT=104CBW71&status=Active&b=Lotus&sr=1&q=sametime+sdk&ibm-search=Search

Download Version 9.0 IFR1 Extract with Zip Go to Examples and samples 下载带有Zip的9.0版IFR1摘录转到示例和示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM