是否可以将联系人添加到好友列表而无需订阅请求?

发布于 2024-10-02 22:03:49 字数 174 浏览 3 评论 0原文

我使用 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 技术交流群。

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

发布评论

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

评论(1

是伱的 2024-10-09 22:03:49

我想象 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.

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