是否可以将联系人添加到好友列表而无需订阅请求?
我使用 ejabberd、strope 和 Transports 开发了 MSN、Yahoo 和 Facebook 即时消息。每次当旧用户使用他的凭据注册自己进行传输时,他都必须授权一堆订阅请求。是否可以避免这个过程。我想知道 meebo 如何在不询问任何订阅请求的情况下将联系人添加到各自的好友列表中。
谢谢, 沙蒂
I have developed MSN, Yahoo and Facebook Instant Messaging using ejabberd, strophe and transports. Every time when legacy user register him self with his credentials to transport, he has to authorize bunch of subscribe requests. Is it possible to avoid this process. I am wondering how meebo adding contacts to respective buddy lists without asking any subscribe requests.
Thanks,
Sathi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想象 Meebo 会在用户不知情的情况下自动确认订阅请求,因为在与没有异步连接的社交网络进行交互时,他们可以(正确地)推断出这是用户的意图。
只需让您自己的代码自动响应网关后面用户的ask='subscribe'请求即可实现相同的效果。
I imagine Meebo automatically confirms the subscription requests without the user knowing, since they can (correctly) infer this is the user's intent when interfacing with a social network that does not have asynchronous connections.
Just have your own code automatically respond to ask='subscribe' requests from users behind the gateway to achieve the same thing.