是否可以使用公共 XMPP 服务器创建私人聊天室?
我们正在开发网络应用程序来管理协会,也就是说,我们有多个协会,我们应该能够为每个协会创建 1 个房间(或组) 并以编程方式将用户登录到房间,这样他们就无法冒充其他人。 Web 应用程序正在使用 GWT 开发。 我们不想维护我们自己的 xmpp 服务器,所以问题是:上面的公共服务之一是可能的 http://xmpp.org/resources/public-services/? 抱歉,如果这是一个愚蠢的问题,我对 IM/XMPP 相当陌生。
We are developing web application to manage associations, that is we have multiple associations and we should be able to create 1 room (or group) per association
and programmatically log users on the room so they cannot pretend to be other person. Web application is being developed using GWT.
We don't want to maintain our own xmpp server so the question is: is above possible with one of public services here http://xmpp.org/resources/public-services/ ?
Sorry if it is dumb question, i am fairly new to IM/XMPP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Multi-user-Chat-over-XMPP 标准 支持受密码保护的聊天室(即,您需要一个秘密才能加入)和仅限会员的聊天室,这两种聊天室都是您所追求的,但我不知道所列出的服务是否实际上允许您创建它们。我想公共服务器会非常小心地处理这些事情,因为它们有可能被用于恶意目的。
The Multi-user-Chat-over-XMPP standard supports password-protected chat rooms (i.e., you need a secret to join) and members-only chat rooms, either of which would be what you're after, but I don't know whether any of the listed services actually allows you to create them. I'd imagine that public servers would want to be rather careful with such things given the potential to use them for malicious purposes.