使用 UCMA 3.0 构建 OCS IM 机器人。我从哪里开始?
我正在寻求为 OCS 创建一个 IM 机器人,它将根据一系列外部触发器为用户提供某些信息。我们只在我们的环境中使用 OCS,因此在另一个平台上构建机器人很可能是不可能的。根据我的研究,我在 UCMA 上找到了 Joe Calev 的一些文档,但这些文档非常分散,我更喜欢可以离线阅读的内容。另外,对于那些以前从未与 UCMA 合作过的人来说,这似乎有点不友好。除此之外我似乎找不到任何其他好的文档。
有谁知道我可以参考这样的项目的一本好书或一系列 PDF?或者考虑到我从未在 UCMA 做过任何工作,不建议这样做吗?
谢谢!
I'm looking to create an IM bot for OCS which will provide users with certain pieces of information based on a series of external triggers. We use OCS exclusively in our environment, so building a bot on another platform is most likely out of the question. From my research, I found some documentation from Joe Calev on UCMA, but it's very scattered and I would prefer something I can read offline. Plus, it seems a bit unfriendly for those who've never worked with UCMA before. I can't seem to find any other good documentation aside from this.
Does anyone know a good book or series of PDFs I can refer to for a project like this? Or is it not recommended considering I've never done any work with UCMA?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈推荐 Rui Maximo 和其他人编写的 统一通信编程 OCS 团队。
除了 UCMA 之外,它还提供了一些有关其他 API 的重要信息,并介绍了如何构建开发环境,如果您认真从事 OCS 开发,这是必不可少的。
在某一时刻,我相当确定这本书可以作为免费的 PDF 下载,因此可能值得搜索(我进行了快速搜索,但找不到它)
如果您有兴趣针对 Lync 进行开发(最新OCS 发布),那么 George Durzi 和 Michael Greenlee 将发布一本书未来几个月 - 绝对值得关注
编辑:我最初以为您在谈论 UCMA 2.0,因为该帖子被标记为 OCS,但注意到标题提到了 UCMA 3.0。 (1.0 适用于 OCS 2007,2.0 适用于 OCS 2007 R2,3.0 适用于 Lync Server 2010)。如果您的基础结构是 Lync Server 2010,则 服务器 SDK 是最好的资源,直到 Durzi/Greenlee 书发布
编辑:使用 Microsoft Lync Server 2010 进行专业统一通信开发现已推出。如果您正在进行 Lync 开发,请将其视为圣经。
I'd highly recommend Programming for Unified Communications by Rui Maximo and others on the OCS team.
As well as UCMA, it also has some great information about the other APIs, and walks through how to build a development environment, which is essential if you're serious about OCS development.
At one point, i'm fairly sure this book was available as a free PDF download, so might be worth searching for (I did a quick search, but couldn't find it)
If you're interested in developing against Lync (latest release of OCS) then George Durzi and Michael Greenlee will be releasing a book in the coming months - definitely one to watch out for
Edit: I originally assumed you were talking about UCMA 2.0, as the post was tagged OCS, but noticed the title mentions UCMA 3.0. (1.0 is for OCS 2007, 2.0 is for OCS 2007 R2, 3.0 is for Lync Server 2010). if your infrastructure is Lync Server 2010, then the help files in the server SDK are the best resource until the Durzi/Greenlee book is released
Edit: Professional Unified Communications Development with Microsoft Lync Server 2010 is now available. Consider it the bible if you're doing Lync development.