如何在xmpp名册中添加新好友
您好,我正在使用 smack.jar。我可以使用它与 gtalk 连接。使用 Roster.getentries()
我可以获取我的好友列表。但是我如何将新朋友添加到我的好友列表中。Is有没有 API smack 暴露来添加新用户?
谢谢
Hi i am using smack.jar.I am able to connect with gtalk using it.Using Roster.getentries()
i can get my buddy list.But how can i add new friends to my buddyList.Is there any API smack exposes to add new users??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直在使用它在标准 XMPP 服务器中创建新联系人(不知道 gtalk):
I've been using this to create new contacts in a standard XMPP server (can't tell about gtalk):
在 XMPP 中,添加就是添加到您的名册 + 订阅用户。更新只是将用户添加到您的名册中。记住细节。
In XMPP, adding is adding to your roster + subscribing to the user. Updating is just adding the user to your roster. Keep in mind the minutiae.