建立与 Windows Live Messenger 连接的实时聊天

发布于 2024-10-19 02:31:44 字数 227 浏览 1 评论 0原文

实时聊天是网站上非常著名的工具,操作员使用特殊的网络/Windows 界面与客户交谈。

我想要实现的是指定一些电子邮件帐户,当客户单击实时聊天并开始打字时,他/她的即时消息将发送到可用的电子邮件帐户。我的接线员可以与他们交谈,就像他们在他们的朋友列表中一样。

我不需要要求客户进行任何登录或注册即可使用此实时聊天。

那么对于如何实现这样的事情有什么想法吗?有没有好的第三方模块可以做到这一点?

Live Chat is a very famous tool on websites, and the operators use a special web/windows interface to talk to the clients.

What I want to implement is to specify some email accounts, and when the client click's the live chat and starts typing, his/her instant messages are delivered to the available email account. My operators can talk back to them as if they are on their friends list.

I don't need to require any login or registration for clients to use this Live Chat.

So are there any ideas about how to implement such a thing? Are there any good third-party-modules that already do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

荒芜了季节 2024-10-26 02:31:44

MSNP-Sharp 合适吗?我还没有使用过它,但它谈到了机器人的配置帐户,这就是您基本上正在做的事情。

否则,您将必须使用它并创建多个 Live ID,网站会自动使用这些 ID 来与您的操作员交谈。每个使用聊天的用户都会被临时分配一个 LiveID,因此您必须确保有足够的 ID 来覆盖活跃的聊天用户。

Would MSNP-Sharp be suitable? I haven't used it but it talks about provisioned accounts for bots, which is what you are basically doing.

Otherwise you would have to use it and create several Live IDs that are automatically used by the website to talk to your operators. Each user that uses the chat would be temporarily assigned that LiveID so you would have to ensure you had enough IDs to cover active chat users.

萌无敌 2024-10-26 02:31:44

我不知道你所寻找的是否可能。我相信要连接到实时通讯工具总是需要注册。

如果您只需要 LiveChat 模块,这可能会有所帮助 http://livechatstarterkit.codeplex.com/

I don't know if what your looking for is possible. To connect to live messenger I believe always requires registration.

If you just want a LiveChat module, this might help http://livechatstarterkit.codeplex.com/

谎言月老 2024-10-26 02:31:44

查看 Messenger Connect 的示例 - http://archive.msdn.microsoft.com/messengerconnect 有一个演示如何在 Web 应用程序上实现聊天。

Take a look at samples for Messenger Connect - http://archive.msdn.microsoft.com/messengerconnect there is one that shows how to implement chat on web application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文