ejabberd 自动允许订阅

发布于 2024-12-08 09:30:18 字数 153 浏览 0 评论 0原文

我已成功安装并运行 ejabberd。我测试了聊天功能,效果很好。

我在“添加好友”过程中遇到问题。当我添加好友时,好友必须手动批准请求。我想跳过此步骤并让所有好友请求自动获得批准。

我收到授权请求的“订阅”状态类型。如何以编程方式授权好友?我正在使用目标c。

I have installed and run ejabberd successfully. I've tested the chat function and it works well.

I have a problem with the 'Add Buddy' process. When I add a buddy, the buddy has to manually approve the request. I would like to skip this step and have all buddy requests to be approved automatically.

I'm getting a presence type of 'subscribe' for authorization requests. How can I authorize a buddy programmatically? I'm using objective c.

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

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

发布评论

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

评论(1

∞琼窗梦回ˉ 2024-12-15 09:30:18

Ok I found the answer to my question.

Basically, just follow the protocol on http://xmpp.org/rfcs/rfc3921.html#sub and programmatically send a subscribe request.

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