ejabberd 自动允许订阅
我已成功安装并运行 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到了问题的答案。
基本上,只需遵循 http://xmpp.org/rfcs/rfc3921.html#sub< 上的协议即可/a> 并以编程方式发送订阅请求。
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.